Commit Graph

8398 Commits (b1ca81806a60a8c881514e56943d45696763ad34)

Author SHA1 Message Date
Gabriel Horner 0275e5a067
Fix tabindex console react warnings (#6520)
Follow up to #6442
2022-08-29 15:37:56 -04:00
Tienson Qin 0a11bcbc8e enhance: set contrast colors for buttons in the right sidebar 2022-08-29 11:17:37 +08:00
Andelf 2bffe0809c fix(build): use compatible escape for cross-platform 2022-08-29 10:52:24 +08:00
queeup 883828bbfb i18n: update Turkish translation 2022-08-29 08:25:23 +08:00
Tienson Qin b6ecc7f6e3 fix: parent refs are not included in filters
related to #6490
2022-08-29 08:02:15 +08:00
Kan-Ru Chen 0fce4a4792 chore(deps): update electron 19.0.12 2022-08-29 06:53:34 +08:00
swk777 8f84b6458c fix: Re-enabling Journals options does not work when default home page is filled out 2022-08-27 20:46:57 +08:00
Tienson Qin 4b0213d863 ui: add border for filters 2022-08-27 20:44:21 +08:00
Tienson Qin 484877fa60 fix: don't paginate children if there's not filter in the dsl query 2022-08-27 20:29:50 +08:00
Viktor Moros f5824322b3
Improve backtick autopairing (#6496)
* If you type a backtick and then some letters and then another backtick, the last backtick should close the first one and not spawn another autopair
2022-08-27 12:32:46 +08:00
Gabriel Horner b47826d69d Fix page block not saving invalid-properties 2022-08-27 10:52:29 +08:00
Gabriel Horner 340fb8cf9a Invalid property fix and tests
- Fix validator considering 'foo bar' or a number or any valid edn, a valid keyword
- Rename property keys to names as users don't know what keys are
- Also bumped nbb-logseq to latest version
- Also give property validation more product focused namespace and name
2022-08-27 10:52:29 +08:00
starliiit a5bdaa7905 docs: Add guide to speed up build process on Windows
Remove outdated description about gulp
2022-08-27 00:39:25 +08:00
Gabriel Horner 5f9f090a8f Add comment to use :rich-property-values? correctly 2022-08-26 10:11:21 -04:00
charlie b85937ffbf fix: typos 2022-08-26 18:48:00 +08:00
charlie 5dd26a0180 fix: lint vars 2022-08-26 18:48:00 +08:00
charlie c7f17e905e chore: build libs core 2022-08-26 18:48:00 +08:00
charlie 04e04e4005 improve(plugin): plugin perf tips for initial loader 2022-08-26 18:48:00 +08:00
Tienson Qin 62c091840a fix: parser ci 2022-08-26 13:00:42 +08:00
Tienson Qin 133c2486c3 fix: lint warning 2022-08-26 13:00:42 +08:00
Tienson Qin abc33f213c enhance: warning on invalid properties 2022-08-26 13:00:42 +08:00
Tienson Qin 79f709850d chore: fix lint warning 2022-08-26 13:00:42 +08:00
Tienson Qin c200d47983 fix: handle other cases not just commas for safe keywords parsing 2022-08-26 13:00:42 +08:00
Tienson Qin 251867dcf8 fix: convert keywords to str when exporting if there're commas 2022-08-26 13:00:42 +08:00
Tienson Qin a94b4aac35 fix: catch exception when parsing edn 2022-08-26 13:00:42 +08:00
Tienson Qin d823b9669f fix: transact block refs before inserting 2022-08-26 13:00:42 +08:00
Tienson Qin f4aa08fbd3 fix: stuck importing from edn/json
Also, this commit added the progress UI for importing and removed the
:file/writes core.async channel.
2022-08-26 13:00:42 +08:00
Konstantinos Kaloutas 6807931ee8 fix: remove brackets from document 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas fc7141518d feat: accessibility guidelines 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas b04b2413db fix: contrast issues 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas 6bf5c441d9 feat: enable detailed report 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas 8fdced8c07 fix: contrast issue 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas 26d55a2e01 fix: unique labels on landmarks 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas 55780cf600 feat: page ref keyboard navigation 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas 2b152f6ce1 fix: skip to main content 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas c3799b3f23 feat: skip to main content button 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas 5ff79cbba0 fix: add aria label to textarea 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas 1ce08c5faa fix: change main landmark 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas d4f781793d fix: add discernible text to buttons 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas c0dd33e2f0 fix: set main landmark and fix lang attribute 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas a31603328e fix: add lang attribute to document 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas e161d65d5d fix: move title attribute to buttons 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas 2b0787bb3a fix: add discernible text to buttons 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas 2c581d9827 fix: contrast issue 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas 54e43c71dd enhance: add basic a11y test 2022-08-26 11:52:23 +08:00
Konstantinos Kaloutas 723e860226 enhance: install axe-playwright 2022-08-26 11:52:23 +08:00
Andelf 634031b075 fix(editor): handle delete image with no file 2022-08-26 10:43:38 +08:00
Gabriel Horner 569b2417e5 Document config introduced in #2975 2022-08-26 10:07:33 +08:00
Tienson Qin 012c363c0a chore: remove unused properties case in the block component 2022-08-25 23:23:37 +08:00
Gabriel Horner ef910e3ab5 Hide icon property when page property
Requested by
https://discuss.logseq.com/t/hide-icon-property-like-title/8738
2022-08-25 22:16:01 +08:00