Commit Graph

1507 Commits

Author SHA1 Message Date
MartinBraquet
274ea45cb8 Fix stringOrStringArrayToText 2026-01-18 23:01:01 +01:00
MartinBraquet
d5322e1863 Add missing translations for optional form 2026-01-18 22:48:02 +01:00
MartinBraquet
7131a5edaf Add translations for profile 2026-01-18 22:44:11 +01:00
MartinBraquet
ae977fbde7 Clean mobile filters 2026-01-18 22:34:08 +01:00
MartinBraquet
f68321690a Add matele reel 2026-01-18 20:40:45 +01:00
Martin Braquet
016841d6c2 Update press.tsx 2026-01-17 10:42:40 +01:00
MartinBraquet
635538b640 Center button text 2026-01-16 14:53:05 +01:00
MartinBraquet
cf6989fcd7 Clean /about buttons 2026-01-16 14:37:16 +01:00
MartinBraquet
9e324150c4 Disable sidebar open on swipe for now 2026-01-16 14:29:48 +01:00
MartinBraquet
f6bf4b5b23 Improve button look 2026-01-16 14:04:12 +01:00
MartinBraquet
111f8809ca Clean profile grid 2026-01-16 13:40:25 +01:00
MartinBraquet
548c1d3ad9 Move include short bios 2026-01-15 22:27:18 +01:00
MartinBraquet
c39dddf1db Clean /organization 2026-01-15 22:23:57 +01:00
MartinBraquet
39d856f368 Speed ISR for not found 2026-01-15 22:18:16 +01:00
MartinBraquet
b2c4e46180 Use locale to infer user spoken language 2026-01-15 20:29:05 +01:00
MartinBraquet
7622e864cb Reload page after sign up 2026-01-15 20:22:34 +01:00
MartinBraquet
bc66c0334a Revert "Reload page after sign up"
This reverts commit babef5f032.
2026-01-15 20:06:47 +01:00
MartinBraquet
babef5f032 Reload page after sign up 2026-01-15 20:00:24 +01:00
MartinBraquet
f7f67b0ab0 Add press info to FAQ 2026-01-15 19:53:22 +01:00
MartinBraquet
9219671430 Ask to reload 2026-01-15 19:52:19 +01:00
MartinBraquet
a4675246b2 Wait for 5 sec after profile creation 2026-01-15 19:52:01 +01:00
MartinBraquet
e2d78722d8 Ask to reload 2026-01-15 19:51:44 +01:00
MartinBraquet
d5c2f06784 Add Matele reportage to /press 2026-01-15 19:41:59 +01:00
MartinBraquet
26d9851c9e Merge remote-tracking branch 'origin/main' 1.9.0 2026-01-15 16:57:38 +01:00
MartinBraquet
fbfb959de2 Release 2026-01-15 16:57:26 +01:00
Okechi Jones-Williams
449b32d4bc Adding/Updating API unit tests (#26) 2026-01-15 16:54:29 +01:00
MartinBraquet
a3c479ff92 Release live update: Fix profile not found upon creation 2026-01-15 16:42:55 +01:00
MartinBraquet
51c97adce4 Fix profile not found upon creation 2026-01-15 16:32:21 +01:00
MartinBraquet
cde8a0d97f Add /press page 2026-01-15 16:07:39 +01:00
MartinBraquet
e257a10fdb Add bottom margin 2026-01-15 16:06:59 +01:00
MartinBraquet
6df9c5519a Translate 404 2026-01-15 16:06:42 +01:00
MartinBraquet
33a50b7e7e Update FAQ about android app 2026-01-12 11:36:59 +01:00
MartinBraquet
5029af9c5f Android release 2026-01-08 12:53:59 +02:00
Okechi Jones-Williams
7b61c70f6d Add more API endoints unit tests (#25)
* setting up test structure

* .

* added playwright config file, deleted original playwright folder and moved "some.test" file

* continued test structure setup

* Updating test folder structure

* Added database seeding script and backend testing folder structure

* removed the database test

* Replaced db seeding script

* Updated userInformation.ts to use values from choices.tsx

* merge prep

* removing extra unit test, moving api test to correct folder

* Pushing to get help with sql Unit test

* Updating get-profiles unit tests

* Added more unit tests

* .

* Added more unit tests

* Added getSupabaseToken unit test

* .

* excluding supabase token test so ci can pass

* .

* Seperated the seedDatabase func into its own file so it can be accessed seperatly

* Fixed failing test

* .

* .

* Fix tests

* Fix lint

* Clean

* Fixed module paths in compute-score unit test

* Updated root tsconfig to recognise backend/shared

* Added create comment unit test

* Added some unit tests

* Working on createProfile return issue

* .

* Fixes

* Updated Create profile unit test

* Updating create user unit test

* Add create-user unit tests

* .

* Added more unit tests

* Added more unit tests

* .

* Apply suggestion from @MartinBraquet

* .

* Added unit tests

* Added unit tests

---------

Co-authored-by: MartinBraquet <martin.braquet@gmail.com>
2026-01-08 12:52:49 +02:00
Okechi Jones-Williams
87059494a3 Add unit tests for continue in /create-profile (#24)
* setting up test structure

* .

* added playwright config file, deleted original playwright folder and moved "some.test" file

* continued test structure setup

* Updating test folder structure

* Added database seeding script and backend testing folder structure

* removed the database test

* Replaced db seeding script

* Updated userInformation.ts to use values from choices.tsx

* merge prep

* removing extra unit test, moving api test to correct folder

* Pushing to get help with sql Unit test

* Updating get-profiles unit tests

* Added more unit tests

* .

* Added more unit tests

* Added getSupabaseToken unit test

* .

* excluding supabase token test so ci can pass

* .

* Seperated the seedDatabase func into its own file so it can be accessed seperatly

* Fixed failing test

* .

* .

* Fix tests

* Fix lint

* Clean

* Fixed module paths in compute-score unit test

* Updated root tsconfig to recognise backend/shared

* Added create comment unit test

* Added some unit tests

* Working on createProfile return issue

* .

* Fixes

* Updated Create profile unit test

* Apply suggestion from @MartinBraquet

---------

Co-authored-by: MartinBraquet <martin.braquet@gmail.com>
2026-01-06 13:04:07 +02:00
Martin Braquet
e7f348e34e Update capawesome.json 2026-01-05 10:17:47 +01:00
Martin Braquet
f953b5c10b Update development.md 2026-01-05 10:10:26 +01:00
Martin Braquet
d75f179a46 Update de.json 2026-01-05 09:43:53 +01:00
Martin Braquet
87713a7803 Update README.md 2026-01-05 09:38:43 +01:00
MartinBraquet
ac7091ae06 Fix e2e 2026-01-04 13:58:18 +02:00
MartinBraquet
f4f3aa80f1 Fix missing translation for has kids 2026-01-04 13:58:11 +02:00
MartinBraquet
fa82a30907 Fix e2e tests 2026-01-04 13:48:13 +02:00
MartinBraquet
2e81ef25f1 Check that all keys are translated in german 2026-01-04 13:28:10 +02:00
MartinBraquet
12ef6a891b FInish german translation 2026-01-04 13:27:32 +02:00
MartinBraquet
fb3f5e5ace Add german translation 2026-01-04 13:03:23 +02:00
MartinBraquet
9537500fe1 Fix conditional hooks 2026-01-04 12:51:23 +02:00
MartinBraquet
bb423ba0e4 Translate filters 2026-01-04 12:42:53 +02:00
MartinBraquet
21db5cb481 Add docs for translation 2026-01-03 14:09:52 +02:00
MartinBraquet
078425f1b2 Translate search and save buttons 2026-01-03 13:50:15 +02:00
MartinBraquet
77e3b56b65 Translate search 2026-01-03 13:48:24 +02:00