Ryan Di
64ff3b38a2
update tests
2025-08-25 23:18:07 +10:00
Ryan Di
927f83b57b
fix library and share btns getting hidden in smaller tablet widths
2025-08-25 23:12:51 +10:00
Ryan Di
2cf08d72c6
fix icon color in dark theme
2025-08-25 15:52:43 +10:00
Ryan Di
29df700bff
hide library label in compact
2025-08-25 15:44:00 +10:00
Ryan Di
f400b8c761
refactor to use showCompactSidebar instead
2025-08-25 15:42:19 +10:00
Ryan Di
0f5f00c845
add isTouchMobile to device
2025-08-25 13:51:50 +10:00
Ryan Di
ea3c2374a1
add isTouchMobile to device
2025-08-25 13:51:40 +10:00
Ryan Di
368c0ee69c
lint
2025-08-22 15:14:54 +10:00
Ryan Di
e65af631b6
do not show border
2025-08-22 13:06:35 +10:00
Ryan Di
a33518e225
tweak icons
2025-08-22 12:38:04 +10:00
Ryan Di
b01ce2bdf9
merge
2025-08-22 11:30:06 +10:00
Ryan Di
b7eb1afe2f
feat: introduce layout (incomplete)
2025-08-22 11:11:35 +10:00
David Luzar
f29e9df72d
chore: bump mermaid-to-excalidraw to 1.1.3 ( #9898 )
2025-08-21 20:58:04 +02:00
Marcel Mraz
b5ad7ae4e3
fix: even deltas with version & version nonce are valid ( #9897 )
2025-08-21 16:09:19 +02:00
David Luzar
c78e4aab7f
chore: tweak title & remove timeout ( #9883 )
2025-08-20 14:09:20 +02:00
Ryan Di
b4903a7eab
feat: drag, resize, and rotate after selecting in lasso ( #9732 )
...
* feat: drag, resize, and rotate after selecting in lasso
* alternative ux: drag with lasso right away
* fix: lasso dragging should snap too
* fix: alt+cmd getting stuck
* test: snapshots
* alternatvie: keep lasso drag to only mobile
* alternative: drag after selection on PCs
* improve mobile dection
* add mobile lasso icon
* add default selection tool
* render according to default selection tool
* return to default selection tool after deletion
* reset to default tool after clearing out the canvas
* return to default tool after eraser toggle
* if default lasso, close lasso toggle
* finalize to default selection tool
* toggle between laser and default selection
* return to default selection tool after creation
* double click to add text when using default selection tool
* set to default selection tool after unlocking tool
* paste to center on touch screen
* switch to default selection tool after pasting
* lint
* fix tests
* show welcome screen when using default selection tool
* fix tests
* fix snapshots
* fix context menu not opening
* prevent potential displacement issue
* prevent element jumping during lasso selection
* fix dragging on mobile
* use same selection icon
* fix alt+cmd lasso getting cut off
* fix: shortcut handling
* lint
---------
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2025-08-20 00:03:02 +02:00
zsviczian
c6f8ef9ad2
fix: Scene deleted after pica image resize failure ( #9879 )
...
Revert change in private updateImageCache
2025-08-18 11:45:05 +02:00
Marcel Mraz
2535d73054
feat: apply deltas API ( #9869 )
2025-08-15 15:25:56 +02:00
David Luzar
dda3affcb0
fix: do not strip invisible elements from array ( #9844 )
2025-08-12 11:56:11 +02:00
Marcel Mraz
54c148f390
fix: text restore & deletion issues ( #9853 )
2025-08-12 09:27:04 +02:00
zsviczian
cc8e490c75
fix: do not auto-add elements to locked frame ( #9851 )
...
* Do not return locked frames when filtering for top level frame
* lint
* lint
* lint
2025-08-11 11:52:44 +02:00
Marcel Mraz
9036812b6d
fix: editing linear element ( #9839 )
2025-08-08 09:30:11 +02:00
Marcel Mraz
df25de7e68
feat: fix delta apply to issues ( #9830 )
2025-08-07 15:38:58 +02:00
David Luzar
a3763648fe
chore: update title ( #9814 )
...
* chore: update title
* update meta tag
* lint
2025-08-01 17:17:42 +02:00
Ryan Di
178eca5828
fix: add frame clipping to new element canvas ( #9794 )
...
* fix: add frame clipping to new element canvas
* cleanup save/restore
---------
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2025-07-31 12:10:59 +00:00
Ryan Di
cb33de25f4
feat: allow a frame to snap to its children ( #9795 )
2025-07-31 13:58:29 +02:00
Omar Brikaa
37ad85cbaf
fix: Fix the root cause of flushSync
flickering ( #9791 )
...
* More reliable width and height change detection
* Put the dimensions useEffect before the scene render one, just in case
2025-07-27 23:52:07 +02:00
Márk Tolmács
d6a934ed19
chore: Remove editingLinearElement ( #9771 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2025-07-24 17:02:21 +02:00
Omar Brikaa
416da62138
fix: multiple line editor bugs ( #9760 )
...
Co-authored-by: Mark Tolmacs <mark@lazycat.hu >
2025-07-24 09:11:04 +02:00
Omar Brikaa
f38f381989
fix: Remove flushSync from alt-lasso and elbow dragging ( #9734 )
...
* Remove lasso flushSync
* Remove selectedLinearElement flushSync
* Early return
2025-07-23 23:39:16 +02:00
Ryan Di
e5e07260c6
fix: improve line creation ux on touch screens ( #9740 )
...
* fix: awkward point adding and removing on touch device
* feat: move finalize to next to last point
* feat: on touch screen, click would create a default line/arrow
* fix: make default adaptive to zoom
* fix: increase padding to avoid cutoffs
* refactor: simplify
* fix: only use bigger padding when needed
* center arrow horizontally on pointer
* increase min drag distance before we start 2-point-arrow-drag-creating
* do not render 0-width arrow while creating
* dead code
* fix tests
* fix: remove redundant code
* do not enter line editor on creation
---------
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2025-07-23 18:49:56 +10:00
Christopher Tangonan
8492b144b0
test: added test file for distribute ( #9754 )
2025-07-17 19:52:16 +02:00
Marcel Mraz
e46f038132
feat: expose applyTo
options, don't commit empty text element ( #9744 )
...
* Expose applyTo options, skip re-draw for empty text
* Don't commit empty text elements
2025-07-17 15:22:32 +02:00
Ryan Di
89246d96a5
refactor: rename to compactMode
2025-07-16 17:48:56 +10:00
Ryan Di
00c6599a71
feat: allow the hiding of default fonts
2025-07-16 17:48:12 +10:00
Ryan Di
580622709d
feat: allow the hiding of top picks
2025-07-16 11:58:11 +10:00
David Luzar
678dff25ed
fix: ellipsify MainMenu and CommandPalette items ( #9743 )
...
* fix: ellipsify MainMenu and CommandPalette items
* fix lint
2025-07-15 12:59:55 +02:00
Christopher Tangonan
0cfa53b764
fix: aligning and distributing elements and nested groups while editing a group ( #9721 )
2025-07-15 12:43:42 +02:00
David Luzar
cde46793f8
feat: support timestamps for youtube video emebds ( #9737 )
2025-07-13 19:19:10 +02:00
Aakansha Doshi
2d127f8c22
docs: fix broken update scene button example in docs ( #9726 )
...
fix: update scene example in docs
2025-07-08 19:29:44 +05:30
Soham Kulkarni
4eadb891f8
fix(toast): prevent toast from re-rendering and resetting timeout Fixes #9714 ( #9715 )
...
* Update App.tsx
* fix: lint
---------
Co-authored-by: Ryan Di <ryan.weihao.di@gmail.com >
2025-07-03 17:07:26 +10:00
Marcel Mraz
258605d1d5
chore: release multiple packages ( #9698 )
2025-06-30 12:19:15 +02:00
Márk Tolmács
c141500400
chore: Relocate visualdebug so ESLint doesn't complain ( #9668 )
2025-06-18 14:45:51 +02:00
Márk Tolmács
8e27de2cdc
fix: Frame dimensions change by stats don't include new elements ( #9568 )
2025-06-16 14:07:03 +02:00
Márk Tolmács
0a19c93509
fix: Bindings at partially overlapping binding areas ( #9536 )
2025-06-16 12:30:59 +02:00
Márk Tolmács
958597dfaa
chore: Refactor doBoundsIntersect ( #9657 )
2025-06-16 12:30:42 +02:00
Marcel Mraz
058918f8e5
feat: capture images after they initialize ( #9643 )
...
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2025-06-15 23:43:14 +02:00
Spawn
3f194918e6
feat: add mulitplatform Docker image support ( #9594 )
2025-06-15 20:11:37 +02:00
Ryan Di
93c92d13e9
feat: wrap texts from stats panel ( #9552 )
2025-06-14 13:05:24 +02:00
zsviczian
84e96e9393
fix: move doBoundsIntersect from element/src/bounds.ts to common/math/src/utils.ts ( #9650 )
...
move doBoundsIntersect to math/utils
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com >
2025-06-14 11:01:30 +00:00