Commit Graph

12353 Commits

Author SHA1 Message Date
charlie
86b5c9dc77 improve(ux): add delete option for blocks context menu 2023-01-04 10:13:41 +08:00
Giuseppe D'Andrea
8fda23d2ea enhance: namespace pages in page preview header (#6405)
* enhance: jump to namespace page in page preview header

* fix: hovering the mouse over namespace pages in the page preview header

* fix: code style

* enhance: use `split-namespace-pages` to get namespace pages

* Use var to better control ns feature

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2023-01-03 17:20:20 -05:00
Gabriel Horner
2f91565127 Tweak wording of http server error messages 2023-01-03 14:04:32 -05:00
ksqsf
b6946a9169 ehhancement: Prevent Ctrl+A from selecting the whole document (#7177)
* enhance: make the right sidebar non-selectable

* enhance: make page references non-selectable

* enhance: make the "Create" button non-selectable

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-01-03 09:51:41 -05:00
Phoenix Eliot
ed2568a0f2 Rotate undo/redo button icons
Also removed unused "true" argument on undo/redo buttons
2023-01-03 15:57:03 +08:00
Tienson Qin
f5e37091dd fix: save code block resets cursor position
close #7816
2023-01-02 11:30:35 +08:00
Andelf
6fa862a954 fix(perf): faster kebab-case to camel-case conversion 2023-01-02 11:24:21 +08:00
Yue Yang
dca90ed768 style: center content in search items 2023-01-01 19:06:54 +08:00
Bad3r
bb419312c5 fix(stale-issues.yml): add awaiting-repose step
Somehow, an older version of the config was merged into master. This should be updated to allow the awaiting response task to run and fix the print statements.
2022-12-31 15:03:01 +08:00
dependabot[bot]
dd581b6961 chore(deps): bump json5 from 2.2.1 to 2.2.2 in /tldraw
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 17:42:17 +08:00
dependabot[bot]
f592fd24a2 chore(deps): bump json5 from 2.2.1 to 2.2.2 in /libs
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 17:41:54 +08:00
dependabot[bot]
f24489698b chore(deps): bump json5 from 2.2.1 to 2.2.2
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 17:41:33 +08:00
Andelf
fdfac2b506 fix(test): use fill instead of select-all shortcut 2022-12-30 16:26:16 +08:00
Andelf
94d75b80bc fix(editor): avoid select-all while editing title 2022-12-30 16:26:16 +08:00
rcmerci
7c76dcb2cf enhance(sync): reduce ws ping messages 2022-12-30 15:29:03 +08:00
Tienson Qin
adcfc09f0e fix: remove repeated icon 2022-12-30 01:09:05 +08:00
Tienson Qin
2231919273 fix: set default http server host to 127.0.0.1 0.8.15 2022-12-29 23:37:12 +08:00
Bad3r
f31260a831 Feat: close stale issues action (#8156)
feat: Add close-stale-issues-action

# This workflow warns and then closes issues that have had no activity for a 
# specified amount of time. You can adjust the behavior by modifying this file.
# For more information, see:
#   https://github.com/marketplace/actions/close-stale-issues
#   https://github.com/actions/stale/blob/master/action.yml
#   https://github.com/actions/stale

Signed-off-by: Bad3r <bad3r@protonmail.com>
2022-12-29 23:29:25 +08:00
Tienson Qin
c2a4e55f02 enhance: use /api instead of /api-invoker 2022-12-29 23:16:12 +08:00
Andelf
7fd33b5971 chore(release): bump version 0.8.15
Related #8152
2022-12-29 22:51:11 +08:00
Charlie
51aaa02e76 Feat: APIs http server (#7699)
http server
2022-12-29 22:30:44 +08:00
Tienson Qin
1206d54c86 feat: mod+a to select parent up to the whole page (#7803)
mod+a to select parent up to the whole page
2022-12-29 22:29:26 +08:00
Tienson Qin
755aeb5d22 fix: skip saving files if those files were just deleted from db (#8151)
* fix: skip saving files if those files were just deleted from db
* fix: transact deleted files during parsing need to be handled too
2022-12-29 22:22:52 +08:00
Tienson Qin
74bc7c69cb fix: set min width for modal 2022-12-29 21:35:09 +08:00
sosuisen
1cee6f46af fix: added several internationalizations to the right-click menu 2022-12-29 21:32:57 +08:00
charlie
3411af57fd fix(ui): consistent style for image container 2022-12-29 21:04:32 +08:00
charlie
b392af2dfc fix(ui): polish icon size of the mobile footbar #7769 2022-12-29 21:04:32 +08:00
Andelf
5b25641785 fix(rsapi): add fname unicode normalization 2022-12-29 20:43:33 +08:00
rcmerci
bbfaefac5b fix(fs): normalize path when readdir 2022-12-29 19:18:22 +08:00
situ2001
df7e32a3bb fix: full search result should not be only displayed on electron app 2022-12-29 18:33:48 +08:00
Bad3r
fb4952d3fc enhancement: change page/version-history wording
Change the wording from `Check page history` to `view page history`. 
This is more inline with similar tools and feels more natural.
2022-12-29 11:35:26 +08:00
rcmerci
cd79319ba8 make un-memoized version electron? private 2022-12-28 13:27:22 +08:00
rcmerci
54ec7711f4 enhance: memoize electron?, mobile?, etc 2022-12-28 13:27:22 +08:00
charlie
94336babcf improve(ui): right sidebar visibility based on response layout 2022-12-28 12:21:20 +08:00
Konstantinos Kaloutas
71ecc48e20 fix: page content of aliases 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
2673cbef33 style: run prettier 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
5b1a323a06 feat: add scale option to shapes and arrows 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
2010ccf554 fix: hide open page button on whiteboard blocks 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
9d4497b033 fix: remove unused import 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
4df5834f2f style: run prettier and fix a type issue 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
cf8b0be7f6 fix: remove unused namespace 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
4282f21a62 fix: allow custom context menu 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
bdd1dbb937 fix: disable context menu on editing 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
080b5aba84 fix: disable right click on page-refs 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
d2419434d5 chore (deps): upgrade radix ui context menu 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
e919df3d9a fix: error on reference click 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
74a0ed740e fix: redirect to page handler 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
7f9ade3931 fix: remove unused imports 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
da66d0f20f fix: disable delete shortcut while editing 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
921418d87d fix: reduce the chance of blurry text 2022-12-28 12:19:22 +08:00