Commit graph

12 commits

Author SHA1 Message Date
7fe57798bb Switched from vue-cli-service to vite
Should be thoroughly tested still
Also involved removing operator overloads, which weren't good anyways
2022-06-25 22:34:18 -05:00
7f63bf5d79 Made default theme's feature foreground dark rather than light 2022-04-23 23:37:52 -05:00
f04cb69726 Show pin on pinned tooltips 2022-04-23 22:14:56 -05:00
7524ed3164 Export more types 2022-03-08 19:40:51 -06:00
9efabf9cf6 Removed redundant Theme properties 2022-03-02 20:30:52 -06:00
e2126472b2 Fixed runtime issues with vue
Entire demo tree has been tested and is fully functional,
including all the options and save manager functionality
2022-02-27 13:49:34 -06:00
6f781b33fa New layer API WIP 2022-01-13 22:25:47 -06:00
34487cb3da Hide tabs list when there's only a single tab 2021-09-19 12:04:55 -05:00
9e2cc02dce Added badges to changelog 2021-09-04 22:02:13 -05:00
bb7db73eba Improved themes 2021-09-04 16:51:41 -05:00
116e6a47ec Added nordic theme 2021-08-26 18:15:05 -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