memos/api
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
..
activity.go chore: update memo create activity (#903) 2023-01-03 23:49:11 +08:00
auth.go feat: implement sign in with SSO (#1119) 2023-02-19 09:50:30 +08:00
common.go chore: update signup api (#1067) 2023-02-11 15:15:56 +08:00
idp.go fix: idp config definition (#1115) 2023-02-18 18:31:03 +08:00
memo.go fix: find memo list order (#1149) 2023-02-24 20:34:54 +08:00
memo_organizer.go fix: access control (#870) 2022-12-28 20:22:52 +08:00
memo_resource.go fix: access control (#870) 2022-12-28 20:22:52 +08:00
resource.go feat: request pagination for resource(#1425) 2023-04-01 16:51:20 +08:00
shortcut.go fix: access control (#870) 2022-12-28 20:22:52 +08:00
storage.go feat: add URLSuffix resource option with S3 (#1428) 2023-04-01 15:28:00 +08:00
system.go feat: support local storage (#1383) 2023-03-19 19:37:57 +08:00
system_setting.go feat: support local storage (#1383) 2023-03-19 19:37:57 +08:00
tag.go fix: delete tag (#1062) 2023-02-10 23:57:02 +08:00
user.go fix: patch user with nil password (#1290) 2023-03-06 19:13:09 +08:00
user_setting.go feat: add Turkish Translation file (#1202) 2023-03-02 10:05:15 +08:00