Commit Graph

39 Commits

Author SHA1 Message Date
andrzej 62d8f05d8a tweak refresh/notifications 2024-09-25 12:55:58 +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 1b49672be6 implement genre picker cell (janky) 2024-07-23 17:40:35 +02:00
andrzej 2df9738364 edit submission, fix client side data validation 2024-07-20 14:07:13 +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
andrzej 773633d103 implement inline number input 2024-06-30 23:28:05 +02:00
andrzej 6378b358ed make update function concise/flexible 2024-06-30 23:21:48 +02:00
andrzej 52578b7979 add get method 2024-06-30 20:15:57 +02:00
andrzej a2682f4f05 implement inline text input 2024-06-30 17:36:44 +02:00
andrzej d32b689fbb begin implementation of edit feature 2024-06-29 21:38:21 +02:00
andrzej e8c37f794d fix multi-delete 2024-06-27 23:12:53 +02:00
andrzej 2006641bb4 partially implement multi-delete button 2024-06-27 16:49:56 +02:00
andrzej 9bf60c2282 add multi delete function 2024-06-27 16:08:03 +02:00
andrzej eb2ecf6618 context menu -- keyboard navigation 2024-06-27 12:44:31 +02:00
andrzej ae759de164 implement basic create submission popover functionality 2024-06-26 19:55:18 +02:00
andrzej 61d956b9cd implement create pubs popup 2024-06-26 19:33:12 +02:00
andrzej 483b9d987a extrapolate create function 2024-06-26 18:18:44 +02:00
andrzej 78b07861d9 style create forms 2024-06-24 18:33:03 +02:00
andrzej bf126255d8 implement submissions table 2024-06-20 11:39:35 +02:00
andrzej 28f85bd714 implement publications table 2024-06-20 10:35:25 +02:00
andrzej e0b47622ce partially implement del function 2024-06-19 19:46:30 +02:00
andrzej 37aad4605c add deleteStory function, fix schema to allow it 2024-06-19 18:01:42 +02:00
andrzej bd4a690d95 split getStory function
it's a waste to be fetching genres unless we're going to use them
2024-06-19 11:53:58 +02:00
andrzej a8f68ff737 include genres in getStory api call 2024-06-19 11:33:27 +02:00
andrzej 0a5095bd5f add createStory server action 2024-06-17 13:51:24 +02:00
andrzej 87ec3c99c4 still trying to get shadcn selects to work dynamically 2024-06-13 21:52:44 +02:00
andrzej 4f53932f9c add dynamically fetched checkboxes 2024-06-13 12:11:09 +02:00
andrzej 114d59e9ed build / import table 2024-06-12 17:15:22 +02:00
andrzej bbea849de9 move get functions to lib 2024-06-12 12:19:44 +02:00
andrzej 877fc08bd6 add createStory action 2024-06-11 19:21:14 +02:00
andrzej 495d6e2311 rename db with .ts extension
(it turns out typescript/nextjs is buggy with mjs)
2024-06-11 19:13:37 +02:00
andrzej db26cb602c add lettercase function 2024-06-11 19:12:52 +02:00
andrzej a180d05382 setup prisma client 2024-06-11 15:36:12 +02:00