52 Commits

Author SHA1 Message Date
6ff4bacddf feat: add filters guild page with table (missing full features) 2025-04-29 00:03:06 +01:00
0a5d32e6e8 chore: add placeholder edit modal 2025-04-29 00:01:53 +01:00
16134e1719 buid: alter database structure and migrations - add filters 2025-04-29 00:00:57 +01:00
60cb0083f5 chore: remove unused code + delete existing feeds before seeding 2025-04-28 23:57:06 +01:00
3774c0b6db build: shorthand commands for prisma format and prisma studio 2025-04-28 23:55:37 +01:00
9b5913cd77 feat: add '15' as a page size option for tables 2025-04-28 10:40:31 +01:00
1edc1d4016 feat: tag design for status and channels in feed table 2025-04-28 10:33:55 +01:00
336484c13a chore: include dummy channels with seeds 2025-04-28 10:31:04 +01:00
12dff02c6f refactor: formatTimestamp func now checks against current year, rather than year to date 2025-04-28 10:29:10 +01:00
f8724162ad feat: basic search functionality for feed table 2025-04-26 22:52:03 +01:00
48cd87749e chore(release): 0.1.3 v0.1.3 2025-04-26 16:23:10 +01:00
07b163a674 feat: page size selector for feed table 2025-04-26 16:19:26 +01:00
6cdef67850 feat: preline select box for table pagination 2025-04-24 17:04:35 +01:00
3b9368dc22 chore: added some fake Feed data for testing - more robust testing will obsolete this in the future 2025-04-24 12:43:32 +01:00
87da78286c feat: added footer with pagination to feed table 2025-04-24 12:41:59 +01:00
c2d11120b0 build: added generate command for prisma orm 2025-04-24 12:41:21 +01:00
8450a9a7eb chore: working on datatables implementation for feeds 2025-04-24 01:36:39 +01:00
10d55be62d fix(api): include channels in datatable response for feeds 2025-04-23 14:30:25 +01:00
130fa63f69 fix: errors with feed datatables api endpoint 2025-04-23 14:09:59 +01:00
98b9bb1fba fix: new feed api endpoints using bad regex 2025-04-23 14:09:15 +01:00
911c213236 chore: remove unused feed api file 2025-04-23 12:15:21 +01:00
95124ec6e5 feat: exposed api routes for Feed objects 2025-04-23 12:13:14 +01:00
7ff73fae28 build: enable 'noEmplicitAny' in tsconfg 2025-04-23 12:12:16 +01:00
d03dc8ed90 feat: add API controller new Feed models 2025-04-22 23:39:54 +01:00
c9c22bd2ac ops: added data models for Feed & Channel objects 2025-04-22 23:39:19 +01:00
1c7ffa970a chore: remove blank test script 2025-04-22 23:37:55 +01:00
6f820fdcfc fix: missing preline dependencies 2025-04-22 20:57:35 +01:00
5e0ba9a9e6 chore: remove unused config line 2025-04-22 20:56:04 +01:00
d50a929fa9 chore(release): 0.1.2 v0.1.2 2025-04-22 17:07:28 +01:00
1f3ec703eb chore: config changes 2025-04-22 17:07:11 +01:00
78ab28e73c feat: basic table on feeds view 2025-04-22 17:06:43 +01:00
fa872e9899 chore(release): 0.1.1 v0.1.1 2025-04-22 16:06:09 +01:00
afea1f1090 bundles change 2025-04-22 16:05:05 +01:00
d02597b4fd feat: connect routers for accessing the new guild tabs 2025-04-22 16:04:52 +01:00
119339c0a3 fix: add tab helper for highlighting the active guild tab 2025-04-22 16:03:59 +01:00
c1cf78bf96 refactor: build client bundles to new location and exclude from commits. 2025-04-22 16:01:27 +01:00
8602210a5c unused and dumb 2025-04-22 15:57:14 +01:00
a8f513973e guild tab views 2025-04-22 15:56:58 +01:00
042b0a5a07 chore(release): 0.1.0 v0.1.0 2025-04-22 13:16:22 +01:00
4ad107b369 add versioning tools 2025-04-22 13:16:08 +01:00
9ee990d89f exclude large tailwindcss file 2025-04-22 12:51:42 +01:00
86145f8db4 list discord guilds via middleware 2025-04-22 12:45:18 +01:00
12e812075b fix aliases not being resolved during build 2025-04-22 12:44:55 +01:00
86134ed2e1 add discord bot 2025-04-22 12:19:22 +01:00
c8670bfe65 esbuild for compile/bundle ts 2025-04-22 12:19:09 +01:00
90b2890664 remove placeholders 2025-04-22 12:18:16 +01:00
aaec307e3f basic layout with tailwind/preline 2025-04-22 12:18:04 +01:00
6fe2f43893 custom css 2025-04-22 12:17:40 +01:00
589ebcf693 add license 2025-04-22 12:17:15 +01:00
c71abd76fa add tailwind config 2025-04-22 12:17:07 +01:00