Commit Graph

914 Commits (342f341b3d5e4d9cec958a77a9de7283fc23894d)

Author SHA1 Message Date
Steven 342f341b3d chore: ignore import locale error 2 years ago
Steven 7d5f603482 chore: update compact view 2 years ago
Steven 59314cdf80 chore: add compact mode to memo view 2 years ago
Steven d34273b186 chore: update memo icons style 2 years ago
jjaychen 3b089eeae3
fix: ignore "Tab" key down event when is composing in editor(#3026) (#3027) 2 years ago
Steven 9a8a1d017e chore: add comments icon 2 years ago
Steven 7e23ceb242 chore: fix frontend linter 2 years ago
Steven 898b3c3779 chore: update gomark.wasm 2 years ago
Steven 12f4d3a10d chore: tweak default page size 2 years ago
Steven 89a270cede chore: add username to cache key 2 years ago
Xylit 5526355621
fix: dark mode tag selection and suggestion (#3004)
* fix: use correct higlight color on selecting a tag in darkmode

* fix: take scrolling into account in tab suggestion

Issue: When editing a long memo and editing a tag somewhere where the user has
to scroll down to, the tag suggestions would be out of place (too far down)
because the scrolling wouldn't be taken into account.

Fix: Substract the suggestions div by the scroll amount.

* fix: don't show tag suggestion when on '#'

Fixes this issue like this:
1. Text #tag text
        ^ backspace here
2. Text#tag text
       ^ space
3. Text #tag text
        ^ tag suggestion opens
2 years ago
Steven 222d04fb22 chore: add fuse to get tag suggestions 2 years ago
Steven 68468927dd chore: tweak setting styles 2 years ago
Steven db56e1b575 chore: fix user banner dropdown 2 years ago
Steven e602aeecc1 fix: update workspace general setting 2 years ago
Steven 39bf850591 fix: embed memos callback 2 years ago
Steven 0afdbe3332 chore: remove animation of spoiler 2 years ago
Steven 4378816e44 chore: tweak i18n 2 years ago
Steven e7bbd850b2 chore: tweak spoiler animation 2 years ago
Steven ce32206677 chore: remove unused system setting 2 years ago
Steven 50a3af3b29 chore: fix get general setting 2 years ago
Steven 13b911ebf0 chore: add spoiler node 2 years ago
Steven 8e11826db1 chore: update workspace setting service 2 years ago
Kristián 03d67d5a00
feat: add mermaid support in codeblock (#2971) 2 years ago
Kazuki H a86117f613
feat: add new line if the cursor is on a character when adding a tag (#2960) 2 years ago
Steven d22b772232 chore: add memo actions to memo detail page 2 years ago
Steven f1ec5775a7 chore: update inbox props 2 years ago
Steven 606e574e19 chore: update enum type 2 years ago
Brilliant Hanabi ebe3678288
feat: add visibility select in ShareMemoDialog (#2941)
In ShareMemoDialog, user can change the visibility
of the memo, so that the memo can be set to public
to be viewed by anyone with the link.
2 years ago
Steven 3dddd3ec4c chore: tweak reaction store 2 years ago
Steven 60efd3ac32 chore: tweak memo view 2 years ago
Steven 4081a6f5ad chore: add more reactions 2 years ago
Steven c7822515a1 chore: tweak view checks 2 years ago
Steven d86f0bac8c chore: implement reaction frontend 2 years ago
Steven a76b86f18a chore: fix highlight code 2 years ago
Steven 25efc33b24 chore: tweak timeline styles 2 years ago
Steven 1e07b70d23 chore: fix export memos 2 years ago
Steven 00c47a0673 chore: fix menu z-index 2 years ago
Steven 7f5148d490 chore: clean dropdown 2 years ago
Steven c522e1450a chore: update codeblock style 2 years ago
Steven dd06278692 feat: add batch upsert tags 2 years ago
Steven fdd17ce849 chore: update memo content key 2 years ago
Steven 8ce6a32aac feat: use gomark wasm in frontend 2 years ago
Lincoln Nogueira 52539fc130
chore: prevent visitors from breaking demo (#2869)
* chore: add en-GB language

* chore: remove en-GB contents

* chore: prevent visitors from breaking demo
- prevent disabling password login
- prevent updating `memos-demo` user
- prevent setting additional style
- prevent setting additional script
- add some error feedback to system settings UI

* Revert "chore: add en-GB language"

This reverts commit 2716377b04.
2 years ago
Steven 28c7a75ea2 chore: fix import nodes 2 years ago
Steven ad2d492dec chore: move preview memo content 2 years ago
Brilliant Hanabi 1bad0543d0
feat: add notice when sharing private links (#2809)
Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
Noah Alderton 73337331cb
feat: export all user Memos as a .zip of Markdown files (#2854)
* Add gRPC Memos Export

* Update code style

* Add URL.revokeObjectURL

* Rename protobuf and ESLint fix

* Change MemosExport to ExportMemos
2 years ago
Wen Sun 50f7f131ea
fix: month grouping error in timeline page (#2861) 2 years ago
Steven c5a5f67fdb refactor: migrate auth service 2 years ago