Commit Graph

43 Commits

Author SHA1 Message Date
fe4ec0b156 chore: rename navigator 2023-12-19 00:13:22 +08:00
d6656db20d feat: implement part of full-screen layout 2023-12-18 22:10:36 +08:00
33dda9bf87 chore: fix auth status checks 2023-12-06 23:03:24 +08:00
e83d483454 refactor(frontend): use auth service 2023-12-01 09:15:02 +08:00
9227ca5b5b chore: update debounce ms 2023-11-09 08:52:02 +08:00
eb6b0ddead chore: update navigation 2023-11-09 08:46:26 +08:00
3c36cc2953 feat: add inbox ui 2023-10-28 02:43:46 +08:00
3ff4d19782 chore: update initial global loader 2023-10-08 20:31:38 +08:00
01ff3f73f8 chore: update auth pages 2023-10-05 12:38:46 +08:00
7722c41680 chore: add edit button to memo detail page 2023-09-26 23:46:58 +08:00
723e6bcdae refactor: update resources page 2023-09-15 22:25:07 +08:00
e65282dcc5 chore: fix user state loader 2023-09-15 09:10:16 +08:00
8824ee9b9d chore: fix user state loader 2023-09-15 08:43:52 +08:00
936fe5ac9d chore: update state initial loader 2023-09-15 08:31:19 +08:00
b6d1ded668 chore: adjust initial states 2023-09-10 23:44:06 +08:00
3df550927d chore: update user profile page 2023-09-10 10:33:22 +08:00
4af0d03e93 chore: add user profile page (#2175)
chore: some enhancements
2023-08-25 23:10:51 +08:00
aa26cc30d7 chore: remove memo chat components (#2073) 2023-08-03 23:37:46 +08:00
d114b630d2 feat: add prettier sort import plugin (#2058) 2023-07-31 22:26:45 +08:00
d8d6de9fca fix: get user by username api (#2034) 2023-07-26 22:41:21 +08:00
4231ec5a1a chore: upgrade version to 0.14.1 (#2004) 2023-07-22 09:58:03 +08:00
f91f09adea feat: use username instead of uid (#1977)
* #1916 replace userId to username

* resolve

---------

Co-authored-by: Александр Тумайкин <AATumaykin@tsum.ru>
2023-07-20 19:48:39 +08:00
e36e5823cd feat(security): disable access for anonymous users, when disablePublicMemos is true (#1966) 2023-07-17 09:12:53 +08:00
01f4780655 chore: update detail styles (#1964) 2023-07-15 22:57:57 +08:00
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>
2023-07-14 13:09:21 +08:00
32e2f1d339 chore: update page routes (#1790)
chore: update routers
2023-06-03 13:03:22 +08:00
89ab57d738 refactor: update import prefix with alias (#1433) 2023-04-01 16:03:14 +08:00
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>
2023-03-15 20:06:30 +08:00
f3f0efba1e feat: update page router (#1330) 2023-03-11 08:43:45 +08:00
595dbdb0ec feat: add root layout (#1294) 2023-03-06 21:13:35 +08:00
d0b8b076cf feat: implement sign in with SSO (#1119)
* feat: implement sign in with SSO

* chore: update

* chore: update

* chore: update
2023-02-19 09:50:30 +08:00
d29c40dc71 chore: update router loader (#1102) 2023-02-17 08:26:40 +08:00
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
2023-02-13 23:28:46 +08:00
96798e10b4 feat: support embed memo with iframe (#912) 2023-01-07 01:56:02 +08:00
ef621a444f refactor: introducing use{Module}Store instead of service (#768)
* refactor: introducing `useEditorStore`

* refactor: update

* chore: update
2022-12-18 15:25:18 +08:00
5d8b8c37a5 chore: upgrade vite (#728)
* chore: upgrade vite

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

This reverts commit 688dc2304c.
2022-12-11 18:38:29 +08:00
688dc2304c chore: remove lazy import component (#724) 2022-12-10 19:39:43 +08:00
7c6d7226f5 feat: update appearance selector (#645) 2022-12-01 20:57:19 +08:00
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>
2022-11-29 22:13:22 +00:00
a0667abec8 chore: update data initial requests (#538) 2022-11-22 23:45:11 +08:00
0dd2337663 chore: update router 2022-09-21 21:30:33 +08:00
15cfc9e1f5 chore: add memo detail page 2022-09-20 22:55:24 +08:00
307483e499 feat: use react-router 2022-09-19 21:53:27 +08:00