• 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
..
public Loading commit data...
src Loading commit data...
.env.example Loading commit data...
.eslintrc.json Loading commit data...
.gitignore Loading commit data...
.prettierrc.js Loading commit data...
README.md Loading commit data...
index.html Loading commit data...
package.json Loading commit data...
pnpm-lock.yaml Loading commit data...
postcss.config.js Loading commit data...
tailwind.config.js Loading commit data...
tsconfig.json Loading commit data...
vercel.json Loading commit data...
vite.config.ts Loading commit data...