Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(whiteboard) page sidebar empty string #10018

Merged
merged 1 commit into from Aug 14, 2023
Merged

fix(whiteboard) page sidebar empty string #10018

merged 1 commit into from Aug 14, 2023

Conversation

matheusfrancisco
Copy link
Contributor

I had this error #9784 and think the problem was trim in the null value. If is not would you guys give some input to fix this

@CLAassistant
Copy link

CLAassistant commented Aug 11, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@avelino avelino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@matheusfrancisco matheusfrancisco changed the title fix: whiteboard page sidebar empty string fix(whiteboard) page sidebar empty string Aug 11, 2023
@andelf andelf self-assigned this Aug 14, 2023
Copy link
Collaborator

@andelf andelf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified, LGTM

@andelf andelf merged commit d419487 into logseq:master Aug 14, 2023
7 checks passed
@stdword
Copy link
Contributor

stdword commented Aug 18, 2023

🙏 Also checked in production 0.9.14. I've close corresponding issue, as I am the creator.

Bad3r added a commit to Bad3r/Logseq that referenced this pull request Sep 13, 2023
commit 0f6266e
Author: Andelf <andelf@gmail.com>
Date:   Tue Sep 12 23:23:30 2023 +0800

    chore(electron): use logger instead of console.log

commit 2029ffa
Author: WsinGithub <55137994+WsinGithub@users.noreply.github.com>
Date:   Tue Sep 12 22:50:14 2023 +0800

    Disable autoplay in Bilibili video links

    fix logseq#8650

commit f2b6c01
Author: Andelf <andelf@gmail.com>
Date:   Tue Sep 12 22:24:54 2023 +0800

    chore: bump ios version 0.9.18 for tf release

commit c3836a7
Author: Jeffrey 'jf' Lim <jf@users.noreply.github.com>
Date:   Tue Sep 12 18:54:43 2023 +0800

    youtube.cljs: allow for single-digit minutes and seconds in youtube-timestamp (addresses logseq#9920) (logseq#9930)

    * youtube.cljs: allow for single-digit minutes and seconds in youtube-timestamp (addresses logseq#9920)

    * youtube.cljs: parse "<number>:<number>" as MM:SS to be consistent with the UI display

    *NOTE that with this commit, we essentially pass util/safe-parse-int a
    value we do not say it can take (although it works): nil. This will be
    fixed in a subsequent commit.

    * youtube.cljs: remove unreachable branches from cond in parse-timestamp

    * frontend/util.cljc: update safe-parse-int to accept nil as well. TODO:
    need help fixing malli schema!

    * fix: parse timestamp

    ---------

    Co-authored-by: charlie <xyhp915@qq.com>

commit a7dc7c4
Author: Andelf <andelf@gmail.com>
Date:   Tue Sep 12 13:31:21 2023 +0800

    chore: update static/yarn.lock

commit 6909768
Author: Andelf <andelf@gmail.com>
Date:   Tue Sep 12 10:51:53 2023 +0800

    enhance(electron): support socks5 proxy

commit a6d9cd8
Author: Konstantinos <konstantinos@logseq.com>
Date:   Tue Sep 12 11:05:49 2023 +0300

    Enhance (UX): Electron loading (fixed) (logseq#10201)

    * run use-effect once

commit b92d01d
Author: hasecilu <hasecilu@tuta.io>
Date:   Mon Sep 11 09:14:31 2023 -0600

    i18n: Update Spanish translations.

commit fa53fe2
Author: queeup <queeup@zoho.com>
Date:   Sat Sep 9 00:01:02 2023 +0300

    enhance(i18n): update Turkish translation

commit 0cef911
Author: rcmerci <rcmerci@gmail.com>
Date:   Thu Sep 7 21:16:03 2023 +0800

    remove redundant codes

commit c346116
Author: Andelf <andelf@gmail.com>
Date:   Thu Sep 7 20:34:45 2023 +0800

    refactor(sync): start-sync loop

commit 0e4e42a
Author: Andelf <andelf@gmail.com>
Date:   Thu Sep 7 20:06:52 2023 +0800

    fix(sync): check user refresh-token as well

commit 70cb124
Author: Andelf <andelf@gmail.com>
Date:   Thu Sep 7 17:27:52 2023 +0800

    fix(sync): avoid check connectivity for non-sync graph

    Close logseq#10169

commit f786b64
Author: rcmerci <rcmerci@gmail.com>
Date:   Thu Sep 7 11:55:46 2023 +0800

    add timestamp to log

commit b17cf11
Author: charlie <xyhp915@qq.com>
Date:   Thu Sep 7 15:19:35 2023 +0800

    enhance(dev): better logs

commit 645a8d3
Author: Andelf <andelf@gmail.com>
Date:   Thu Sep 7 10:35:30 2023 +0800

    chore: bump version 0.9.17

commit 390a7f6
Author: Andelf <andelf@gmail.com>
Date:   Thu Sep 7 10:35:15 2023 +0800

    chore(scripts): use prerelease style alpha version num

commit 9e2fe79
Author: Andelf <andelf@gmail.com>
Date:   Thu Sep 7 11:36:53 2023 +0800

    Revert "Enhance (UX): Electron loading (logseq#10049)" (logseq#10165)

    This reverts commit 12642f5.

commit 850bc1a
Author: Andelf <andelf@gmail.com>
Date:   Thu Sep 7 11:33:42 2023 +0800

    fix(sync): missing cross-origin handling for conn check (logseq#10163)

commit e043a2c
Author: Andelf <andelf@gmail.com>
Date:   Wed Sep 6 22:52:25 2023 +0800

    chore(release): bump version 0.9.16 (logseq#10149)

commit b678a80
Author: Konstantinos <konstantinos@logseq.com>
Date:   Wed Sep 6 17:51:44 2023 +0300

    fix: close button visibility (logseq#10145)

commit 331afbc
Author: Charlie <xyhp915@qq.com>
Date:   Wed Sep 6 22:49:18 2023 +0800

    Enhance/plugins apis (logseq#10127)

    * enhance(api): add page to recent for route api

    * enhance(api): support open block in right sidebar with entity id

commit 12642f5
Author: Konstantinos <konstantinos@logseq.com>
Date:   Wed Sep 6 10:34:52 2023 +0300

    Enhance (UX): Electron loading (logseq#10049)

    * hide window until theme is loaded

    * show window on db-restored

    * move manage call to handle maximized state

    * hook on theme load

commit a6ace12
Author: charlie <xyhp915@qq.com>
Date:   Wed Sep 6 14:28:48 2023 +0800

    fix: lint

commit e0543eb
Author: charlie <xyhp915@qq.com>
Date:   Wed Sep 6 13:48:41 2023 +0800

    enhance(ui): remove legacy shortcuts entry from the general settings

commit cd24919
Author: Andelf <andelf@gmail.com>
Date:   Wed Sep 6 00:18:34 2023 +0800

    enhance(sync): refine network checking (logseq#10147)

commit 4b60ed2
Author: bluemeda <affif.bluemeda@gmail.com>
Date:   Tue Sep 5 19:54:11 2023 +0700

    add some Indonesian terms to allowed-duplicates

commit fe495f0
Author: bluemeda <affif.bluemeda@gmail.com>
Date:   Tue Sep 5 14:24:59 2023 +0700

    add translation `id`

commit 52134b3
Author: omahs <73983677+omahs@users.noreply.github.com>
Date:   Tue Sep 5 05:23:21 2023 +0200

    fix(docs): typos (logseq#10143)

commit 5058f59
Author: Andelf <andelf@gmail.com>
Date:   Mon Sep 4 12:59:32 2023 +0800

    enhance(fs): check graph folder for bad name and nested graph

commit 2d34af9
Author: rcmerci <rcmerci@gmail.com>
Date:   Mon Sep 4 17:27:51 2023 +0800

    Enhance(sync): serveral enhancements in sync (logseq#10134)

    * enhance(sync): 1. dont clear-tokens when refresh-token failed

    2. log invalid json when fail to parse api json body,
       usually, it's returned by firewall (e.g. a XML)
    3. handle exceptions carefully in frontend.fs.sync

    * enhance(sync): update avoid reentrancy related code

    * rename exp to guard-ex

commit 98bff93
Author: rcmerci <rcmerci@gmail.com>
Date:   Thu Aug 31 12:20:53 2023 +0800

    enhance(sync): add connectivity-testing (logseq#10112)

    * enhance(sync): add connectivity-testing

    * update connectivity-testing s3 url

commit 92ad2e4
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Tue Aug 29 12:45:41 2023 +0300

    move filter rule to pdf page

commit 2eaa116
Author: charlie <xyhp915@qq.com>
Date:   Wed Aug 30 12:07:53 2023 +0800

    enhance(plugin): better log for beforeunload hook on user side

commit bba8aa5
Author: Allan Chain <36528777+AllanChain@users.noreply.github.com>
Date:   Mon Aug 28 17:50:09 2023 +0800

    fix: reject promise on child error

    So that the we won't await infinitely.

    Fixes logseq#10107

commit 474360f
Author: Allan Chain <36528777+AllanChain@users.noreply.github.com>
Date:   Mon Aug 28 15:08:03 2023 +0800

    fix: input-selection-end is not firing correctly

    Fixes logseq#10106

commit 5e1117e
Author: Leonardo Salgueiro <salguerooo@users.noreply.github.com>
Date:   Tue Aug 29 23:15:45 2023 -0700

    fix(bug): logseq#4447 (logseq#10111)

    * actually using result from deepMerge when updating settings
    * replacing merge from lodash with merge from deepmerge

    ---------

    Co-authored-by: Tienson Qin <tiensonqin@gmail.com>

commit 10caacd
Author: Charlie <xyhp915@qq.com>
Date:   Wed Aug 30 14:14:29 2023 +0800

    fix(ux): make linked references filters reactive when the page properties changed (logseq#9638)

    * enhance(ux): reactive page properties for the linked references filters

commit 7de9284
Author: djm2k <36978885+djm2k@users.noreply.github.com>
Date:   Tue Aug 22 11:25:28 2023 +1000

    Update develop-logseq-on-windows.md

commit 6d6da20
Author: Charlie <xyhp915@qq.com>
Date:   Tue Aug 29 19:33:48 2023 +0800

    Enhance/shortcuts (logseq#9803)

    * refactor(shortcuts): simplify to build handler category map

    * fix(shortcuts): redundant re-mount for the pdf shortcuts

    * refactor(shortcuts): simplify names

    * refactor(shortcuts): simplify user keynames

    * fix(shortcuts): persist inited state for dev mode

    * refactor(shortcuts): simplify handlers installation

    * refactor(shortcuts): optimize shortcuts mixin

    * fix: incorrect function ref

    * refactor(shortcuts): shortcuts mixin

    * fix(shortcuts): incorrect initialization for the pdf shortcut handler

    * refactor(shortcuts): optimize binding keys map

    * refactor(shortcuts): optimize shortcuts conflicts detection

    * refactor(shortcuts): optimize binding ids map

    * refactor(shortcuts): WIP the new keymap page

    * refactor(shortcuts): WIP the new keymap related components

    * feat(shortcuts): WIP fuzzy search for the shortcuts

    * refactor(shortcuts): WIP the new keymap related components

    * feat(shortcuts): WIP the new shorcuts record component

    * feat(shortcuts): WIP the new shorcuts record component

    * feat(shortcuts): WIP check shortcut conflicts component

    * feat(shortcuts): WIP the new shorcuts record component

    * refactor(shortcuts): WIP persist user shortcuts

    * fix(shortcuts): detection for the conflicts

    * feat(shortcuts): WIP detection for the conflicts

    * feat(shortcuts): WIP persist user shortcuts

    * refactor(shortcuts): add unit tests

    * enhance(ux): search pane for the shortcuts

    * feat(shortcuts): remove the existent shortcut item

    * feat(shortcuts): fold/unfold categories

    * feat(shortcuts): add shortcuts filters

    * enhance(shortcuts): resove binding map description

    * enhance(shortcuts): reactive category shortcuts

    * enhance(shortcuts): register api for plugins

    * feat(shortcuts): add keyboard shortcuts filters

    * feat(shortcuts): impl keyboard shortcuts filters

    * enhance(shortcuts): leader keys for the shortcut conflicts detection

    * enhance(tests): leader keys conflicts for the shortucts

    * enhance(shortcuts): parse conflicts from current binding list

    * enhance(ui): polish the component of the restore shortcut action

    * enhance(shortcuts): get conflicts with specific handler id

    * enhance(shortcuts): polish the confilts component

    * enhance(shortcuts): polish keymap conflicts component

    * enhance(shortcuts): ux for handling shorcuts conflicts

    * enhance(ui): polish notifications cp

    * fix(shortcuts): remove reduplicate shortcuts for category

    * enhance(shortcuts): polish ux for handling shorcuts conflicts

    * chore(plugin): build libs core

    * enhance(plugin): support shortcut command lifecycle hooks

    * enhance(plugin): support shortcut command lifecycle hooks

    * chore(plugin): build libs core

    * enhance(shortcuts): support shortcuts saved to global config

    * enhance(shortcuts): support shortcuts be saved to global config

    * feat(shortcuts): support keymap manager to global settings

    * enhance(shortcuts): shortcut to open keymap settings

    * fix(units): tests

    * fix: lints

    * enhance(shortcuts): unlisten all shortcuts

    * fix: lints

    * fix: lints

    * fix(units): tests

    * fix(units): tests

    * fix(units): tests

    * enhance(shortcuts): unlisten/listen all shortcuts

    * enhance(shortcuts): polish conflicts component

    * fix(ui): modal size

    * fix(ui): modal panel container

    * enhance(shortcuts): i18n

    * enhance(ui): layout of the shortcuts recorder component

    * fix(lint): i18n

    * enhance(ui): keyboard icon for the keymap settings tab

    * fix(shortcuts): incorrect filters for the collaspsed shortcuts

    * enhance(ui): polish details for the keymap settings

    * enhance(ui): polish details for the keymap settings

    * fix(shortcuts): get shortcut description error when the associated handler-id not exist

    * fix(ui): the shortcut disabled label overlaps with section headers.

    * refactor(shortcuts): names

    * enhance(ui): filter icons

commit 99865a5
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Mon Aug 28 16:42:12 2023 +0300

    fix: excalidraw focus

commit 9c97bad
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Tue Aug 29 09:31:45 2023 +0300

    remove viewer duplicated css

commit 7a53eaa
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Mon Aug 28 14:03:50 2023 +0300

    add pdfjs styles

commit 361d08d
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Fri Aug 25 16:09:09 2023 +0300

    keep the default submenu on mac

commit 2173d5a
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Thu Aug 24 16:42:19 2023 +0300

    disable close window shortcut logseq#3967

commit e41c673
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Fri Aug 25 17:08:53 2023 +0300

    update: static yarn.lock

commit e9798b3
Author: SPQV MF <B90FCF15A76E432D@outlook.com>
Date:   Tue Aug 22 19:01:35 2023 +0800

    fix: remove `word-spacing` css rule, so inline code are actually monospace

commit 6df4a30
Author: Andelf <andelf@gmail.com>
Date:   Fri Aug 25 14:08:54 2023 +0800

    fix(ios): crash caused by capacitor saved call

commit 1147bb5
Author: Andelf <andelf@gmail.com>
Date:   Fri Aug 25 05:21:04 2023 +0800

    chore(ios): bump version

commit 9c99c6d
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Thu Aug 24 11:42:04 2023 +0300

    fix (pdf): copy keyboard shortcut

commit 4876a78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Aug 24 11:01:27 2023 +0000

    chore(deps): bump semver from 7.3.5 to 7.5.2 in /resources

    Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.5.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.3.5...v7.5.2)

    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 4cb23ab
Author: Zhizhen He <hezhizhen.yi@gmail.com>
Date:   Thu Aug 24 13:23:11 2023 +0800

    ci: upgrade typos to 1.16.8

commit 73b92a8
Author: Andelf <andelf@gmail.com>
Date:   Thu Aug 24 18:59:34 2023 +0800

    chore(deps): update capacitor-file-sync, use async tasks for ios

commit ebc8e81
Author: Andelf <andelf@gmail.com>
Date:   Thu Aug 24 16:13:39 2023 +0800

    refacotr(editor): reorder create-today-journal condition, avoid file reading

commit 97a2027
Author: Andelf <andelf@gmail.com>
Date:   Thu Aug 24 16:01:21 2023 +0800

    fix(capacitor): avoid reading out all version files when backup

commit 4dd753d
Author: Andelf <andelf@gmail.com>
Date:   Thu Aug 24 01:26:47 2023 +0800

    refactor(ios): refine ios initial appOpenUrl handling using preinit-homepage

commit 74eea4b
Author: Andelf <andelf@gmail.com>
Date:   Thu Aug 24 01:25:20 2023 +0800

    dev(ios): enable capacitor logging only when debug

commit 785d876
Author: Andelf <andelf@gmail.com>
Date:   Thu Aug 24 01:24:51 2023 +0800

    chore(deps): update capacitor-diff-merge; fix ios download progress

commit 481aa57
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 22 14:07:33 2023 +0000

    chore(deps): bump @excalidraw/excalidraw from 0.12.0 to 0.15.3

    Bumps [@excalidraw/excalidraw](https://github.com/excalidraw/excalidraw) from 0.12.0 to 0.15.3.
    - [Release notes](https://github.com/excalidraw/excalidraw/releases)
    - [Changelog](https://github.com/excalidraw/excalidraw/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/excalidraw/excalidraw/commits)

    ---
    updated-dependencies:
    - dependency-name: "@excalidraw/excalidraw"
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 2d82bf0
Author: Andelf <andelf@gmail.com>
Date:   Wed Aug 23 13:33:46 2023 +0800

    refator(watcher): add homepage preload

commit 8274ff8
Author: Andelf <andelf@gmail.com>
Date:   Wed Aug 23 02:57:14 2023 +0800

    refactor(ios): refine handling of app id change(upgrading)

commit 914cb2a
Author: Andelf <andelf@gmail.com>
Date:   Wed Aug 23 02:40:07 2023 +0800

    enhance(fs): reorder initial fs watcher files

commit e04aaf2
Author: charlie <xyhp915@qq.com>
Date:   Wed Aug 23 12:35:01 2023 +0800

    fix(pdf): incorrect path of pdfjs cmaps resources

commit f134570
Author: Andelf <andelf@gmail.com>
Date:   Tue Aug 22 22:04:20 2023 +0800

    chore(release): bump version 0.9.15

commit 583a3d5
Author: Charlie <xyhp915@qq.com>
Date:   Tue Aug 22 21:36:38 2023 +0800

    Enhance/plugin APIs x (logseq#10022)

    * fix(apis): validate non-empty uuid input for query block

    * fix(plugin): missing block data for the nested renderer macro hook

    * fix(plugin): incorrect block config for the query table block items

commit 6ce6b19
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Mon Aug 21 22:49:27 2023 +0300

    reorder fix

commit 8ebf2db
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Mon Aug 21 21:05:12 2023 +0300

    fix: left sidebar duplicate favorites

commit 9507f0e
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Mon Aug 21 19:59:33 2023 +0300

    fix: right sidebar header wrap and content padding

commit fbee361
Author: Gabriel Horner <gabriel@logseq.com>
Date:   Mon Aug 21 16:42:44 2023 -0400

    Fix typos in right sidebar lang keys

commit d32a22a
Author: hasecilu <hasecilu@tuta.io>
Date:   Sat Aug 19 18:53:03 2023 -0600

    i18n: Update Spanish translations.

commit 1db0708
Author: Inge <ipetter@gmail.com>
Date:   Sun Aug 20 18:14:24 2023 +0200

    Update Norwegian translations

commit f04fcf4
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Mon Aug 21 18:59:50 2023 +0300

    disable sidebar pane conetnt scrolling

commit 90bbd03
Author: charlie <xyhp915@qq.com>
Date:   Fri Aug 18 10:44:27 2023 +0800

    enhance(pdf): remove password model close fn state

commit 29188f9
Author: Andelf <andelf@gmail.com>
Date:   Thu Aug 17 01:28:13 2023 +0800

    enhance(pdf): pdf password input modal

    Close logseq#10033

commit 40edb61
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Fri Aug 18 10:18:03 2023 +0300

    fix: right sidebar pane menu overflow

commit d851778
Author: Andelf <andelf@gmail.com>
Date:   Tue Aug 15 21:12:03 2023 +0800

    chore(release): bump version 0.9.14

commit c089fde
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Thu Aug 17 10:33:46 2023 +0300

    fix: recent whiteboards click

commit 74fadb0
Author: Konstantinos Kaloutas <konstantinos@logseq.com>
Date:   Wed Aug 16 13:34:40 2023 +0300

    fix sub-pixel anti-aliasing logseq#2813

commit caf1d9d
Author: Konstantinos <konstantinos@logseq.com>
Date:   Wed Aug 16 18:39:29 2023 +0300

    Enhance: Left sidebar (logseq#9880)

    * wip: right sidebar

    * fix: graph height

    * re-enable scrolling on list

    * style: indentation

    * fix: always expand block when added to sidebar

    * fix: show close button on mobile

    * wip: right sidebar

    * support default and custom icons

    * fix whiteboard icon

    * fix: header overflow

    * remove unneeded dependency

    * fix graph icon

    * add middle click action and context menu

    * add more context menu actions

    * add reordering support

    * fix dropdown visibility

    * dnd fixes and initial state

    * varous fixes

    * fix event propagation

    * enhance accesibility

    * area expanded fix

    * add translations

    * refactoring

    * enhance performance

    * enhance text overflow

    * fix page link

    * drag enter fix

    * add rounded corners and transition

    * add keyboard shortcuts icon

    * revert left sidebar change

    * left sidebar bg and border

    * various left sidebar enhancements

    * alignment fixes

    * split favorites and recents scrolling

    * handle unavailable icon

    * handle overflow edge case

    * fix and refactor menu shortcuts

    * handle zero items

    * display nan shortcuts on mouse over

    * min height fix

    * min height fix

    * simplify chevron icon

    * minor fixes

    * add flashcards shortcut

    * revert initial sidebar state changes

    * cloud icon fix

    * fix border radius

    * add missing go-home shortcut

    * add clear recent button

    * fix typo

    * hide scrollbars

    * remove transition

    * fix: favorites

    * fix: border and rounded corners

    * fix: dnd delay

    * Revert "add clear recent button"

    This reverts commit d8c52c3.

    * fix: keyboard shortcuts

    * fix: shortcuts

    * remove unused require

commit 5cd3bec
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Wed Aug 16 00:36:29 2023 +0800

    fix: can't redirect to block

commit 6fee36d
Author: Andelf <andelf@gmail.com>
Date:   Thu Aug 3 00:47:30 2023 +0800

    fix(editor): error notification when template insert error

commit deba094
Author: Andelf <andelf@gmail.com>
Date:   Wed Aug 2 23:27:05 2023 +0800

    fix(editor): template expansion if ac-ui is blurred

    See-also: logseq#8728

commit 35124d5
Author: situ2001 <yongcong2001@outlook.com>
Date:   Sat Aug 5 19:46:15 2023 +0800

    fix: add drag threshold

commit 1d7b6c9
Author: charlie <xyhp915@qq.com>
Date:   Wed Aug 9 12:16:48 2023 +0800

    enhance(zotero): polish ui details of the zotero search component

commit 248b835
Author: Andelf <andelf@gmail.com>
Date:   Tue Aug 15 00:23:17 2023 +0800

    fix(editor): avoid nav to empty page name

commit cbed7f7
Author: Gabriel Horner <gabriel@logseq.com>
Date:   Mon Aug 14 15:34:46 2023 -0400

    Tweak login wording to let users know that email login works

    This will reduce support requests

commit d419487
Author: Matheus Francisco <matheusmachadoufsc@gmail.com>
Date:   Mon Aug 14 13:20:52 2023 -0300

    fix: whiteboard page sidebar empty string (logseq#10018)

commit 62dcbb2
Author: ROCKTAKEY <rocktakey@gmail.com>
Date:   Wed Aug 9 02:17:31 2023 +0900

    enhance: Update Japanese translation (logseq#10004)

commit 62eb86f
Author: charlie <xyhp915@qq.com>
Date:   Mon Aug 7 17:40:14 2023 +0800

    enhance(pdf): support `shift + enter` to pick the previous searching results item

commit a160151
Author: HikoriHawky <HikoriHawky@protonmail.com>
Date:   Sat Aug 5 17:13:29 2023 +0800

    altered hardcoded pressure values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants