• Kazuki H's avatar
    fix: displaying archived memos (#2933) · 5ac17fc0
    Kazuki H authored
    * fix: web: Archived: Show displayTime instead of updateTime
    
    Archiving a memo is considered "updating" it, so the time it was
    archived will be displayed, instead of the time it was created.
    
    * fix: web: Archived: Add an option to fetch more memos
    
    Just like on other pages, add a button to fetch more memos. Otherwise,
    the user would only be able to load the latest 10 memos, as defined in
    DEFAULT_MEMO_LIMIT.
    5ac17fc0
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
bin/memos Loading commit data...
docs Loading commit data...
internal Loading commit data...
plugin Loading commit data...
proto Loading commit data...
scripts Loading commit data...
server Loading commit data...
store Loading commit data...
test Loading commit data...
web Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
.golangci.yaml Loading commit data...
CODEOWNERS Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...