Commit Graph

75 Commits

Author SHA1 Message Date
Nikolaj Frey
83d2e255c7 feat: feature/mvp-sprint-1 2023-08-14 15:15:12 +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
fa2f03c52e feat: feature/mvp-sprint-1 2023-08-14 13:00:10 +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
706490e1b1 feat: feature/mvp-sprint-1 2023-08-14 11:36:05 +10:00
Nikolaj Frey
c62e0c8bd3 feat: feature/mvp-sprint-1 Added investment links 2023-08-14 11:34:50 +10:00
Nikolaj Frey
3ecf272981 feat: feature/mvp-sprint-1 Fixed mobile nav styling 2023-08-14 10:51:00 +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
1183ce88f9 feat: feature/mvp-sprint-1 2023-08-11 10:04:20 +10:00
Nikolaj Frey
89c1e67467 feat: feature/mvp-sprint-1 Made the thingtime icon random 2023-08-09 13:41:05 +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
7aecc2ff08 feat: feature/mvp-sprint-1 Added the thingtime emoji 2023-08-09 10:52:25 +10:00
Nikolaj Frey
75deb9a2ff feat: feature/mvp-sprint-1 Added home icon link in nav 2023-08-09 10:43:18 +10:00
Nikolaj Frey
fe3b9eb496 feat: feature/mvp-sprint-1 Extracted execute command into separate function in Commander 2023-08-09 08:13:09 +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
9aa463bc48 feat: feature/mvp-sprint-1 Added code and edit mode url paths 2023-08-06 20:24:18 +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
804f356adc feat: feature/mvp-sprint-1 Fixed a commander bug where root level values where not rendering the value in popup window correctly and fixed some overflow scroll issues on commander suggestions box 2023-07-24 13:02:27 +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
200cb94321 feat: feature/mvp-sprint-1 Fixed setThingtime bug when updating value on thingtime root 2023-07-24 11:45:32 +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
2452f0b126 feat: main 2023-07-10 10:46:30 +10:00
Nikolaj Frey
889163af6a feat: main 2023-07-10 10:45:27 +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
c5c0958905 feat: feature/rainbow-component Modified commander mobile view 2023-07-05 20:14:49 +10:00
Nikolaj Frey
e30dc3f56c feat: feature/rainbow-component Added rainbow animation to commander 2023-07-05 20:05:35 +10:00
Nikolaj Frey
302302fa8f feat: feature/rainbow-component Added Gradient Path locally and started work on rainbow effect wrapper component 2023-07-05 14:49:14 +10:00