Sonny
|
fb80daabc3
|
chore(deps): update patch/minor
|
2023-10-24 17:10:14 +02:00 |
|
Sonny
|
8558f5e979
|
chore: update docker & makefile
|
2023-10-24 16:55:20 +02:00 |
|
Sonny
|
1a8e4e7270
|
feat: session expiration delay set to default
|
2023-07-10 17:08:08 +02:00 |
|
Sonny
|
680bdf3fba
|
refacto: duplicated validation schema
|
2023-06-28 22:54:25 +02:00 |
|
Sonny
|
c0b65bb7d7
|
fix: error not correctly handled client side
|
2023-06-28 22:53:08 +02:00 |
|
Sonny
|
dee63bda95
|
fix: localhost url in login scss file
|
2023-06-10 19:12:41 +02:00 |
|
Sonny
|
f84776210b
|
chore(deps): update deps
|
2023-06-10 19:07:01 +02:00 |
|
Sonny
|
f5b3253286
|
refactor: change login url and add logout path
|
2023-06-10 19:04:09 +02:00 |
|
Sonny
|
1c9c65e074
|
refactor: add gssp hoc func for auth
gssp -> getServerSideProps
hoc -> Higher-Order Components
|
2023-06-10 18:57:07 +02:00 |
|
Sonny
|
f562b7c433
|
fix: login form weird popin animation
|
2023-06-10 18:42:18 +02:00 |
|
Sonny
|
24e8800f20
|
feat: redesign login page
|
2023-06-10 18:19:35 +02:00 |
|
Sonny
|
123ef630fc
|
feat: update favicon
|
2023-06-10 18:17:27 +02:00 |
|
Sonny
|
5b007105b8
|
docs: translate readme
|
2023-06-09 22:23:44 +02:00 |
|
Sonny
|
765a41f48e
|
Merge pull request #3 from Sonny93/responsive
Add responsive
|
2023-06-08 23:42:03 +02:00 |
|
Sonny
|
ab3b804918
|
feat: add usercard home page (temp?)
|
2023-06-08 23:39:51 +02:00 |
|
Sonny
|
727b66064e
|
feat: signin page responsive
|
2023-06-08 23:39:28 +02:00 |
|
Sonny
|
1ae657daa8
|
feat: make all forms responsive
|
2023-06-08 23:25:55 +02:00 |
|
Sonny
|
b2a6b3605b
|
feat: add search modal mobile
|
2023-06-08 23:07:22 +02:00 |
|
Sonny
|
0e544c2ea6
|
feat: add burger menu + add link btn
|
2023-06-07 23:36:59 +02:00 |
|
Sonny
|
d482598203
|
feat(wip): add responsive
|
2023-06-06 17:57:14 +02:00 |
|
Sonny
|
d22d56bce3
|
refactor: move keyboard shortcuts handler
|
2023-06-06 17:19:11 +02:00 |
|
Sonny
|
9d4c3cbdd9
|
fix: redirect user if not logged in
|
2023-06-04 23:54:51 +02:00 |
|
Sonny
|
f1326bc06e
|
chore: db remove category name unique attr
|
2023-06-04 23:52:19 +02:00 |
|
Sonny
|
9e8db03dc5
|
Merge pull request #2 from Sonny93/cat_link_author
Assign categories and links to their author
|
2023-06-04 01:05:27 +02:00 |
|
Sonny
|
d9757bdc18
|
feat: disable link to home page when user has 0 category
|
2023-06-04 00:45:07 +02:00 |
|
Sonny
|
5c2c2de1bd
|
refactor: update front api endpoints
|
2023-06-04 00:43:02 +02:00 |
|
Sonny
|
7cd0a92562
|
refactor: edit & remove category endpoint
|
2023-06-04 00:12:33 +02:00 |
|
Sonny
|
a44fcd3dc9
|
refactor: get/create categories endpoints
|
2023-06-03 23:56:48 +02:00 |
|
Sonny
|
e400e688bb
|
refactor: rename api/link/create file
|
2023-06-03 23:40:45 +02:00 |
|
Sonny
|
f5986d34ad
|
refactor: create api link endpoint
|
2023-06-03 20:17:39 +02:00 |
|
Sonny
|
678da44b80
|
refactor: api link endpoint - edit & delete
|
2023-06-03 20:17:20 +02:00 |
|
Sonny
|
35829522c3
|
refactor: use data retrieval functions
|
2023-06-03 20:17:01 +02:00 |
|
Sonny
|
a6f32e852c
|
feat: create functions to get user specific data
Such as link, category or user related
|
2023-06-03 20:12:21 +02:00 |
|
Sonny
|
cfcc99fa6b
|
feat: api handler
|
2023-06-03 20:09:26 +02:00 |
|
Sonny
|
a89fa471e0
|
feat(wip): create models to access db data
|
2023-05-31 19:27:48 +02:00 |
|
Sonny
|
e7e7e0c950
|
feat(wip): add support for multi user in instance
|
2023-05-30 01:17:50 +02:00 |
|
Sonny
|
7c4999830f
|
chore: grant privileges dev db
|
2023-05-29 19:48:57 +02:00 |
|
Sonny
|
3a6f8a8cd6
|
fix: "cannot find module" - prisma
|
2023-05-29 18:51:27 +02:00 |
|
Sonny
|
e1ff4ec7ad
|
feat: redirect to home page if already connected
|
2023-05-28 02:25:00 +02:00 |
|
Sonny
|
0d1917ebfb
|
refacto: extract app urls to constant file
|
2023-05-28 02:23:49 +02:00 |
|
Sonny
|
12a3a62d0e
|
refacto: clean & move search code to SearchList + selected item bg-color
|
2023-05-27 04:04:33 +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
|
c40bca2460
|
feat: escape shortcut redirect to home page + page transition for all pages
|
2023-05-23 17:43:30 +02:00 |
|
Sonny
|
2908f4d4e6
|
feat (wip): search result groups
|
2023-05-17 20:19:32 +02:00 |
|
Sonny
|
69b34e824f
|
feat: add search modal filter with persistence
|
2023-05-17 20:19:11 +02:00 |
|
Sonny
|
f6ef55ace0
|
feat: search modal items centered & direction set to column
|
2023-05-17 14:19:22 +02:00 |
|
Sonny
|
261254576b
|
feat: add search item cursor
|
2023-05-17 14:06:31 +02:00 |
|
Sonny
|
e19bffb792
|
fix: no link label flicking
|
2023-05-17 09:23:00 +02:00 |
|
Sonny
|
050c4e2324
|
feat: modal enter & exit transitions
|
2023-05-17 02:12:44 +02:00 |
|