Luke Vella
f46c9b0348
Locale update patch ( #229 )
2022-07-21 17:11:10 +01:00
Luke Vella
e0a5cfec39
Fix middleware for unsupported locales
2022-07-21 12:45:41 +01:00
Luke Vella
416a17c5b7
Add locale support ( #228 )
2022-07-21 12:12:35 +01:00
Luke Vella
800af20132
Add missing translation ( #227 )
...
* Add missing translation
* Add more missing translations
2022-07-18 11:24:12 +01:00
Luke Vella
bfb14b0e02
Translations ( #225 )
2022-07-17 17:11:56 +01:00
Luke Vella
9c61d34f24
Ignore time zone in time picker
2022-07-09 11:54:55 +01:00
Luke Vella
9f5af53262
Ignore time zone from time picker
2022-07-09 11:13:50 +01:00
Luke Vella
80093eae8c
Prevent modal from closing when clicking outside ( #223 )
...
Close #222
2022-07-09 10:05:52 +00:00
Luke Vella
68ef2e3cec
Allow adding multiple participants ( #220 )
2022-07-05 16:17:41 +00:00
Luke Vella
a1d86dbb4b
Fix date removal #217
2022-07-05 00:29:51 -07:00
Luke Vella
cec3ef2549
Fix z-index on date card annotation
2022-07-02 16:05:18 +01:00
Luke Vella
9098bba37c
Remove cd workflow
2022-06-28 18:39:54 +01:00
Luke Vella
707eae68c1
Switch from date-fns to day.js ( #213 )
2022-06-28 18:36:23 +01:00
Luke Vella
368f324865
Use client side fetching for user data ( #211 )
2022-06-28 11:13:49 +00:00
Luke Vella
1d768083ee
Force guest user ( #210 )
2022-06-28 10:33:17 +01:00
Luke Vella
000d105983
Fix user avatar color order ( #209 )
2022-06-27 19:44:42 +00:00
Luke Vella
58472e3a2d
Make sure toolbar doesn’t shrink
2022-06-27 18:52:26 +01:00
Luke Vella
e7c453a120
Unrestrict domain for trpc client ( #208 )
2022-06-27 18:41:50 +01:00
Luke Vella
357f58c18f
Update README.md
2022-06-27 18:40:47 +01:00
Luke Vella
2ead375b42
Updated links model and poll page ( #206 )
...
* Improved sharing
* Updated desktop poll
2022-06-27 15:22:23 +01:00
Luke Vella
c4cbf2f6bb
Prevent users from accidentally updated other participants ( #199 )
2022-06-13 18:23:06 +01:00
Luke Vella
83b95717e4
Clean up styles
2022-06-06 13:07:49 +01:00
Luke Vella
88943ce1ba
Prevent submitting form from name field
2022-06-04 09:13:27 +01:00
Luke Vella
922a23812c
Fix participant summary ( #196 )
2022-06-04 09:13:27 +01:00
Luke Vella
f928472078
Update participant row appearence and behaviour ( #195 )
2022-06-02 14:01:59 +01:00
Luke Vella
32f7bb60fa
Use color variable for theme
2022-06-01 18:52:25 +01:00
Luke Vella
f666702527
Revert changes to absolute-url ( #194 )
2022-06-01 10:05:00 +00:00
Luke Vella
4ce5a1990e
Show full list of participants on mobile view ( #193 )
2022-06-01 09:43:34 +01:00
Luke Vella
53fa823857
Update sentry sdk
2022-06-01 08:39:21 +01:00
Luke Vella
f1aec55641
Update dependencies ( #192 )
2022-05-30 13:32:30 +00:00
Luke Vella
900fac5735
Bug fixes ( #191 )
2022-05-25 17:04:17 +01:00
Luke Vella
9fdbe46d19
Fix url for polls on profile page
2022-05-25 16:28:39 +01:00
Luke Vella
3384c937c0
Profile page ( #190 )
2022-05-25 16:25:49 +01:00
Luke Vella
d7043891fa
Fix mismatched votes on poll with edited options ( #189 )
2022-05-24 11:21:57 +01:00
Luke Vella
34347ee743
Update README.md
2022-05-23 14:40:11 +01:00
Luke Vella
8f4bdad8c5
Update house-keeping policy ( #185 )
2022-05-23 08:26:10 +01:00
Luke Vella
7b30342803
Handle referential integrity with prisma
2022-05-22 16:53:40 +01:00
Luke Vella
00cf0827b4
Add house keeping workflow
2022-05-20 18:58:31 +01:00
Luke Vella
544a42edc4
Delete votes before deleting option
2022-05-20 15:28:01 +01:00
Luke Vella
2e46807846
Delete participant and votes
2022-05-20 15:25:45 +01:00
Luke Vella
3299ba2030
Soft delete and house keeping endpoint ( #184 )
2022-05-20 15:14:46 +01:00
Luke Vella
97e189132f
Update README
2022-05-20 15:13:58 +01:00
Luke Vella
5332e62c1a
Make question mark lighter
2022-05-20 15:13:58 +01:00
Trammell Hudson
f65fe76863
docker-compose: pass schema to migrate deploy ( #182 )
...
This patch passes the explicit path to the prisma schema so
that the initial table creation is performed. Otherwise the
command will print:
No migration found in prisma/migrations
And attempting to create a poll produces the postgres error:
ERROR: relation "public.users" does not exist at character 35
STATEMENT: SELECT "public"."users"."id" FROM "public"."users" WHERE "public"."users"."email" = $1 OFFSET $2
Signed-off-by: Trammell Hudson <hudson@trmm.net>
2022-05-19 20:05:06 +01:00
Luke Vella
c07885beee
Fix missing base url during docker build ( #180 )
2022-05-19 16:48:48 +01:00
Luke Vella
35159bf3a1
Fix silenced toast error message
2022-05-19 12:10:37 +01:00
Luke Vella
6cea86ffff
Fix linting
2022-05-19 11:11:28 +01:00
Luke Vella
d538fb8c2d
Fix prisma schema location
...
Closes #176
2022-05-19 09:48:59 +01:00
Luke Vella
c170e03b6a
Add option to delete poll ( #174 )
2022-05-18 17:47:23 +01:00
Luke Vella
2c4157ea24
Switch to tRPC ( #173 )
2022-05-18 10:22:40 +01:00