Commit Graph

229 Commits

Author SHA1 Message Date
andrzej 9bc1750848 style story form 2024-09-27 11:18:12 +02:00
andrzej 91e8a17525 style genre picker 2024-09-27 11:11:03 +02:00
andrzej a4f5467832 fix: show genres in edit story dialog 2024-09-27 11:05:29 +02:00
andrzej 6e501aa75f begin implementation of edit story functionality 2024-09-26 12:39:26 +02:00
andrzej b9d5cfc18d fix: janky login/logout refreshes and redirects 2024-09-26 10:48:50 +02:00
andrzej 454695ca1e style login page 2024-09-25 19:45:20 +02:00
andrzej fa62080e0c mobile friendly edit submission dialog 2024-09-25 19:39:12 +02:00
andrzej d2936f2a6b mobile friendly create submission dialog 2024-09-25 19:36:46 +02:00
andrzej 712c8da465 controlled create dialogs 2024-09-25 19:06:19 +02:00
andrzej 62d8f05d8a tweak refresh/notifications 2024-09-25 12:55:58 +02:00
andrzej bc675cd258 make subs page responsive 2024-09-25 10:31:34 +02:00
andrzej def21a236c render textinputcell only on large screens 2024-09-24 12:25:31 +02:00
andrzej d7a60b331c add more responsiveness 2024-09-23 18:18:05 +02:00
andrzej 2a2a994f90 Merge branch 'auth-third-attempt-JWT' of 192.168.0.184:andrzej/subman-nextjs into auth-third-attempt-JWT 2024-09-23 17:36:36 +02:00
andrzej d2815c7356 tailwind changews 2024-09-23 17:35:33 +02:00
andrzej 164097e821 add responsiveness 2024-09-23 14:15:26 +02:00
andrzej 35ac70b62b add responsiveness 2024-09-21 17:23:31 +02:00
andrzej f8bb05d8b9 logout functionality 2024-09-21 16:40:19 +02:00
andrzej f21159b849 update db 2024-09-20 16:05:54 +02:00
andrzej 158d73a6df trim 2024-09-20 16:00:05 +02:00
andrzej 3f22b2ce82 update sub server actions etc 2024-09-20 15:46:26 +02:00
andrzej c0f55be1b5 fix: update server actions 2024-09-20 15:19:31 +02:00
andrzej 0bb8eac362 fix: create server actions 2024-09-19 11:37:01 +02:00
andrzej c7dfbee0e0 redirect on login now works 2024-09-19 10:08:58 +02:00
andrzej 9eb558dc2f verifying jwt now works
issue - I was importing the textEncoder for browser, rather than using the native one
2024-09-16 14:55:34 +02:00
andrzej 9c2148076b login endpoint authentication now working 2024-09-16 13:17:15 +02:00
andrzej fff780922d begin debugging 2024-09-13 22:01:21 +02:00
andrzej 1d13d79682 make it a server component 2024-09-13 21:53:27 +02:00
andrzej 8dc7d08210 fix urls 2024-09-13 21:51:03 +02:00
andrzej f9f2a8352d fix callback 2024-09-13 21:50:41 +02:00
andrzej 5aa503a236 bcrypt fix
basically webpack tries to compile it which is not good
so I edited to next.config
2024-09-13 19:24:39 +02:00
andrzej 1861630bf3 checkout login page from previous attempt 2024-09-13 17:54:20 +02:00
andrzej a9e072ab5f create login api route 2024-09-13 12:21:45 +02:00
andrzej a204eec776 implement controlled edit / delete dialogs 2024-08-07 15:46:14 +02:00
andrzej e5d2aba207 optimize font 2024-08-06 12:52:15 +02:00
andrzej e9ed5ae9ea fix tablename 2024-08-06 12:51:23 +02:00
andrzej fdeeb955c9 improve title styling 2024-08-06 12:32:55 +02:00
andrzej c54720cc67 give each genrePicker cell a unique form id 2024-07-24 22:04:30 +02:00
andrzej 0586b33bcd improve genre picker cell 2024-07-24 17:24:04 +02:00
andrzej 5018422353 fix missing keys 2024-07-24 17:23:42 +02:00
andrzej 1b49672be6 implement genre picker cell (janky) 2024-07-23 17:40:35 +02:00
andrzej 6073a1dce5 move edit submission dialog to context menu 2024-07-21 19:14:20 +02:00
andrzej 2df9738364 edit submission, fix client side data validation 2024-07-20 14:07:13 +02:00
andrzej fb4911c067 edit submission functionality (partial) 2024-07-20 11:52:19 +02:00
andrzej 6e42145e88 rearrange sub cols 2024-07-04 18:31:22 +02:00
andrzej b69a172dd5 delete unused imports 2024-07-03 00:41:20 +02:00
andrzej edfee2c35d make inputs work with Enter 2024-07-02 23:01:26 +02:00
andrzej 83efc850d3 fix added space 2024-07-02 22:52:10 +02:00
andrzej 356c487ed7 Revert "make form input work with number and string"
This reverts commit 2294d0c0b0.
2024-07-02 22:16:17 +02:00
andrzej 349a191d12 make form input work with number and string 2024-07-02 19:49:00 +02:00