mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
refactor(ui): refactor all of the classical datepicker codes with the shui calendar
This commit is contained in:
@@ -650,12 +650,7 @@
|
||||
;; Commands are nested for now to stay in sync with the shortcuts system.
|
||||
;; Other languages should not nest keys under :commands
|
||||
:commands
|
||||
{:date-picker/complete "Date picker: Choose selected day"
|
||||
:date-picker/prev-day "Date picker: Select previous day"
|
||||
:date-picker/next-day "Date picker: Select next day"
|
||||
:date-picker/prev-week "Date picker: Select previous week"
|
||||
:date-picker/next-week "Date picker: Select next week"
|
||||
:pdf/previous-page "Pdf: Previous page of current pdf doc"
|
||||
{:pdf/previous-page "Pdf: Previous page of current pdf doc"
|
||||
:pdf/next-page "Pdf: Next page of current pdf doc"
|
||||
:pdf/close "Pdf: Close current pdf doc"
|
||||
:pdf/find "Pdf: Search text of current pdf doc"
|
||||
|
||||
Reference in New Issue
Block a user