memos/web
Kazuki H 5ac17fc012
fix: displaying archived memos (#2933)
* 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.
2024-02-07 17:53:23 +08:00
..
public
src fix: displaying archived memos (#2933) 2024-02-07 17:53:23 +08:00
.env.example
.eslintrc.json
.gitignore
.prettierrc.js
index.html
package.json chore: add postinstall script 2024-02-05 19:29:47 +08:00
pnpm-lock.yaml
postcss.config.js
README.md
tailwind.config.js
tsconfig.json
vercel.json
vite.config.ts chore: tweak timeline styles 2024-02-05 21:37:43 +08:00

memos web