You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
db chore: update demo seed data (#1421) 2 years ago
activity.go fix: model fields are unconsistent with the data queried from the database (#1179) 2 years ago
cache.go feat: update store cache (#1066) 2 years ago
error.go feat: `store/db` module with sqlite 3 years ago
idp.go fix: golangci-lint version (#1381) 2 years ago
memo.go fix: golangci-lint version (#1381) 2 years ago
memo_organizer.go fix: golangci-lint version (#1381) 2 years ago
memo_resource.go fix: golangci-lint version (#1381) 2 years ago
resource.go feat: request pagination for resource(#1425) 2 years ago
shortcut.go fix: golangci-lint version (#1381) 2 years ago
storage.go fix: golangci-lint version (#1381) 2 years ago
store.go feat: add store cache for idp (#1116) 2 years ago
system_setting.go fix: golangci-lint version (#1381) 2 years ago
tag.go fix: golangci-lint version (#1381) 2 years ago
user.go fix: golangci-lint version (#1381) 2 years ago
user_setting.go fix: golangci-lint version (#1381) 2 years ago