memos/store
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
..
db chore: update demo seed data (#1421) 2023-03-28 22:25:54 +08:00
activity.go fix: model fields are unconsistent with the data queried from the database (#1179) 2023-02-27 19:50:51 +08:00
cache.go feat: update store cache (#1066) 2023-02-11 14:19:26 +08:00
error.go feat: store/db module with sqlite 2022-05-22 00:59:22 +08:00
idp.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
memo.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
memo_organizer.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
memo_resource.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
resource.go feat: request pagination for resource(#1425) 2023-04-01 16:51:20 +08:00
shortcut.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
storage.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
store.go feat: add store cache for idp (#1116) 2023-02-18 18:41:52 +08:00
system_setting.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
tag.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
user.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
user_setting.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00