117 Commits

Author SHA1 Message Date
Sonny
eea9732100 refactor: use tabs instead of spaces 2024-10-07 01:33:59 +02:00
Sonny
57ed2c5e94 feat: migrate from paths constant to new route management system 2024-06-02 23:59:57 +02:00
Sonny
19b96650e9 refactor: move routes in dedicated files + improve routes management 2024-06-02 23:59:57 +02:00
Sonny
1386db6935 chore: init adonis 2024-06-02 23:59:57 +02:00
Sonny
219e5e3aed chore(deps): update deps 2024-04-15 00:52:07 +02:00
Sonny
c78eac59fd chore: add umami 2024-04-15 00:14:14 +02:00
Sonny
7ed11fe4aa feat: add shared category page 2024-04-14 23:30:12 +02:00
Sonny
6b72af9e8f fix: some style issues caused by the new visibility badge component 2024-04-14 16:11:05 +02:00
Sonny
194b541143 feat: add category visibility 2024-04-14 16:01:12 +02:00
Sonny
f1a70f3bd1 refactor: change routes to the home page and (new) "app" page
Tldr : "/" becomes "/app" and "/about" becomes "/"
2024-04-11 01:23:36 +02:00
Sonny
a53b600111 feat: add about page
Finally!
2024-04-11 01:13:11 +02:00
Sonny
78915b6b99 fix: error when removing a category without a previous category 2024-04-10 19:42:26 +02:00
Sonny
a317ee1b61 chore(deps): update deps and apply changes 2024-04-10 19:23:18 +02:00
Sonny
42a5dabec1 feat: add optionnal category description 2024-04-10 19:22:16 +02:00
Sonny
584489dbb9 feat: add optionnal link description 2024-04-09 23:05:14 +02:00
Sonny
cf6b87306e feat: add optionnal "required" param on TextBox and Selector inputs 2024-04-09 23:00:43 +02:00
Sonny
0bf5ac11b0 ci: create docker push only workflow
and change default behaviour: deploy when tag is created instead
2024-03-27 23:39:25 +01:00
Sonny
20b0eac03a fix: internal server error when unauthenticated user goes to legal pages 2024-02-26 23:55:59 +01:00
Sonny
48bf294f51 refactor: admin dashboard page and improve style 2023-12-28 19:18:38 +01:00
Sonny
cd7ad1f3d3 feat: admin dashboard 2023-12-28 19:18:38 +01:00
Sonny
480ca9bfa6 refactor: search modal component 2023-12-23 17:49:39 +01:00
Sonny
cfba05c58d feat: improve search 2023-12-23 17:49:39 +01:00
Sonny
9d59c3b993 feat: use react select in search modal filter 2023-12-23 17:49:39 +01:00
Sonny
f7fed8bde4 feat: open search modal when query param is defined 2023-12-23 17:49:39 +01:00
Sonny
f55d467f97 feat: store avatar and user name 2023-12-22 13:47:27 +01:00
Sonny
115ff3e2f8 fix: edit category not working when updating name 2023-12-22 13:47:27 +01:00
Sonny
5a28917429 Mobile swipeable menu (#13)
* feat(mobile): swipe right to open menu

* refactor: css for side nav bar

* refactor: side menu desktop & mobile
2023-12-19 16:49:31 +01:00
Sonny
4a7d5392ad fix: selector child not rendered correctly 2023-12-17 02:49:00 +01:00
Sonny
2d8cf41a83 fix: error when user has no category 2023-12-16 22:53:32 +01:00
Sonny
8b86fbfd7f feat: change some icons 2023-12-16 22:52:34 +01:00
Sonny
e8f2d80e6a feat: use react-select in lang-selector component 2023-12-16 20:48:02 +01:00
Sonny
f44d1c2d33 feat: rework login page 2023-12-16 20:46:54 +01:00
Sonny
ad682faa9e Reorder categories (#12)
* feat: add next category id column

* feat: reorder categories (front)

* refactor: remove dead code & some optimization

* feat(wip): add order column + sql request + trigger

* refactor: fix warnings

* fix: syntax error in migration

* feat: create sql query (category reorder)

* feat: use prisma generated types instead

* feat: create some react context with hooks

* refactor: move a lot of code from home page to
dedicated components

* refactor: extend generated prisma types

* refactor: use hooks and move links footer in dedicated component

* refactor: fix bad types used

* fix: warnings caused by setState loop

* feat: use nextid instead of order column

* fix: reorder categories (front)

* fix: sort categories by nextId

* feat: prevent send update request if cat.id equal target.id

* fix: reorganization applied even if there is no change

* chore: remove unused en var

* feat: check if nextid category exist

* chore: sql query for migration

* refactor: remove useless code and prevent sending request when category not moving

* fix: redorder categories when sending request
2023-12-14 00:15:58 +01:00
Sonny
406bf281b0 feat: update input/button style + add react-toggle 2023-12-07 17:49:47 +01:00
Sonny
d7fe801aa2 feat: pwa support 2023-11-30 14:02:59 +01:00
Sonny
db5fef08fc feat: add OG description + sitemap / robots.txt 2023-11-26 17:06:10 +01:00
Sonny
fe288c69b1 feat: settings modal add profile and lang selector 2023-11-26 04:05:12 +01:00
Sonny
9a5f661df4 refactor: apply prettier conf and cleanup 2023-11-26 02:39:04 +01:00
Sonny
557aa4444c feat: add privacy & terms links index page 2023-11-26 01:15:25 +01:00
Sonny
e0a2398e78 fix: index page responsive 2023-11-26 01:14:26 +01:00
Sonny
20a0f86118 feat: add settings modal 2023-11-25 22:12:25 +01:00
Sonny
6e3b2263b0 fix: window is not defined (server) 2023-11-25 19:32:38 +01:00
Sonny
12a898232e feat: add credits 2023-11-25 19:10:14 +01:00
Sonny
b1f5de0fa6 chore: update deps 2023-11-25 16:50:28 +01:00
Sonny
d4af0b4a4d feat: add support for domain without extension (ie: localhost) 2023-11-23 14:02:32 +01:00
Sonny
1feb551093 fix: api favicon call 2023-11-21 17:48:57 +01:00
Sonny
7a7d496dfe fix: apply reset style for ul 2023-11-21 17:47:55 +01:00
Sonny
d16c61ff5a fix: favicon api
finally!
2023-11-21 14:51:47 +01:00
Sonny
98f1dc4e31 fix: cookies cannot be used by browser extension
when cookies are set with same site policy, they cannot be used in an iframe (as the official extension does)
2023-11-20 13:48:08 +01:00
Sonny
1f42fad0ad refactor: apply prettier conf 2023-11-19 23:37:23 +01:00