Commit graph

24 commits

Author SHA1 Message Date
Tyler Renelle
d70c2c4040 coming soon notes 2013-09-02 20:16:08 -04:00
Tyler Renelle
62a10d4b28 cleanup 2013-09-02 19:03:45 -04:00
Tyler Renelle
b22ccc0a23 app.js: intercept errors, show them on page, show loading screen in interceptor 2013-09-01 11:34:00 -04:00
Tyler Renelle
bc4798b354 groups: big changes here i may decide to revert. GET /api/v1/groups
optionally takes ?type=guilds (guilds, party, tavern, public). this
allows us to incrementally load the app as they click through the tabs,
because guilds is really large (1.5mb!) - gotta cut this down
somehow. The big issue is requireing return values as an array, so
ngResource can work with the response (subsequent group.$postChat(),
group.$join(), etc.). The array format doesn't really work out that
well, so I may scrap
2013-08-31 22:59:35 -04:00
Tyler Renelle
524457b5d7 chat: keyup to trigger send message. ng-model on chat box is painfully
slow! using jquery as workaround for now
2013-08-31 20:52:41 -04:00
Tyler Renelle
10ff61be91 rewrite: use vanilla bootstrap tabs for now, keep an eye on https://github.com/angular-ui/bootstrap/issues/783 2013-08-31 14:52:13 -04:00
Tyler Renelle
2219068fad api & rewrite: add party members! need to optimize! 2013-08-28 22:08:59 -04:00
Tyler Renelle
de7b46b14d rewrite: fix show/hide header 2013-08-28 19:11:29 -04:00
Tyler Renelle
f956570593 rewrite: start adding filters / tags 2013-08-28 18:57:25 -04:00
Tyler Renelle
b77021e745 rewrite: prep for adding filters, restructured html to allow separate
options / tasks
2013-08-28 18:11:00 -04:00
Tyler Renelle
13a4aadfb4 rewrite: notifications!! also, surpressing _.extend user for now. need to fix ASAP! 2013-08-28 16:52:36 -04:00
Tyler Renelle
bbab8eb73c rewrite: fix sortables. we need to change the way this api route handles
sorting, it's really inconsistent - especially for the batch-update routec
2013-08-28 14:04:54 -04:00
Tyler Renelle
1b22928c0a rewrite: merge in some more litenull stuff & delete the superfluous files 2013-08-28 13:38:04 -04:00
Tyler Renelle
7fba8db654 rewrite: add footer deferrred scripts, plus middwlare for sending node
envs to jade
2013-08-28 12:53:55 -04:00
Tyler Renelle
e355627bf0 rewrite: add footer 2013-08-28 00:20:50 -04:00
Tyler Renelle
4a0a1f7a21 rewrite add bailey alerts 2013-08-27 22:37:56 -04:00
Tyler Renelle
34ec73877f rootCtrl fix 2013-08-27 22:01:29 -04:00
Tyler Renelle
7bfaac80a7 rewrite2 big one: add ngRoute for /#/tasks & /#/options. requires 2
/partial routes on server. code cleanup & reorganization, remove a lot
of return statements (coffeescript compiled)
2013-08-27 21:13:05 -04:00
Tyler Renelle
9b25dc67ff rewrite2 add registration (thanks mobile app!) 2013-08-25 22:53:51 -04:00
Tyler Renelle
63ff9c4174 rewrite2 remove some uncessary bits, add footer mentioning roadmap 2013-08-25 22:42:44 -04:00
Tyler Renelle
f37c7b434a rewrite2 fix avatar, reroll, tooltips, etc 2013-08-25 20:39:47 -04:00
Tyler Renelle
99af649ea1 rewrite2: tasks-lists added 2013-08-25 10:57:19 -04:00
Tyler Renelle
176a5a3583 rewrite2: avatar working. need to revisit avatar:avater, make sure I got everything 2013-08-25 09:12:25 -04:00
Tyler Renelle
3c45220e1f rewrite2 WIP 2013-08-24 23:54:08 -04:00