Commit Graph

51 Commits (7cc8b951a3e0788ecc37924425ae2995feb49fb2)

Author SHA1 Message Date
Steven 7cc8b951a3 refactor: update resource id naming 1 year ago
Steven 722e356044 chore: update memo store 1 year ago
Steven f3fb5e0c60 chore: tweak route enum 1 year ago
Steven dfe29ec766 chore: tweak route layout 1 year ago
Steven 288527914b chore: migrate memo route 1 year ago
Steven 4c59035757 chore: update about page 1 year ago
Steven 30dca18b79 chore: fix suspense wrapper 1 year ago
Steven c6ebb5552e chore: add 403 page 1 year ago
Steven fe4ec0b156 chore: rename navigator 1 year ago
Steven d6656db20d feat: implement part of full-screen layout 1 year ago
Steven 33dda9bf87 chore: fix auth status checks 1 year ago
Steven e83d483454 refactor(frontend): use auth service 1 year ago
steven 9227ca5b5b chore: update debounce ms 1 year ago
steven eb6b0ddead chore: update navigation 1 year ago
Steven 3c36cc2953 feat: add inbox ui 2 years ago
Steven 3ff4d19782 chore: update initial global loader 2 years ago
Steven 01ff3f73f8 chore: update auth pages 2 years ago
Steven 7722c41680 chore: add edit button to memo detail page 2 years ago
Steven 723e6bcdae refactor: update resources page 2 years ago
Steven e65282dcc5 chore: fix user state loader 2 years ago
Steven 8824ee9b9d chore: fix user state loader 2 years ago
Steven 936fe5ac9d chore: update state initial loader 2 years ago
Steven b6d1ded668 chore: adjust initial states 2 years ago
Steven 3df550927d chore: update user profile page 2 years ago
boojack 4af0d03e93
chore: add user profile page (#2175)
chore: some enhancements
2 years ago
boojack aa26cc30d7
chore: remove memo chat components (#2073) 2 years ago
boojack d114b630d2
feat: add prettier sort import plugin (#2058) 2 years ago
boojack d8d6de9fca
fix: get user by username api (#2034) 2 years ago
boojack 4231ec5a1a
chore: upgrade version to `0.14.1` (#2004) 2 years ago
Alexandr Tumaykin f91f09adea
feat: use username instead of uid (#1977)
* #1916 replace userId to username

* resolve

---------

Co-authored-by: Александр Тумайкин <AATumaykin@tsum.ru>
2 years ago
Alexandr Tumaykin e36e5823cd
feat(security): disable access for anonymous users, when disablePublicMemos is true (#1966) 2 years ago
boojack 01f4780655
chore: update detail styles (#1964) 2 years ago
CorrectRoadH 39351970d0
feat: implement memo chat frontend (#1938)
* feat: implment backend function

* feat: implment frontend component

* stash

* eslint

* eslint

* eslint

* delete node

* stash

* refactor the style

* eslint

* eslint

* eslint

* fix build error

* add dep

* Update web/src/components/MemosChat/ConversationTab.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

* Update web/src/components/MemosChat/ConversationTab.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

* feat: change the name

* disable for vistor

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
boojack 32e2f1d339
chore: update page routes (#1790)
chore: update routers
2 years ago
boojack 89ab57d738
refactor: update import prefix with alias (#1433) 2 years ago
CorrectRoadH 0a66c5c269
feat: new resource dashboard (#1346)
* feat: refator the file dashboard

* feat: support select resouce file

* feat: suppor delete select files

* feat: support share menu, implement rename and delete

* chore: change the color of hover

* chore: refator file dashboard to page

* feat: add i18n for button

* feat: beautify the button

* fix: the error position of button

* feat: only select when click circle instead of whole card

* feat: beautify file dashboard

* chore: factor the filecard code

* feat: using dropdown component intead of component

* feat: add i18n for delete selected resource button

* feat: delete the unused style of title

* chore: refactor file cover

* feat: support more type file cover

* feat: use memo to reduce unused computing in filecover

* feat: when no file be selected, click the delete will error

* feat: store the select resource id instead of source to save memory

* chore: delete unused code

* feat: refactor the file card

* chore: delete unused style file

* chore: change file to resource

* chore: delete unused import

* chore: fix the typo

* fix: the error of handle check click

* fix: the error of handle of uncheck

* chore: change the name of selectList to selectedList

* chore: change the name of selectList to selectedList

* chore: change the name of selectList to selectedList

* chore: delete unused import

* feat: support Responsive Design

* feat: min display two card in a line

* feat: adjust the num of a line in responsive design

* feat: adjust the num of a line to 6 when using md

* feat: add the color of hover source card when dark

* chore: refactor resource cover css to reduce code

* chore: delete unnessnary change

* chore: change the type of callback function

* chore: delete unused css code

* feat: add zh-hant i18n

* feat: change the position of buttons

* feat: add title for the icon button

* feat: add opacity for icon

* feat: refactor searchbar

* feat:move Debounce to search

* feat: new resource search bar

* feat: reduce the size of cover

* support file search

* Update web/src/pages/ResourcesDashboard.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

* Update web/src/components/ResourceCard.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

* chore: reduce css code

* feat: support lowcase and uppercase search

* chore: reserve the searchbar

* feat: refator resource Search bar

* chore: change the param name

* feat: resource bar support dark mode

* feat: beautify the UI of dashboard

* chore: extract positionClassName from actionsClassName

* feat: reduce the length of search bar

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
boojack f3f0efba1e
feat: update page router (#1330) 2 years ago
boojack 595dbdb0ec
feat: add root layout (#1294) 2 years ago
boojack d0b8b076cf
feat: implement sign in with SSO (#1119)
* feat: implement sign in with SSO

* chore: update

* chore: update

* chore: update
2 years ago
boojack d29c40dc71
chore: update router loader (#1102) 2 years ago
Xi 28405f6d24
feat: not found page (#1081)
* feat: style for not found page (#1078)

* chore: translation for not found page (#1078)

* feat: add not found page (#1078)

* chore: router for not found page (#1078)

* fix: typo
2 years ago
boojack 96798e10b4
feat: support embed memo with iframe (#912) 2 years ago
boojack ef621a444f
refactor: introducing `use{Module}Store` instead of service (#768)
* refactor: introducing `useEditorStore`

* refactor: update

* chore: update
2 years ago
boojack 5d8b8c37a5
chore: upgrade vite (#728)
* chore: upgrade vite

* Revert "chore: remove lazy import component (#724)"

This reverts commit 688dc2304c.
2 years ago
boojack 688dc2304c
chore: remove lazy import component (#724) 2 years ago
boojack 7c6d7226f5
feat: update appearance selector (#645) 2 years ago
Wence b8f24af5ae
feat: dynamic lazy loading route with simple loading page (#632)
* feat: dynamic loading route with simple loading page

* fix: lint fix

* Update web/src/less/loading.less

Co-authored-by: boojack <stevenlgtm@gmail.com>

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
boojack a0667abec8
chore: update data initial requests (#538) 2 years ago
Steven 0dd2337663 chore: update router 3 years ago
Steven 15cfc9e1f5 chore: add memo detail page 3 years ago