Commit Graph

125 Commits

Author SHA1 Message Date
Sonny
de2cf5bd13 chore: add health check docker + update release-it config 2024-07-03 01:01:27 +02:00
Sonny
493632e6db chore: add release-it package 2024-06-03 00:12:48 +02:00
Sonny
dc54a1197d chore: update deps 2024-06-02 23:59:57 +02:00
Sonny
8e1e3bea17 feat: create tab and selector components 2024-06-02 23:59:57 +02:00
Sonny
e03952de1c refactor: create types instead of using models 2024-06-02 23:59:57 +02:00
Sonny
55cd973b1a chore: apply prettier 2024-06-02 23:59:57 +02:00
Sonny
202f70b010 feat: add basic admin dashboard 2024-06-02 23:59:57 +02:00
Sonny
14d051a9d6 chore: update deps 2024-06-02 23:59:57 +02:00
Sonny
8437f6b96d refactor: optimize favicon fetcher with cache 2024-06-02 23:59:57 +02:00
Sonny
56c05f1bf6 feat: add a search modal using the database (wip) 2024-06-02 23:59:57 +02:00
Sonny
25d70f2faf chore: update deps 2024-06-02 23:59:57 +02:00
Sonny
8176817030 feat: use existing translation on all pages 2024-06-02 23:59:57 +02:00
Sonny
a910b898c7 feat: create basic settings modal 2024-06-02 23:59:57 +02:00
Sonny
53aa7bc22b feat: create settings modal 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
817b9baafc feat: (re)add favicon scrapper 2024-06-02 23:59:57 +02:00
Sonny
73f8c0c513 feat: add create link form 2024-06-02 23:59:57 +02:00
Sonny
2cf8c5ae02 feat: recreate dashboard page from previous version 2024-06-02 23:59:57 +02:00
Sonny
2cc490b611 feat: add i18n with type safety 2024-06-02 23:59:57 +02:00
Sonny
602813ec05 feat: add create collection controller + validator 2024-06-02 23:59:57 +02:00
Sonny
a347cee9a7 chore: add husky + lint-stagged 2024-06-02 23:59:57 +02:00
Sonny
231629f0dd chore: create user, collection and link models, migrations and seeders 2024-06-02 23:59:57 +02:00
Sonny
08dcd7455f feat: create content layout with emotion 2024-06-02 23:59:57 +02:00
Sonny
df4185bd62 feat: add auth via google 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
3580eeccde chore: release v1.3.0 2024-04-14 23:31:38 +02:00
Sonny
f79baf21c0 chore: release v1.2.1 2024-04-12 00:03:17 +02:00
Sonny
e30bdea9c5 chore: release v1.2.0 2024-04-11 01:24:50 +02:00
Sonny
a317ee1b61 chore(deps): update deps and apply changes 2024-04-10 19:23:18 +02:00
Sonny
883b36c93e chore: release v1.1.0 2024-04-09 23:17:30 +02:00
Sonny
79fc8d4dfb chore: release v1.0.0 2024-03-27 23:40:43 +01: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
cd7ad1f3d3 feat: admin dashboard 2023-12-28 19:18:38 +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
0f10092810 chore(deps): update deps 2023-12-17 16:19:24 +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
f64476de37 chore: add husky pre commit 2023-11-26 02:56:41 +01:00
Sonny
9a5f661df4 refactor: apply prettier conf and cleanup 2023-11-26 02:39:04 +01:00
Sonny
b1f5de0fa6 chore: update deps 2023-11-25 16:50:28 +01:00
Sonny
6d5afee4f4 feat: privacy page with translation
refactor: apply prettier conf to all files

feat: terms of use with translation
2023-11-19 19:33:35 +01:00
Sonny
7387b4f364 chore(deps): update deps 2023-11-12 03:33:29 +01:00
Sonny
fbf12d9947 refactor: remove axios 2023-11-12 03:30:58 +01:00
Sonny
255f50080a Add translation (#9)
* feat(wip): translation

* fix: some i18n errors + use ssr translation

* fix: i18next implementation

* fix: tsc errors

* feat: i18n middleware

* feat: translate link view home page

* feat: translate quick actions

* feat: translate search modal

* feat: translate side menu

* feat: native error boundary + translation

* feat: translate error pages

* feat: translate category forms

* feat: translate link forms

* refactor: LangSelector is no longer absolute by default
2023-11-11 00:08:30 +01:00
Sonny
a7b803eda0 chore(deps): update major version & apply changes 2023-11-08 17:08:27 +01:00
Sonny
3204e31759 chore(deps): update major version & apply changes 2023-10-24 17:22:44 +02:00