Konstantinos Kaloutas
ca84c021f4
refactor: geometry tools
2022-11-17 13:28:43 +02:00
Konstantinos Kaloutas
58d41083f8
fix: styles
2022-11-16 19:24:34 +02:00
Konstantinos Kaloutas
f004236369
update portal icon
2022-11-16 19:24:06 +02:00
Konstantinos Kaloutas
fcac11664e
feat: color panel
2022-11-16 17:49:53 +02:00
Konstantinos Kaloutas
c41aab13b7
chore: rearrange tools
2022-11-16 16:00:41 +02:00
Konstantinos Kaloutas
072442aeef
refactor: tool button
2022-11-16 15:52:25 +02:00
Tienson Qin
fd3bc86c73
chore: bump mldoc
0.8.11
2022-11-16 13:25:55 +08:00
Andelf
15b3b27b67
fix(build): android file sync prod env
2022-11-16 12:45:58 +08:00
Andelf
8e8834854b
fix(build): use npx to run tsup
2022-11-16 12:26:58 +08:00
Gabriel Horner
e7e49f2ff3
Clarify when to run static install for #7255
2022-11-15 14:25:24 -05:00
charlie
3940db3107
fix: disable plugins system
2022-11-15 16:01:06 +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
Loïc Gerbaud
3de6f3de96
Update french translation ( #7327 )
...
* updating French translation
* Update French translations
2022-11-14 16:08:51 -05:00
Peng Xiao
e0ac311f2a
build: autoprefixer for generated css
2022-11-14 22:43:15 +08:00
Peng Xiao
d35c6d2b06
fix: e2e fix
2022-11-14 22:39:53 +08:00
Peng Xiao
02749a4b34
fix: add a line link to whiteboard onboard template
2022-11-14 22:39:53 +08:00
Peng Xiao
ecf5495edc
fix(whiteboard): disable user select on whiteboard pages on iOS
2022-11-14 22:39:53 +08:00
Peng Xiao
2b32f77809
fix(whiteboard): reverting contextMenu transitioning event
2022-11-14 22:39:53 +08:00
Peng Xiao
bebb8cf897
fix(whiteboard): refactor pinch to support mobile
2022-11-14 22:39:53 +08:00
Peng Xiao
2e4947a4f4
fix(whiteboard): dev warnings
2022-11-14 22:39:53 +08:00
Peng Xiao
d94e6490d4
fix(whiteboard): some multi touch issues
2022-11-14 22:39:53 +08:00
Peng Xiao
2eb094ecea
fix(whiteboard): do not show the default mobile footer for whiteboard
2022-11-14 22:39:53 +08:00
Peng Xiao
2047b86313
fix(whiteboard): do not show image preview on Safari (including ios & ipad)
2022-11-14 22:39:53 +08:00
Peng Xiao
dd0e741893
fix(whiteboard): some context menu related issues on iOS
2022-11-14 22:39:53 +08:00
Peng Xiao
1d83f00017
fix(whiteboard): iOS callout issues
2022-11-14 22:39:53 +08:00
Peng Xiao
1a86daa53f
fix(whiteboard): making tool locked by default
2022-11-14 22:39:53 +08:00
Konstantinos Kaloutas
096e171896
fix: placeholder size
2022-11-14 21:53:37 +08:00
Konstantinos Kaloutas
e61288a994
style: run prettier
2022-11-14 21:53:37 +08:00
Konstantinos Kaloutas
a06594a79d
feat: add create whiteboard button
2022-11-14 21:53:37 +08:00
Konstantinos Kaloutas
933c87de55
fix: type icon sizes
2022-11-14 21:53:37 +08:00
Konstantinos Kaloutas
79cea0cc1d
fix: new page icon and new wb label
2022-11-14 21:53:37 +08:00
Sergey Kolesnik
f858e94520
legacy style fix: remove unused --ls-head-text-color css var
2022-11-14 20:45:59 +08:00
Sergey Kolesnik
0d589196f4
style fix: adapt layout for search __page__ results like in search palette results
2022-11-14 20:45:59 +08:00
Sergey Kolesnik
bb3fd4711e
legacy style fix: remove unused css var: --ls-right-sidebar-code-bg-color
2022-11-14 20:45:59 +08:00
Sergey Kolesnik
452d611214
Style fix: added .page-title class to sidebar item for :page-presentation command (just like :page command)
2022-11-14 20:45:59 +08:00
Peng Xiao
dbdf645adb
fix: show page menu for untitled whiteboard
2022-11-14 18:01:46 +08:00
Peng Xiao
e00ef97367
fix: highlighter opacity in onboard whiteboard
2022-11-14 18:01:46 +08:00
Phoenix Eliot
990a21ff66
Fix cmd-down erasing just-typed text
...
Fixes #3891
Saves a transaction of the recently typed text before attempting to expand the block.
Removes set-editing! call that was no longer doing anything.
2022-11-14 17:37:24 +08:00
Phoenix Eliot
a4e581b4b9
Add test for cmd-down deleting typed text
2022-11-14 17:37:24 +08:00
Tienson Qin
bce90001a5
enhance: remove the first empty line for whiteboards edn
2022-11-14 17:26:02 +08:00
Timothy Pratley
a46f483911
fix lint warnings
2022-11-14 17:23:42 +08:00
Timothy Pratley
55bcf11a5a
start maps on a newline to avoid } { on one line
2022-11-14 17:23:42 +08:00
Timothy Pratley
3b6a89c975
replace whiteboard printing with ugly print
...
Prints fast with newlines
clojure -M:test:bench
Testing frontend.benchmark-test-runner
[], (with-out-str (pprint/pprint onboarding)), 10 runs, 2950 msecs
[], (with-out-str (fipp/pprint onboarding)), 10 runs, 2447 msecs
[], (up/ugly-pr-str onboarding), 10 runs, 94 msecs
[], (pr-str onboarding), 10 runs, 82 msecs
2022-11-14 17:23:42 +08:00
Matt Lilley
03afc9023b
Fixes documentation for browser development.
...
Released files are placed in static/ rather than resources/
2022-11-14 16:43:04 +08:00
Tienson Qin
db7bc72a3c
fix: don't clear selection in blocks
2022-11-14 14:32:21 +08:00
Tienson Qin
a939767aaf
chore: bump to 0.8.11
2022-11-11 20:43:37 +08:00
charlie
0c6e45f782
fix: journal pages write error
2022-11-11 20:41:32 +08:00
charlie
438f0b9e3d
chore(plugins): build libs core
2022-11-11 17:33:15 +08:00
charlie
7c6c829d87
fix(plugin): strategy to validate plugin id duplicated
2022-11-11 17:33:15 +08:00
charlie
e9943748cd
improve(ui): polish position of modal
2022-11-11 17:33:15 +08:00