Commit Graph

70 Commits

Author SHA1 Message Date
Aslam H
9e7f4e80bd fix(palette): slice 10 and default to show only home 2024-09-09 11:00:34 +07:00
Aslam H
94aac134ea fix(palette): searched items should belongs to own group 2024-09-09 10:56:34 +07:00
Aslam H
1c3ffcf92f fix(palette): responsive and improve performance 2024-09-09 10:34:00 +07:00
Aslam H
99816efa26 feat(ui): add drawer component 2024-09-09 07:20:07 +07:00
Aslam H
2c53acbac5 chore: tweak responsive header and link 2024-09-09 07:18:44 +07:00
marshennikovaolga
9032601c77 clerk sign in 2024-09-08 19:02:05 +03:00
marshennikovaolga
c87ae5c329 clerk auth dark mode 2024-09-08 18:55:46 +03:00
Kisuyo
53fae2d73a chore: front page search
commit 4ab241e115
Author: Kisuyo <ig.intr3st@gmail.com>
Date:   Sun Sep 8 15:01:39 2024 +0200

    chore: front page search
2024-09-08 15:22:53 +02:00
Aslam H
b27fc3014e fix(link): ensure url contain protocol 2024-09-08 15:50:31 +07:00
Aslam H
eb7e912843 fix(link): enter conflict with command palette 2024-09-08 14:02:50 +07:00
Aslam
7100ded35a fix(link): improve UX, maintain state (#154)
* fix(topic): handleSelectLearningState missing depth

* fix(link): use active index instead of native focus

* chore(palette): use atom for maintain state

* chore(link): prevent keydown if command palette active

* fix: responsive link item

* chore: add active item index state to LinkRoute

* fix: ability to press enter go to edit mode
2024-09-08 13:38:23 +07:00
Aslam
1cd6063768 chore: improve link accesibility and keybind (#153)
* fix(topic): handleSelectLearningState missing depth

* fix(link): use active index instead of native focus

* chore(palette): use atom for maintain state

* chore(link): prevent keydown if command palette active
2024-09-08 08:32:10 +07:00
Aslam H
713f198120 refactor(command): improve command data 2024-09-08 06:41:36 +07:00
Aslam H
b9b61ef423 refactor: use muted insteadof secondary for fancyS 2024-09-08 06:09:21 +07:00
Aslam H
8daa17334a chore: make delete icon color red for bottom bar 2024-09-08 06:04:37 +07:00
Aslam
f005101d91 feat: navigation for command palette (#150)
* feat: add dotenv to dev dep

* chore: jest use env

* feat

* feat: command palette navigation
2024-09-08 05:43:44 +07:00
Aslam H
a87c27d91f fix: push to new link route 2024-09-08 04:37:28 +07:00
Aslam
cb9e8f46da fix: topic for guest auth (#149)
* wip

* chore: redirect instead of toast

* refactor: remove useRouter
2024-09-08 04:30:11 +07:00
Aslam H
291b409220 Merge branch 'main' of github.com:learn-anything/learn-anything.xyz 2024-09-08 00:31:20 +07:00
Aslam H
922bdf0474 chore: revert 2024-09-08 00:31:04 +07:00
Kisuyo
3bff1c4b21 fix: front page font 2024-09-07 19:12:25 +02:00
Kisuyo
8da0828e6a chore: front page glow 2024-09-07 17:22:27 +02:00
marshennikovaolga
833e5eff82 removed toolbar 2024-09-07 15:01:32 +03:00
Anselm Eickhoff
844b1ae334 feat: guest auth (#141)
* feat: Start using guest auth

* feat: Implement more functionality to work as guest

* chore: update package and tweak public route

* chore: update root package json

* chore: update web package json

---------

Co-authored-by: Aslam H <iupin5212@gmail.com>
2024-09-07 03:11:43 +07:00
Aslam H
dc8ad3ebed chore: blur out a bit for topic 2024-09-07 01:50:56 +07:00
Aslam
3fe1f8012b feat: homepage font (#145)
* feat: new fonts file

* chore: apply geist

* chore: use relaway font for 'I want to learn'

* chore: config font geist

* feat(util): suffle array

* feat: add geist
2024-09-07 01:48:51 +07:00
Aslam H
e7bd9a9d42 chore: enhance Autocomplete 2024-09-07 01:06:19 +07:00
Aslam H
26386be50f fix: escape regex special character 2024-09-06 23:04:54 +07:00
Aslam H
ab74020149 refactor(public): remove unused import 2024-09-06 23:00:18 +07:00
Aslam H
22e0d4e191 refactor(public): remove unused me 2024-09-06 22:59:54 +07:00
Damian Tarnawski
a4c23ecbbf Fix placement of the title and search on landing page 2024-09-06 15:58:16 +02:00
Damian Tarnawski
f909a01d62 Improve initial force-graph node positions
Also increase performance of generating color map
2024-09-06 15:57:41 +02:00
marshennikovaolga
be71156f3d sidebar links learning status 2024-09-06 15:23:33 +03:00
marshennikovaolga
fbc9fd156c / route for force graph, /links for links 2024-09-06 13:34:03 +03:00
marshennikovaolga
3014116b56 active path sidebar 2024-09-06 13:07:41 +03:00
marshennikovaolga
2551a49f95 links sidebar 2024-09-06 12:49:58 +03:00
marshennikovaolga
bc072890fc profile in process 2024-09-06 12:27:42 +03:00
Aslam
c3e99d1366 feat: command palette (#140)
* wip

* feat: new command palette

* chore: add universal search

* chore: cleanup

* feat: use title class for heading

* feat: add topic

* chore: advance search
2024-09-06 12:22:48 +03:00
Aslam
2bebcbc20a fix: topic selector virtual (#142) 2024-09-06 07:31:22 +07:00
Aslam
c8c0c86c96 feat(landing): topic search (#134)
* feat(landing): topic search

* fix: node click
2024-09-05 04:17:12 +07:00
Aslam
01e8f4882f refactor: remove the use of custom hook (#133) 2024-09-05 00:16:00 +07:00
Damian Tarnawski
dcbc62aeea Force graph improvements 2024-09-04 16:35:21 +02:00
Damian Tarnawski
2e268c9b7b Don't draw text nodes that are outside of the screen 2024-09-04 15:56:22 +02:00
marshennikovaolga
655e4d78b6 settings hotkeys 2024-09-04 14:38:55 +03:00
marshennikovaolga
1088846e17 settings route 2024-09-04 11:58:07 +03:00
Aslam
e0e2aca9ec fix(page): remove trim title, remove set content and only update if title is different (#132) 2024-09-04 06:39:28 +07:00
Aslam
c3572960c3 refactor(page): render text, text size etc (#131) 2024-09-04 06:10:55 +07:00
Aslam
9c559ccf9a feat: delete page (#130) 2024-09-04 06:05:32 +07:00
Aslam
a3913baff9 fix: topic selector (#129)
* feat: add jazz globa group cons

* chore: remove topic selector atom

* chore: use jazz from constant

* chore: remove delete model and add new topic selector

* chore: use jazz group id form constant in search component

* chore: use jazz group id form constant in public home route

* fix: topic selector in link

* fix: topic section in detail topic

* chore: update la editor

* chore: content header tweak class

* chore: add btn variant to topic selector

* refactor: tweak border for link header

* chore: page header

* fix: page detail route
2024-09-04 05:32:37 +07:00
Damian Tarnawski
e383381ffc Remove leftover stuff 2024-09-03 23:18:37 +02:00