Matteo Pagliazzi
dc96df43cc
add margin-right to all .btn, typo in stylus, add build to .nodemonignore
2013-09-11 20:36:57 +02:00
Matteo Pagliazzi
1bc5f0eb0c
add margin to buttons in setting page
2013-09-11 15:42:11 +02:00
Tyler Renelle
a7e99d0ac0
[ #1396 ] add ability to show tour at any time. Also add ability to show
...
Bailey at any time
2013-09-10 18:36:10 -04:00
Tyler Renelle
964eb91799
update tour to conform to guidelines at #1507
2013-09-10 18:31:26 -04:00
Tyler Renelle
16a4e87fea
[ #1396 ] Add justin to tour bubbles
2013-09-10 18:20:10 -04:00
Tyler Renelle
598c4445ff
[ #1396 ] setup tour, using user.flags.showTour now instead of
...
localStorage. double check with #1507
2013-09-10 18:06:16 -04:00
Matteo Pagliazzi
c9212d76d8
add padding to gem wallet
2013-09-10 15:30:38 +02:00
Tyler Renelle
a6590e7d84
[ #1505 ] add memberServices into static. I'm adding way too many deps to the
...
static page, I need to separate out authServices bare-bones & only use
that in static
2013-09-09 21:25:45 -04:00
Tyler Renelle
89fabc38cb
add "member since" in modal
2013-09-09 18:56:46 -04:00
Tyler Renelle
b123843837
[ #1479 ] when clicking guild member name, replace their limited loaded data with
...
more full data from server
2013-09-09 17:39:26 -04:00
Tyler Renelle
87c2a5b57d
[ #1489 ] populate user to Members service on initial load, so it will show self
...
as leaderMessage if you're the leader of a group
2013-09-09 17:23:09 -04:00
Tyler Renelle
e1828153dd
[ #1489 ] add edit-gropu server route, basic editing of group info for now (with markdown!)
2013-09-09 17:09:45 -04:00
Tyler Renelle
09963ee30a
[ #1489 ] WIP start adding group edit. remove angular-ui-bootstrap accordion as it
...
was causing problems.
2013-09-09 16:15:57 -04:00
Tyler Renelle
774fa4f645
use marked instead of showdown, it's more performant and allows us to
...
sanitize the content
2013-09-09 14:06:36 -04:00
Tyler Renelle
6e800ea2d9
use markdown for profile-editing. Add save button. will remove linky
...
once everything's in markdown
2013-09-09 13:27:25 -04:00
Tyler Renelle
4caec6f737
[ #1444 ] implement delete-tag (incl server route). run tags-cleanup migration
2013-09-09 00:04:02 -04:00
Tyler Renelle
f99b496a29
[ #1444 ] add filters back to use schema. Allow editing of top-level tags
...
object in PUT /user, WARNING! We want to get away from that ASAP and
instead have a nested resource for managing tags. Set default task tags
if not present, will revisit after tasks are a subdoc too
2013-09-08 23:28:34 -04:00
Tyler Renelle
55dffcc317
[ #1476 ] re-order "you already have this combo" message to bail early
2013-09-08 22:42:59 -04:00
Tyler Renelle
5c5212eb0e
[ #1477 ] add delete account
2013-09-08 15:17:49 -04:00
Tyler Renelle
f250a98fb7
[ #1477 ] add reset account
2013-09-08 15:11:04 -04:00
Tyler Renelle
5e51148f8e
[ #1477 ] port settings modals to jade, implemented restore
2013-09-08 13:23:37 -04:00
Tyler Renelle
aad034564e
[ #1459 ] add profile-editing (note, it requires bluring the input fields for
...
changes to go through - this is a pretty assuming solution, but I doubt it
will cause problems)
2013-09-08 12:28:06 -04:00
Tyler Renelle
0b34b41bbe
fix to toggle helm
2013-09-08 11:39:30 -04:00
Matteo Pagliazzi
c9f3d3029c
delete chat message
2013-09-08 17:22:03 +02:00
Matteo Pagliazzi
75613b0508
add word-wrap to member modal, linky and <a> for website
2013-09-08 12:13:55 +02:00
Tyler Renelle
0ccdb48751
[ #1468 ] hatchingPotion purchasing fix. also some temp hacks to get the UI to update
2013-09-07 19:06:41 -04:00
Tyler Renelle
5cb8238b7c
change badge from master => royal
2013-09-07 15:31:36 -04:00
Tyler Renelle
a960d310f7
[ #1465 ] allow clicking self for modal
2013-09-07 13:59:49 -04:00
Tyler Renelle
b820417953
slight updates to chat colors
2013-09-07 13:44:08 -04:00
Tyler Renelle
69faa27f68
[ #1465 ] bug fixes to achievements listing
2013-09-07 13:38:43 -04:00
Tyler Renelle
91d1cdf361
[ #1465 ] add member modals back in. Not all info is present, just a bit more
...
work. Can now click guild & tavern members! does lazy-loading of members
so we don't have to load all their information at once
2013-09-07 12:45:39 -04:00
Matteo Pagliazzi
d30d20d987
add margin to chat-btn
2013-09-07 15:16:49 +02:00
Tyler Renelle
e23acc4c0a
Merge branch 'paglias/grunt' into develop
2013-09-06 22:23:02 -04:00
Matteo Pagliazzi
9046bd5041
css
2013-09-06 21:39:18 +02:00
Matteo Pagliazzi
7cd075d787
initial grunt support, gzip enabled
2013-09-06 19:19:43 +02:00
Tyler Renelle
b470abb441
small static-pages tweaks
2013-09-02 01:20:43 -04:00
Tyler Renelle
872b834f07
rewrite: add sync button, menus now update when switching b/w options / tasks
2013-09-01 19:41:17 -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
dddb0be9f3
rewrite2 move css files up a directory. Move *all* images to habitrpg-shared. moved a lot of spritesheet css to habitrpg-shared. still more to be moved, but this is a start
2013-08-26 21:34:33 -04:00
Tyler Renelle
bf654b26ee
rewrite2 remove entire vendor directory
2013-08-26 19:37:32 -04:00
Tyler Renelle
25f807efce
rewrite2 remove cached browserquest, bootstrap-tour, github-buttons from submodules
2013-08-26 19:36:12 -04:00
Sabe Jones
fe6f478a60
Remove unneeded class reference
...
Finish removing image rotation
2013-08-11 11:04:51 -05:00
Sabe Jones
420a8617d7
Server is respawning
...
Humorous wording tweak
2013-08-10 16:11:27 -05:00
Sabe Jones
c7381485a3
Fix broken image on 500 error page
...
Replaced nonexistent male armor sprite with Grim Reaper; removed rotation
2013-08-10 15:18:56 -05:00
Sabe Jones
1aa5ff2db2
Fix typos and update current-events notice on 500 error
...
Brings "Server restarting" message up to date re: Angular rewrite.
2013-08-01 13:41:39 -05:00
Andre Casey
6d27b898a2
Adjust CSS to show full egg and potion artwork, and center the artwork above the label
2013-07-02 01:37:35 -07:00
Stan Lindsey
8aee73c79a
Slight rewording
2013-06-07 13:13:11 +02:00
Slappybag
903587b776
Reworded 500.html to better represent the most likely cause of display - (server restart)
2013-06-07 11:50:24 +01:00
Tyler Renelle
ed057799a3
put coin_single_[silver|gold].png back in (thought we weren't using
...
anymore, i was wrong)
2013-05-20 10:27:53 +01:00
Shane Lister
5cff970947
Bacon Bacon
...
Putting some bacon into the tavern NPC graphic. The people demand bacon.
2013-05-17 16:42:26 -07:00