You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 years ago
..
public fix: initial gomark wasm 2 years ago
src fix: displaying archived memos (#2933) 2 years ago
.env.example chore: add env example 2 years ago
.eslintrc.json chore: update eslint config 2 years ago
.gitignore fix: docker-compose.dev.yaml (#2695) 2 years ago
.prettierrc.js feat: add system service (#2083) 2 years ago
README.md chore: tweak wording 2 years ago
index.html fix: initial gomark wasm 2 years ago
package.json chore: add postinstall script 2 years ago
pnpm-lock.yaml chore: upgrade frontend dependencies 2 years ago
postcss.config.js
tailwind.config.js chore: update response styles 2 years ago
tsconfig.json
vercel.json chore: add vercel.json 2 years ago
vite.config.ts chore: tweak timeline styles 2 years ago

README.md

memos web