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/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>
2 years ago
..
dist
profile
version
acl.go
auth.go
common.go fix: golangci-lint version (#1381) 2 years ago
embed_frontend.go
http_getter.go
idp.go
memo.go
openai.go feat: support messages to ask AI (#1380) 2 years ago
resource.go feat: request pagination for resource(#1425) 2 years ago
rss.go fix: golangci-lint version (#1381) 2 years ago
server.go
shortcut.go
storage.go
system.go feat: support local storage (#1383) 2 years ago
tag.go
tag_test.go
user.go