Commit graph

21 commits

Author SHA1 Message Date
6f781b33fa New layer API WIP 2022-01-13 22:25:47 -06:00
bc8622f219 Added forums link to nav bar 2021-09-19 21:06:56 -05:00
16467bb0d9 Made tooltips not try to use component names when coercing display 2021-09-19 19:29:20 -05:00
c414fdf451 Made nav bar icons more consistent 2021-09-19 16:59:43 -05:00
1571171239 Added changelog 2021-09-04 21:42:48 -05:00
bb7db73eba Improved themes 2021-09-04 16:51:41 -05:00
2e06e8e4ea Polish 2021-08-28 11:20:12 -05:00
d2e0ab29f2 Various mobile fixes 2021-08-24 19:19:55 -05:00
0afcd1cd3d First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.

The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-16 23:30:54 -05:00
8fe91e88c9 Vue 3 Migration 2021-07-24 17:08:52 -05:00
2bea76fc61 Made nav more consistent 2021-06-24 00:57:20 -05:00
f1340b1b24 Fixed tree node locked tooltip appearing before unlocking the layer 2021-06-23 20:09:44 -05:00
2cd367eebe Added support for custom components in tooltips 2021-06-23 19:48:41 -05:00
f018016477 Implemented saves manager 2021-06-20 23:29:55 -05:00
684c72ade0 Added minimizing tabs 2021-06-13 03:57:33 -05:00
adf7d7a67c Added layer features 2021-06-11 23:38:16 -05:00
e6676d48fc Set up main display including component coercion 2021-05-27 01:14:43 -05:00
b91a7cdc28 Implemented proxies 2021-05-25 20:57:02 -05:00
829eac7068 Implemented settings and info modals 2021-05-22 15:39:27 -05:00
82adac7317 Implemented displaying tabs 2021-05-20 00:11:03 -05:00
5e4ec334a7 Implemented "main" UI and added big number abstraction 2021-05-19 23:27:23 -05:00