memos/server
CorrectRoadH 424f10e180
feat: request pagination for resource(#1425)
* feat: add support for resource page on frontend

* [WIP]feat: add backend support for limit and offset search

* feat: add reducer to add resource

* support fetch all resource when first search

* beautify the fetch ui

* restore file

* feat: add all resource before clear resource

* eslint

* i18n

* chore:change the nane

* chore: change the name of param

* eslint

* feat: setIsComplete to true when first loading resource fully

* fix the bug of fetch

* feat change finally to then

* feat: add await and async to clear and search

* feat: return all resource when fetch

* chore: change variable name

* Update web/src/pages/ResourcesDashboard.tsx

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

* fix missing const value

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2023-04-01 16:51:20 +08:00
..
dist feat: use go embed 2022-07-10 09:02:56 +08:00
profile feat: add visibility field to resource (#1185) 2023-02-27 21:26:50 +08:00
version chore: upgrade version to 0.11.2 (#1336) 2023-03-11 13:20:24 +08:00
acl.go feat: implement sign in with SSO (#1119) 2023-02-19 09:50:30 +08:00
auth.go chore: remove metrics plugin (#1276) 2023-03-05 21:42:32 +08:00
common.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
embed_frontend.go chore: update skipper name (#1080) 2023-02-12 17:29:23 +08:00
http_getter.go chore: rename http getter package (#1349) 2023-03-14 08:38:54 +08:00
idp.go feat: implement sign in with SSO (#1119) 2023-02-19 09:50:30 +08:00
memo.go chore: remove metrics plugin (#1276) 2023-03-05 21:42:32 +08:00
openai.go feat: support messages to ask AI (#1380) 2023-03-18 22:07:14 +08:00
resource.go feat: request pagination for resource(#1425) 2023-04-01 16:51:20 +08:00
rss.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
server.go chore: remove metrics plugin (#1276) 2023-03-05 21:42:32 +08:00
shortcut.go feat: add avatar_url field to user table (#1106) 2023-02-17 23:55:56 +08:00
storage.go feat: add avatar_url field to user table (#1106) 2023-02-17 23:55:56 +08:00
system.go feat: support local storage (#1383) 2023-03-19 19:37:57 +08:00
tag_test.go feat: create tag dialog (#814) 2022-12-21 23:59:03 +08:00
tag.go feat: add avatar_url field to user table (#1106) 2023-02-17 23:55:56 +08:00
user.go chore: remove metrics plugin (#1276) 2023-03-05 21:42:32 +08:00