Commit Graph

54 Commits

Author SHA1 Message Date
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
Sonny
fb80daabc3 chore(deps): update patch/minor 2023-10-24 17:10:14 +02:00
Sonny
c0b65bb7d7 fix: error not correctly handled client side 2023-06-28 22:53:08 +02:00
Sonny
f84776210b chore(deps): update deps 2023-06-10 19:07:01 +02:00
Sonny
a89fa471e0 feat(wip): create models to access db data 2023-05-31 19:27:48 +02:00
Sonny
823304033c chore: add sharp for image optimization 2023-05-27 02:28:39 +02:00
Sonny
fee1307618 chore(deps): update deps 2023-05-27 00:27:53 +02:00
Sonny
95c5ca78bc feat: add some animation 2023-05-17 01:53:07 +02:00
Sonny
dafdcf05d6 chore(deps): update 2023-05-16 16:11:46 +02:00
Sonny
917b6c6a05 chore: deps update 2023-04-26 23:29:03 +02:00
Sonny
43c7aab885 wip: search modal (link, category, or Google) with keybinds 2023-04-24 01:37:55 +02:00
Sonny
935b69eee8 feat: add "goto create link/category" keybinds 2023-04-23 20:45:31 +02:00
Sonny
45f5455f94 feat/fix/chore: refactor project structure + add favicon
- Changement de structure de fichier
- Ajout des favicons des sites
- Suppression et mise à jour de dépendances
- Ajout React-Icons pour gérer les icons
- Amélioration du l'UI
2023-04-20 18:18:03 +02:00
Sonny
9db1f93d05 fix: docker compose & makefile 2023-04-16 19:52:17 +02:00
Sonny
056a398f25 Revert "Add: tRPC + register on first time login"
This reverts commit cb5f9017a9a3e1e0886bfa67b9b9f5554f527d35.
2023-04-16 19:24:22 +02:00
Sonny
7074901dcb Add: tRPC + register on first time login 2023-02-15 00:02:55 +01:00
Sonny
7754c87d96 Add: Docker start-dev script 2023-02-14 19:14:27 +01:00
Sonny
1110734394 Update deps & add docker 2023-02-08 16:49:49 +01:00
Sonny
ca7f8a5d9d add env var SITE_NAME + npm update + add env checker 2022-09-14 14:22:33 +02:00
Sonny
7401a1d91d fix font not loading with next.js@12 2022-05-07 00:12:35 +02:00
Sonny
aee3e6a820 Beaucoup trop de chose
- Ajout création, édition, suppression catégories & liens
- Ajout auth google
- Ajout/modification style pour catégories & liens
- Ajout component générique pour bouton, inputs, checkbox & selector
- Gestion des messages d'erreur/succès/infos via component dédié
- Ajout component FormLayout pour les pages création, édition, suppression catégories & liens
- Page custom 404, 500 & signin
- Modification schéma DB
2022-05-06 19:35:12 +02:00