Commit Graph

107 Commits

Author SHA1 Message Date
Henry
6b861b6875 fix: bypass custom URL checkout for self hosted 2025-06-04 07:19:25 +01:00
Henry
0b06f80181 feat: remove NEXT_PUBLIC env vars from docker build args (#13)
* feat: add next public envs to runtime

* Commit env vars
2025-06-03 21:25:57 +01:00
Krisztiaan
37d2ebccf7 fix: modal forms not submitting on Enter key (#9)
* fix: add type="button" to modal close buttons to fix Enter key form submission

Previously, pressing Enter in modal form inputs would dismiss the modal instead
of submitting the form because close buttons defaulted to type="submit". This
adds explicit type="button" to all modal close buttons to ensure Enter key
properly submits forms.

Fixes:
- New board creation via Enter key
- New workspace creation via Enter key
- New card creation via Enter key
- New list creation via Enter key
- Member invitation via Enter key
- Label creation/editing via Enter key
- Board URL updates via Enter key
- Import boards forms via Enter key

* fix: submit forms on enter key submission

---------

Co-authored-by: Henry <henry_ball@hotmail.co.uk>
2025-06-03 16:07:12 +01:00
Henry
1027b45cdb feat: update image upload API with user authentication and validation 2025-06-03 13:45:26 +01:00
Henry
c976647b86 fix: update license link in footer 2025-06-02 14:37:09 +01:00
Henry
b2760c9893 feat: add beta notice on pricing 2025-06-02 09:33:31 +01:00
Henry
06de61ce68 feat: add faqs answers 2025-06-02 09:22:18 +01:00
Henry
90b928bd51 docs: link to repo for self hosting 2025-06-01 22:57:14 +01:00
Henry
c2718a8038 docs: add trello import guide 2025-06-01 22:42:00 +01:00
Henry
0d6fa50bc3 fix: show warning icon for delete member popup 2025-06-01 22:29:07 +01:00
Henry
c2a0bb827f fix: remove duplicate apiKey prefix 2025-06-01 21:08:00 +01:00
Henry
6279138c04 fix: set correct urls in docs 2025-06-01 21:05:09 +01:00
Henry
fb319cec38 feat: add prefix to api key 2025-06-01 00:14:58 +01:00
Henry
1d00aa78b4 feat: create and delete api keys 2025-05-31 23:59:48 +01:00
Henry
e61dd4e27e feat: show new workspace modal when user is not a member of any workspaces 2025-05-30 14:09:44 +01:00
Henry
db19a8dc45 feat: only show billing for cloud 2025-05-29 23:37:22 +01:00
Henry
14f55e5939 chore: update package licences and migration script 2025-05-29 23:18:25 +01:00
Henry
9d467529e1 fix: set stripe price id to env variable 2025-05-29 21:41:08 +01:00
Henry
ffb3cec6a8 fix: set ellipsis colour in CheckboxDropdown component 2025-05-28 21:55:27 +01:00
Henry
47ddf0a048 fix: show email and avatar for pending members 2025-05-28 21:51:41 +01:00
Henry
feeb2f675b fix: display avatar image on cards 2025-05-28 21:23:52 +01:00
Henry
b07e473745 fix: reenable switching lists from list dropdown 2025-05-27 22:00:20 +01:00
Henry
09211e60c7 fix: display correct colour for create new label text on dark mode 2025-05-27 21:31:33 +01:00
Henry
71c92eea27 fix: reenable member invites 2025-05-22 12:18:56 +01:00
Henry
82ec18e95e feat: add pino-pretty to dev logs 2025-05-20 23:11:45 +01:00
Henry
4936d4215d fix: pass raw request body to stripe constructEvent 2025-05-20 21:37:04 +01:00
Henry
395c3acb81 feat: update s3 upload to use put 2025-05-16 23:27:32 +01:00
Henry
bb9877c899 feat: add pino logging to next 2025-05-15 22:56:01 +01:00
Henry
d065ae73e1 refactor: remove edge compatibility 2025-05-15 22:27:03 +01:00
Henry
68a5c270a6 fix: init auth for auth api route 2025-05-08 15:36:11 +01:00
Henry
cbb5b0e06a feat: update docker compose 2025-05-08 13:13:09 +01:00
Henry
a5399fcd46 feat: dockerfile 2025-05-07 23:35:13 +01:00
Henry
0918320102 fix: set valid domain in next config 2025-05-06 15:10:46 +01:00
Henry
414af74dc1 fix: set better auth baseUrl 2025-05-06 10:38:35 +01:00
Henry
69004df19e fix: missing secret env 2025-05-06 09:54:06 +01:00
Henry
731136facf fix: pnpm lock 2025-05-06 09:45:26 +01:00
Henry
65eca3ebbb feat: s3 avatar uploads 2025-05-06 09:22:25 +01:00
Henry
8ae7eeb1fe fix: fix build 2025-05-05 15:19:09 +01:00
Henry
b6daaa41de refactor: remove supabase auth 2025-05-05 15:16:30 +01:00
Henry
091fea6f38 feat: setup better-auth 2025-05-02 23:40:34 +01:00
Henry
88110b0b8f refactor: move reorder card to update handler 2025-04-30 00:01:45 +01:00
Henry
d99e95826f refactor: move reorder lists to update list 2025-04-29 08:58:07 +01:00
Henry
d83e9d4dc5 refactor: update repo funcs to drizzle 2025-04-24 14:07:41 +01:00
Henry
297408c1fe feat: update doc links 2025-04-17 17:20:28 +01:00
Henry
2bd4051fa5 fix: missing light mode colours for delete workspace modal 2025-04-17 14:16:37 +01:00
Henry
e9211464d6 feat: create label from new card modal 2025-04-17 14:09:56 +01:00
Henry
fa16c7ccbd fix: prevent filters from refreshing on selection 2025-04-09 09:07:58 +01:00
Henry
fb8ba09a32 fix: update openstatus url 2025-04-08 13:24:45 +01:00
Henry
f1600793b2 feat: restrict inviting and removing users to workspace admins 2025-03-24 19:10:47 +00:00
Henry
05c4de153e feat: enhance layout for larger viewports 2025-03-24 14:44:47 +00:00