mirror of
https://github.com/usememos/memos.git
synced 2025-12-09 21:57:02 +08:00
* 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. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc.js | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vercel.json | ||
| vite.config.ts | ||