Commit Graph

58 Commits

Author SHA1 Message Date
Nikolaj Frey
2947c7f38d Renamed src to app and added login api action and remix-flat-routes to vite config main 2024-04-29 20:44:09 +10:00
Nikolaj Frey
1b41384a85 🌈📦🧠🦄 app - renamed remix dir to app main 2024-02-25 18:30:06 +11:00
Nikolaj Frey
a69c4067df feat: feature/mvp-sprint-1 Added type wrapping, custom types, new child types, commander address bar behaviour 2023-08-22 21:31:37 +10:00
Nikolaj Frey
b69bf81429 feat: feature/999 Just a little temporary hack 2023-08-18 00:23:06 +10:00
Nikolaj Frey
4fc02ca68b feat: feature/999 I did it 2023-08-18 00:21:38 +10:00
Nikolaj Frey
2a7995c363 feat: feature/999 2023-08-17 20:41:40 +10:00
Nikolaj Frey
b6a066b630 feat: feature/mvp-sprint-1 2023-08-16 09:10:36 +10:00
Nikolaj Frey
17e8d0e3b1 feat: feature/mvp-sprint-1 Added render mode and chakra type detecting in render mode 2023-08-16 09:10:13 +10:00
Nikolaj Frey
7c7a4f8677 feat: feature/mvp-sprint-1 Added seedling select state styling 2023-08-14 20:32:14 +10:00
Nikolaj Frey
a15434052f feat: feature/mvp-sprint-1 Changed seedling input to onKeyDown 2023-08-14 20:23:01 +10:00
Nikolaj Frey
186fb42693 feat: feature/mvp-sprint-1 2023-08-14 20:21:05 +10:00
Nikolaj Frey
2cf0cf6807 feat: feature/mvp-sprint-1 Added tab index to seedling 2023-08-14 20:20:21 +10:00
Nikolaj Frey
6489baa60b feat: feature/mvp-sprint-1 Fixed magic input placeholder rendering weird server-side 2023-08-14 15:10:46 +10:00
Nikolaj Frey
180608a8b8 feat: feature/mvp-sprint-1 Made settings menu hide type selection when on readonly mode 2023-08-14 13:13:23 +10:00
Nikolaj Frey
9f6d270464 feat: feature/mvp-sprint-1 Made seedling icon have permanent position and spacing just changed opacity 2023-08-14 13:06:26 +10:00
Nikolaj Frey
9ea66f4396 feat: feature/mvp-sprint-1 Added type settings menu dropdown 2023-08-14 12:58:50 +10:00
Nikolaj Frey
c1d3ab186b feat: feature/mvp-sprint-1 Adjusted Thingtime action emojis 2023-08-14 10:37:17 +10:00
Nikolaj Frey
efcda254eb feat: feature/mvp-sprint-1 Added undo/redo 2023-08-14 10:32:42 +10:00
Nikolaj Frey
7eecc21173 feat: feature/mvp-sprint-1 2023-08-13 20:41:55 +10:00
Nikolaj Frey
c3804ef93f feat: feature/mvp-sprint-1 Added delete functionality 2023-08-13 18:30:34 +10:00
Nikolaj Frey
e8ec2b156b feat: feature/mvp-sprint-1 Removed some console logs 2023-08-13 18:19:11 +10:00
Nikolaj Frey
5886fb4007 feat: feature/mvp-sprint-1 Added thing resetting and deletion 2023-08-13 18:05:51 +10:00
Nikolaj Frey
753f06b3d6 feat: feature/mvp-sprint-1 Progress on fixing contenteditable input and string value rendering issue 2023-08-13 16:14:40 +10:00
Nikolaj Frey
6663e12ebb feat: feature/mvp-sprint-1 Made commander re-usable for undefined values 2023-08-13 15:53:47 +10:00
Nikolaj Frey
9223138d12 feat: feature/mvp-sprint-1 Progress on commander changes 2023-08-13 00:06:33 +10:00
Nikolaj Frey
6c1f798f23 feat: feature/mvp-sprint-1 progress commit 2023-08-12 22:22:52 +10:00
Nikolaj Frey
914501a1b4 feat: feature/mvp-sprint-1 Modified suggestions logic and added a suggestions setting to hide suggestions or show when commander not active 2023-08-09 13:34:18 +10:00
Nikolaj Frey
ac927f6f19 feat: feature/mvp-sprint-1 Fixed up meta analytics tracking and uuid 2023-08-09 13:17:19 +10:00
Nikolaj Frey
f1f2cde209 feat: feature/mvp-sprint-1 Fixed uuid usage 2023-08-09 13:13:46 +10:00
Nikolaj Frey
df3f7bbef6 feat: feature/mvp-sprint-1 Made createDependancies more efficient 2023-08-09 13:10:00 +10:00
Nikolaj Frey
52f604e2d4 feat: feature/mvp-sprint-1 Added reactivity to any state change independant of parent object reference value 2023-08-09 12:19:57 +10:00
Nikolaj Frey
4edb9af1c7 feat: feature/mvp-sprint-1 Added loading state for localStorage hydration 2023-08-08 15:39:00 +10:00
Nikolaj Frey
f7b690b9ae feat: feature/mvp-sprint-1 Added loading check for localStorage thingtime, to be replaced by server-side rendering 2023-08-08 08:05:07 +10:00
Nikolaj Frey
59165727db feat: feature/mvp-sprint-1 Made Javascript strings editable and supported newlines with breaks 2023-08-03 23:48:56 +10:00
Nikolaj Frey
b20c4eb091 feat: feature/mvp-sprint-1 Progress commit on editable text 2023-08-03 20:56:42 +10:00
Nikolaj Frey
ae8e066c4f feat: feature/mvp-sprint-1 Fixed bug where value could not be updated with passed path because fullPath was not passed 2023-07-24 12:41:52 +10:00
Nikolaj Frey
cda2a88ba3 feat: feature/mvp-sprint-1 Fixed nested path not being reactive when setThingtime is run 2023-07-24 11:36:25 +10:00
Nikolaj Frey
39a0973b7c feat: feature/mvp-sprint-1 Added editable number using chakra number input field 2023-07-22 00:32:08 +10:00
Nikolaj Frey
d16b022807 feat: feature/mvp-sprint-1 2023-07-21 23:33:47 +10:00
Nikolaj Frey
e701e91e96 feat: feature/mvp-sprint-1 2023-07-21 11:13:02 +10:00
Nikolaj Frey
71d9fade5e feat: feature/commander-updates 2023-07-15 18:08:36 +10:00
Nikolaj Frey
ad26166723 feat: main 2023-07-10 10:49:30 +10:00
Nikolaj Frey
cca6f44b8e feat: feature/rainbow-component Added Ode 2023-07-10 10:37:50 +10:00
Nikolaj Frey
2a8eb22976 feat: feature/rainbow-component Fixed a few things 2023-07-07 17:42:14 +10:00
Nikolaj Frey
7aae5d4970 feat: main Added good eslint presets and rules 2023-07-04 18:05:08 +10:00
Nikolaj Frey
4fb03692ce feat: main Made editableValue respect new lines 2023-07-02 01:05:55 +10:00
Nikolaj Frey
64396604ed feat: main Added ability to render identical keys using key content hack 2023-07-02 00:39:02 +10:00
Nikolaj Frey
046f02e239 feat: main Added circular reference TODO 2023-07-02 00:22:57 +10:00
Nikolaj Frey
9b9171be21 feat: main Added hideable keys to objects 2023-07-02 00:22:04 +10:00
Nikolaj Frey
34cd118437 feat: main Added some very cool functionality, mainly the ctrl/cmd+p to modify thingtime state, also added new demo data and demo UGC block section so users can essentially edit the website locally for themselves. 2023-07-02 00:13:27 +10:00