Commit Graph

38 Commits

Author SHA1 Message Date
Tienson Qin
db6fc6b7ee feat: simple query builder (#8774)
Simple query builder

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
Co-authored-by: charlie <xyhp915@qq.com>
2023-03-21 14:27:00 +08:00
Zhizhen He
25c15053d6 feat: add typos to GitHub action
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
2023-02-21 12:01:58 -05:00
Andelf
cfe28ca88a fix(editor): handle save editing block timestamp
Fix #8238
2023-01-18 15:14:25 +08:00
Andelf
8a1da89ef5 fix(editor): style of date-picker/repeater-cp 2023-01-18 15:14:25 +08:00
Andelf
c92f44d22e fix(editor): revise date-picker shortcut key handling and opening condition 2023-01-18 15:14:25 +08:00
Andelf
6f01b40f24 fix(editor): revise date-picker opending conditions
Releated #8238
2023-01-18 15:14:25 +08:00
sallto
e96c3403bf fix: Datepicker behaves oddly if there are 2 datepickers visible at the same time (#7498)
fixes #7341

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2022-12-14 17:41:08 -05:00
Tienson Qin
e32b73fa11 fix: add spaces around block ref 2022-12-08 07:17:52 +08:00
sallto
e882b7cabd fix: Scheduled date picker always points to today, regardless of a previous date (#7329)
* fix: Scheduled date picker always points to today, regardless if a previous date was already set
fixes #6985

* fix: e2e-test flakyness for datepicker
2022-11-15 10:36:01 +08:00
Gabriel Horner
e0b1f6b2de Move common uses of page-ref to its own ns
By having a specific ns for page-ref utils, our code is more readable
and intention revealing. Also found that
text/{get-page-name,page-ref-un-brackets!} was getting called in
contexts that didn't make sense e.g. query layer was checking for
markdown and org page-refs
2022-08-04 17:25:29 +08:00
Tienson Qin
139075e679 fix: suggestions from gabriel 2022-07-07 01:42:16 +08:00
Tienson Qin
ecb2024c14 fix: lint warnings 2022-07-07 01:42:16 +08:00
Tienson Qin
6d0be829a1 refactor: unify :editor/show-xxx and (block) commands to :editor/action 2022-07-07 01:42:16 +08:00
llcc
3f8296135b fix: modals positions
close https://github.com/logseq/logseq/issues/5053
2022-04-26 21:33:37 +08:00
llcc
03d8c8a8d2 fix: set timestamp to another editing block
close https://github.com/logseq/logseq/issues/3783
2022-03-01 09:24:03 +08:00
Tienson Qin
4c3d01f98e fix: /scheduled doesn't work 2022-01-14 10:41:14 +08:00
Gabriel Horner
f1d15b0e05 Lint components and address comments in review
Start using :clj-kondo/ignore as lint violations that need to be
revisited. They may side effect and should be removed with better
understanding of their context
2022-01-12 15:32:47 -05:00
Tienson Qin
333fb1d510 enhance: confirm date with Enter and continue to edit after scheduled
close #3418

It also fixed arrow keys will be ignored when clicking on submit with
the mouse.
2021-12-27 14:53:33 +08:00
leizhe
e9f4c501f2 revert https://github.com/logseq/logseq/pull/3481
https://github.com/logseq/logseq/pull/3481 breaks the workflow that
insert a new timestamp in a block.
2021-12-21 20:12:04 +08:00
leizhe
2694568f70 fix(timestamp): clear editing state before setting timestamp
If editing state is on in other block, submitting the timestamp to
current block will also add a timestamp to the block.
2021-12-16 00:55:07 +08:00
leizhe
76679f2d2e enhance(mobile): tweak datepicker css 2021-12-01 20:15:01 +08:00
Tienson Qin
2c1e3765cb fix: some lint errors 2021-11-18 21:34:49 +08:00
llcc
fef5bbf068 enhance(clock): support recording in repeated block // cleanup unused namespaces (#2777)
* enhance(clock): support recording in repeated block

* cleanup: unused namespaces

* cleanup: missing-else-branch if --> when

* enhance: wider search results window for mobile browser

* fix: namespace requirement
2021-09-08 10:23:16 +08:00
Weihua Lu
204541abda chore: clean up namespace, eliminate refer-macro 2021-06-21 08:13:49 +08:00
Tienson Qin
eca374199c fix: can't re-schedule 2021-04-12 13:06:42 +08:00
Tienson Qin
aa273232bc fix: can't reschedule date 2021-04-03 13:11:29 +08:00
Tienson Qin
b5d9200f82 fix: deadline && scheduled not working 2021-03-27 12:36:46 +08:00
Tienson Qin
2934b8f38e fix: tab not working anymore after using datepicker 2020-12-22 18:17:27 +08:00
Tienson Qin
1e29b8f488 chore: remove unused ns 2020-12-22 18:17:27 +08:00
Tienson Qin
b8c5fbec32 fix(editor): events conflicts 2020-12-22 18:17:27 +08:00
Tienson Qin
42967ea782 fix(editor): allow up/down arrows for repeater time selection 2020-12-17 19:37:06 +08:00
Tienson Qin
416e36ee1b fix: backspace in scheduled/deadline time input not working 2020-11-24 20:40:37 +08:00
Yukun Guo
6193f85499 refactor: set-editor-show-* should end with '!' 2020-11-14 15:35:29 +08:00
Tienson Qin
42f45f84b0 Remove commented code 2020-11-05 17:32:12 +08:00
Tienson Qin
0a5b88467b fix: repeated tasks
1. Don't show repeat kinds selection (.+, ++, +)
2. Fixed wrong time (no zero padding)
3. Fixed `.+` and `++` behaviors
2020-11-05 17:32:12 +08:00
Michael Wong
3cc0d3154a style: remove unused :require (#193)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2020-11-04 11:35:35 +08:00
Tienson Qin
5d06704c2b fix: arrows to pick a date 2020-10-28 22:39:15 +08:00
Tienson Qin
2d1fa33204 refactor: remove web 2020-10-27 23:19:40 +08:00