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 fix: initial gomark wasm 2024-02-01 19:39:41 +08:00
src fix: displaying archived memos (#2933) 2024-02-07 17:53:23 +08:00
.env.example chore: add env example 2024-02-05 00:33:07 +08:00
.eslintrc.json chore: update eslint config 2024-02-04 22:52:47 +08:00
.gitignore fix: docker-compose.dev.yaml (#2695) 2024-01-02 18:33:19 +08:00
.prettierrc.js
index.html fix: initial gomark wasm 2024-02-01 19:39:41 +08:00
package.json chore: add postinstall script 2024-02-05 19:29:47 +08:00
pnpm-lock.yaml chore: upgrade frontend dependencies 2024-02-04 21:36:11 +08:00
postcss.config.js
README.md
tailwind.config.js chore: update response styles 2023-11-08 22:10:15 +08:00
tsconfig.json
vercel.json chore: add vercel.json 2024-02-05 00:01:31 +08:00
vite.config.ts chore: tweak timeline styles 2024-02-05 21:37:43 +08:00

memos web