Commit Graph

2344 Commits (7c1510e7a9c2223af409b1b3e5293434d01671c1)
 

Author SHA1 Message Date
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
1 year ago
ercd 1ae9bf23a0
fix: telegram callback query handler dereferencing nil pointer if memo not found (#3003)
* fix: telegram callback query handler dereferencing nil pointer if memo not found

* chore: add an answer to callback query if memo not found
1 year ago
Zhiyuan Zheng 51a7934616
fix: firefox/safari to redirect to /explore in HomeLayout (#3001) 1 year ago
Mr. Lin 8d08cfe1c9
fix: incorrectly checking whether registration is allowed in the login v1 api (#2998)
fix: Incorrectly checking whether registration is allowed in the login interface, resulting in the inability to log in through apiv1
1 year ago
Steven b0f52ade7a chore: remove metric service 1 year ago
Steven 222d04fb22 chore: add fuse to get tag suggestions 1 year ago
Steven 68468927dd chore: tweak setting styles 1 year ago
Steven dfe29ec766 chore: tweak route layout 1 year ago
Steven db56e1b575 chore: fix user banner dropdown 1 year ago
Steven 5b92ac1775 chore: fix setting migrator 1 year ago
Steven f2eb9f1b8f chore: fix get workspace setting 1 year ago
Steven e602aeecc1 fix: update workspace general setting 1 year ago
Steven ce133ad69b chore: retire unused workspace settings 1 year ago
Steven e585578553 chore: tweak readme 1 year ago
Steven 4d9c929c32 chore: upgrade gomark 1 year ago
Steven 39bf850591 fix: embed memos callback 1 year ago
Steven 9cd835b979 chore: upgrade gomark wasm 1 year ago
Steven 0afdbe3332 chore: remove animation of spoiler 1 year ago
Steven 6b14d87521 chore: fix linter 1 year ago
Steven 51d58d3982 chore: add workspace setting migrator 1 year ago
Steven 4378816e44 chore: tweak i18n 1 year ago
Steven e7bbd850b2 chore: tweak spoiler animation 1 year ago
Steven c6162d3f38 chore: update dependencies 1 year ago
Steven ce32206677 chore: remove unused system setting 1 year ago
Steven 50a3af3b29 chore: fix get general setting 1 year ago
Steven 80b64c02fd chore: tweak workspace setting seeds 1 year ago
Steven 13b911ebf0 chore: add spoiler node 1 year ago
Steven 4a6da91719 chore: fix serve frontend flag 1 year ago
Steven fa62e8b59a chore: tweak linter errors 1 year ago
Steven 8e11826db1 chore: update workspace setting service 1 year ago
David Nguyen e6d0c00cf6
chore: update vi.json (#2980) 1 year ago
Kristián 03d67d5a00
feat: add mermaid support in codeblock (#2971) 1 year ago
Kazuki H a86117f613
feat: add new line if the cursor is on a character when adding a tag (#2960) 1 year ago
Søm fc1a2cf2fc
chore: update ja.json (#2966) 1 year ago
Steven d22b772232 chore: add memo actions to memo detail page 1 year ago
Steven f1ec5775a7 chore: update inbox props 1 year ago
Bryan 4aa4417d91
chore: allow all 20x response status code in webhook (#2947) 1 year ago
Steven 606e574e19 chore: update enum type 1 year 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.
1 year ago
Steven b3ca9969c4 chore: tweak linter 1 year ago
Steven 3dddd3ec4c chore: tweak reaction store 1 year ago
Brilliant Hanabi 81aa9b107f
feat: add notice when sharing private links in MemoDetail (#2942) 1 year ago
Steven 60efd3ac32 chore: tweak memo view 1 year ago
Steven 4081a6f5ad chore: add more reactions 1 year ago
Lincoln Nogueira 334e489867
chore: improve docker-compose.dev (#2938) 1 year ago
Steven c7822515a1 chore: tweak view checks 1 year ago
Steven d86f0bac8c chore: implement reaction frontend 1 year ago
Steven e5f244cb50 chore: fix tests 1 year ago
Steven 3a5bc82d39 chore: implement reaction service 1 year ago
Steven a4fa67cd18 chore: update dependencies 1 year ago