Commit Graph

9973 Commits (f0458754607959409a2865b307442f5cbae268ae)

Author SHA1 Message Date
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
charlie f68485208c chore: remove unnecessary deps 2022-11-11 17:33:15 +08:00
charlie 0888fc2a77 fix: lint 2022-11-11 17:33:15 +08:00
charlie 955c8502b6 improve(ux): shortcut items for plugins bar 2022-11-11 17:33:15 +08:00
charlie 776e206249 improve(ux): support close-backdrop? for sub modal 2022-11-11 17:33:15 +08:00
charlie ea2210bde8 improve(ui): polish plugins list 2022-11-11 17:33:15 +08:00
charlie 635658abb7 improve(ux): lazy load for marketplace plugins list 2022-11-11 17:33:15 +08:00
charlie 6353728c9a improve(ux): lazy load for plugins list 2022-11-11 17:33:15 +08:00
charlie dfb42ad997 improve(ui): polish scrolling of plugin lists 2022-11-11 17:33:15 +08:00
charlie 196f7ca361 improve(ux): make plugins list container netsted scrolling 2022-11-11 17:33:15 +08:00
Junyi Du 160793e0d1 fix: some date related issues 2022-11-11 17:32:44 +08:00
rcmerci a4ee4c48f8 enhance(sync): set state to pause/resume when app out/in 2022-11-11 13:59:57 +08:00
rcmerci 8083b9b6e0 fix(sync): drain finished-local->remote-chan before <sync-local->remote-now 2022-11-11 13:59:57 +08:00
Tienson Qin 04d74c0a10 fix: don't force private for iOS virtual machines 2022-11-11 13:59:57 +08:00
Tienson Qin 6796b1657b Revert back 2022-11-11 13:59:57 +08:00
Tienson Qin e89b82fc99 remove processing access 2022-11-11 13:59:57 +08:00
Tienson Qin 3b399d3bfe cap sync 2022-11-11 13:59:57 +08:00
Tienson Qin 085d9b33ec fn rename 2022-11-11 13:59:57 +08:00
Tienson Qin c228bba355 feat: upload files when the app switching to background
Notice: Android is not supported yet.
2022-11-11 13:59:57 +08:00