Commit Graph

46 Commits

Author SHA1 Message Date
Stefan Zermatten
a333b0bdc8 Fixed broken drawer swiping 2016-12-08 13:51:54 +02:00
Stefan Zermatten
ebecb46935 Fixed drop-down bug, for now
Expect it to break again in Chrome 54
2016-10-03 14:05:30 +02:00
Stefan Zermatten
ce224301b2 Fixed layout on chrome 49+, made character names into links 2016-02-01 09:34:22 +02:00
Stefan Zermatten
e6a9911dfc Replaced the head that was accidentally deleted 2015-11-19 12:44:11 +02:00
Stefan Zermatten
d07c118d47 Removed useless public items, removed Appcache, fixed vulcanize 2015-11-17 15:20:33 +02:00
Stefan Zermatten
1fc76fa50d Removed Vulcanize entirely
There is no version compatible with both Meteor 1.2 and Polymer 0.5, so screw it, clients can deal with a few ms more load time.
2015-10-05 08:34:18 +02:00
Stefan Zermatten
36d5ff0a88 Update Meteor to 1.2
This requires local copies of packages that are broken or not Polymer 0.5

Closes #15
2015-10-03 22:40:04 +02:00
Stefan Zermatten
248ab9bb6b Added moving item dialog, that can't actually be triggered 2015-06-17 14:15:49 +02:00
Stefan Zermatten
eebb88b6b1 New front page and darker style 2015-06-15 13:29:33 +02:00
Stefan Zermatten
061f1fd0a5 Rewrite all css to scss and refactor html 2015-05-15 16:55:05 +02:00
Stefan Zermatten
b88bb95928 Stopped the sidebar from appearing except on displays> 900px 2015-05-13 12:51:35 +02:00
Stefan Zermatten
80ca7307ce Added change log 2015-05-12 10:10:15 +02:00
Stefan Zermatten
95b7b66390 Added quick feedback form 2015-05-12 09:32:28 +02:00
Stefan Zermatten
0a01885300 Finished implementing useraccounts 2015-05-11 12:15:00 +02:00
Stefan Zermatten
e05fa064d5 Added basic user guide 2015-04-29 12:25:51 +02:00
Stefan Zermatten
b95636a8a3 Added a side list for characters 2015-04-29 10:16:12 +02:00
Stefan Zermatten
fada0f5136 Implemented a javascript code style 2015-04-22 12:44:25 +02:00
Thaum
e94b35564b Document title now set with each route 2015-04-17 10:35:20 +00:00
Thaum
e7f0bb5e05 Added favicons... lots of favicons 2015-04-17 08:26:55 +00:00
Thaum
d785e1ff59 Finished implementing basic sharing 2015-04-14 14:08:21 +00:00
Thaum
ad396e0e28 Fixed broken polymer components 2015-03-31 14:58:48 +00:00
Thaum
dad9f3dd73 Added User profiles so users can change their username 2015-03-31 11:38:09 +00:00
Thaum
8d183a708f Fixed stuff, enabled character deletion 2015-03-30 12:13:42 +00:00
Thaum
ba247ff90d Moved back to meteor's default loginbuttons until custom buttons are done 2015-03-30 08:48:22 +00:00
Thaum
6515f397fe Added dialog to choose temporary hitpoints 2015-03-25 12:54:22 +00:00
Thaum
d573b325d5 All delete buttons now soft-delete with toast prompt to undo 2015-03-25 07:33:27 +00:00
Thaum
46b836e707 Started implementing soft delete attacks, added delete toast 2015-03-24 13:07:27 +00:00
Thaum
6be823ad15 Implemented back button to close detail dialog 2015-03-16 13:55:15 +00:00
Thaum
e0db87c174 Added Allow-Deny Rules 2015-03-16 05:56:33 +00:00
Thaum
40a050d88f Implemented Effect View for skills 2015-03-06 11:03:09 +00:00
Thaum
b40094017f Added Basic character list view 2015-02-27 10:50:28 +00:00
Thaum
040d5a514b Generalised some dialogs 2015-02-27 06:14:34 +00:00
Thaum
08f02d9b36 Added Health Bar 2015-02-20 11:26:54 +00:00
Thaum
f599bc4a46 Fixed screen dimming
No longer hangs the UI when a detail is closed without a matching hero to return to.
2015-02-20 10:40:00 +00:00
Thaum
360c9bd63b Implemented Spell Dialogs 2015-02-16 08:16:05 +00:00
Thaum
b200478425 Added SpellList Dialog 2015-02-13 08:44:30 +00:00
Thaum
7441f09f37 Added color options for containers, added spell lists 2015-02-12 13:08:20 +00:00
Thaum
63df21934d Skillrows overhauled to material design specs 2015-02-03 14:06:51 +00:00
Thaum
58917ce3db Added Android Webapp manifest 2015-02-03 11:11:19 +00:00
Thaum
4377da5275 Cleaned up old code, removed outdated files 2015-02-03 07:35:34 +00:00
Thaum
37e8831e0c Implemented Hero-dialog editing of features 2015-01-30 10:14:46 +00:00
Thaum
dc6ea555e5 Implemented item editing 2015-01-26 13:28:10 +00:00
Thaum
6a2e7f0832 Gave effects their own collection, they no longer live in arrays attached to skills/attributes
Also improved the display of features and generally iterated on their manipulation.

Characters now fetch the relevant effects directly when making a calculation, simplifying almost everything.

Effects now store a reference to their source if they have one.

Effect names are now optional, they can be fetched from the source's name if the source exists.
2015-01-23 11:04:07 +00:00
Thaum
84512beb72 Implemented Feature editing UI 2015-01-21 11:16:00 +00:00
Thaum
078f873219 Added basic global app layout 2015-01-07 11:24:26 +00:00
Thaum
53eb0da24b Now managing polymer with Bower, Added vulcanize 2015-01-06 13:20:23 +00:00