181 Commits

Author SHA1 Message Date
d1957faf95 refactor: styles page client-side code
Some checks failed
Build / build (push) Failing after 33s
2025-05-11 18:22:10 +01:00
186e1dbf93 chore: remove unused packages
Some checks failed
Build / build (push) Failing after 41s
2025-05-11 18:18:30 +01:00
fc24f05903 refactor: filters client-side code
Some checks failed
Build / build (push) Failing after 45s
2025-05-09 17:17:32 +01:00
9b6eb86cd8 fix: feed page - missing ordering params and row select functionality
Some checks failed
Build / build (push) Failing after 45s
2025-05-09 16:41:54 +01:00
6b77d062f0 chore(release): 0.1.5
Some checks failed
Build / build (push) Failing after 36s
v0.1.5
2025-05-09 15:56:46 +01:00
31c4779bf2 refactor: entire feeds front-end js
Some checks failed
Build / build (push) Has been cancelled
2025-05-09 15:56:30 +01:00
816da70229 fix: parse publish threshold on post/patch
Some checks failed
Build / build (push) Has been cancelled
2025-05-09 15:55:55 +01:00
9423a0f1ce working on proper client packing
Some checks failed
Build / build (push) Failing after 57s
2025-05-08 22:14:55 +01:00
d6382347d0 trying to figure out preline implementation
Some checks failed
Build / build (push) Failing after 32s
2025-05-08 01:16:06 +01:00
8f1ee46d6d build db step replacement (needs env var)
Some checks failed
Build / build (push) Has been cancelled
2025-05-08 01:15:30 +01:00
6761a9163b feat: publish threshold field on Feed model 2025-05-08 01:14:35 +01:00
bab3759423 chore: remove outdated seeds
Some checks failed
Build / build (push) Failing after 48s
2025-05-08 01:14:00 +01:00
79b76c3b58 fix bad import path
Some checks failed
Build / build (push) Failing after 40s
2025-05-06 18:09:30 +01:00
faaaaf6ac7 style: add missing semicolons 2025-05-06 18:09:05 +01:00
676885a004 chore: remove unused div
Some checks failed
Build / build (push) Has been cancelled
2025-05-06 18:08:44 +01:00
9f71c9c29e colours plus select height fix
Some checks failed
Build / build (push) Failing after 54s
2025-05-06 17:03:49 +01:00
3ac33dc00a fix: error when searching filters (algorithm isn't searchable via API)
Some checks failed
Build / build (push) Failing after 48s
2025-05-06 16:35:02 +01:00
d5af04c317 feat: select message style on feed
Some checks failed
Build / build (push) Failing after 52s
2025-05-06 16:19:25 +01:00
0dd928b8f4 working on logger
Some checks failed
Build / build (push) Failing after 54s
2025-05-05 23:39:22 +01:00
badd232d3d chore: shorten style table headers and use a unique icon for table 'no results found'.
Some checks failed
Build / build (push) Failing after 48s
2025-05-05 23:20:09 +01:00
6356bb1d06 feat(db): connect message style to feed 2025-05-05 23:19:23 +01:00
e9807ee6f6 feat: colour picker on message style edit modal
Some checks failed
Build / build (push) Failing after 40s
2025-05-05 23:06:05 +01:00
99a59c61e7 fix(api): style mutators causing errors if blank
Some checks failed
Build / build (push) Failing after 37s
2025-05-05 23:03:51 +01:00
200716988c style colour length to 7 from 6 (2)
Some checks failed
Build / build (push) Has been cancelled
2025-05-05 23:03:05 +01:00
a42e353aa4 style colour length to 7 from 6 2025-05-05 23:02:47 +01:00
cfde210a39 fix: mistakenly broken class on the style table delete button 2025-05-05 18:57:42 +01:00
be03788cfc feat: added styles page table and edit modal
Some checks failed
Build / build (push) Failing after 38s
2025-05-05 18:51:28 +01:00
2d8a26f392 fix: incorrect 'for' value being used on the editModal's 'value' label.
Some checks failed
Build / build (push) Has been cancelled
2025-05-05 18:50:48 +01:00
a1bd362799 feat(api): added message style api endpoints 2025-05-05 18:50:10 +01:00
6d1f4e6f7f feat: migrate from sqlite to postgresql, and add message_style model
Some checks failed
Build / build (push) Failing after 52s
2025-05-05 17:05:59 +01:00
b528153113 feat: create and update feeds with filters 2025-05-05 15:10:31 +01:00
e935d801e6 feat: filter selection and table render for feed view
All checks were successful
Build / build (push) Successful in 48s
2025-05-05 14:41:53 +01:00
ff992fefa7 chore: remove large "unused" preline import on main.ts
All checks were successful
Build / build (push) Successful in 46s
2025-05-05 14:40:26 +01:00
989f93addf build: minify client-side js on prod
Some checks failed
Build / build (push) Has been cancelled
2025-05-05 14:39:33 +01:00
a0d2711a51 fix: ID not being reset when creating new feeds, causing unintentional edits over existing feeds
All checks were successful
Build / build (push) Successful in 39s
2025-05-02 13:43:59 +01:00
73aed35ce0 feat: completed filter table and edit modal
All checks were successful
Build / build (push) Successful in 42s
2025-05-02 13:43:02 +01:00
e58d7343b1 feat(api): Functional API endpoints for filters 2025-05-02 13:42:13 +01:00
2259e3229a chore: remove commented styles
All checks were successful
Build / build (push) Successful in 47s
2025-05-02 13:41:39 +01:00
78fed2b2a3 chore: remove shadow from algorithm select 2025-05-02 13:39:14 +01:00
fa42eb3551 feat: css shorthands for generic select toggle
All checks were successful
Build / build (push) Successful in 53s
2025-05-02 13:31:29 +01:00
e4ab506abe fix(api): patching feeds would duplicate channels #4
All checks were successful
Build / build (push) Successful in 52s
2025-05-02 11:13:28 +01:00
2589cabec6 feat: delete selected feed rows
All checks were successful
Build / build (push) Successful in 58s
2025-05-01 20:38:25 +01:00
00a4c749f0 fix(api): expected ids to be integers, not strings
All checks were successful
Build / build (push) Successful in 57s
2025-05-01 20:37:19 +01:00
9d79d8dbef chore: add migration
Some checks failed
Build / build (push) Has been cancelled
2025-05-01 20:36:41 +01:00
79e331bdb9 fix(database): cascade channels on feed delete
Some checks failed
Build / build (push) Has been cancelled
2025-05-01 20:36:24 +01:00
dda5461a0d working on delete button
All checks were successful
Build / build (push) Successful in 59s
2025-05-01 19:33:46 +01:00
300041ec49 cleanup build action file
All checks were successful
Build / build (push) Successful in 53s
2025-05-01 14:34:18 +01:00
a768059e74 build test
All checks were successful
Build / build (push) Successful in 39s
2025-05-01 14:29:52 +01:00
e6c641575e set env var before db process
Some checks failed
Build / build (push) Failing after 47s
2025-05-01 14:26:45 +01:00
40a0211609 build(api): include database in test build process
Some checks failed
Build / build (push) Failing after 43s
2025-05-01 14:20:50 +01:00