Lipis
69878167c2
improvement: Make dialogs look more like dialogs ( #2686 )
...
Co-authored-by: Jed Fox <git@jedfox.com>
Co-authored-by: dwelle <luzar.david@gmail.com>
2021-01-03 10:50:41 +01:00
Lipis
facde7ace0
Fix padding in the library loading buttons ( #2331 )
...
* Fix padding in the library loading buttons
* Update src/components/Stack.tsx
Co-authored-by: Dominic Lee <34794189+dominictwlee@users.noreply.github.com>
* extend CSSProperties TS definition
Co-authored-by: Dominic Lee <34794189+dominictwlee@users.noreply.github.com>
Co-authored-by: dwelle <luzar.david@gmail.com>
2020-11-04 11:05:12 +01:00
Danila
b50c54f855
Add and use clsx (classnames alternative) ( #2249 )
...
Co-authored-by: David Luzar <luzar.david@gmail.com>
2020-10-19 16:14:28 +02:00
David Luzar
25d460be96
don't touch DOM outside useEffect ( #2215 )
2020-10-15 21:39:24 +02:00
Aakansha Doshi
a61b212220
scope css under name space excalidraw ( #1983 )
2020-09-25 23:18:45 +02:00
Saransh Barua
1991511ef7
Fix flickering outline on the dialogs while clicking ( #1747 )
2020-06-26 22:27:16 +02:00
Lipis
c427aa3cce
Prefer arrow functions and callbacks ( #1210 )
2020-05-20 15:21:37 +02:00
Jed Fox
16a3aa7561
Fix mobile dialog styling ( #1363 )
2020-04-10 18:13:31 +03:00
Sanghyeon Lee
26facfa710
Fix 'Dialog' keydown event and prop type warning ( #1305 )
2020-04-08 15:31:40 +03:00
Lipis
9a0889c698
Show shortcuts dialog when pressing ?
( #1224 )
2020-04-05 15:58:00 +03:00
Jed Fox
668f8ec4a6
Make dialogs look better on mobile ( #908 )
...
* Standardize mobile media query
* Refactor & add mobile support to dialogs
* back & close icons
2020-03-13 20:32:47 +01:00
Lipis
097c5dfad7
Refactor: e -> event or error, err -> error, p -> pointer ( #831 )
...
* Refactor: e -> event or error, err -> error, p -> pointer
* simplify
2020-02-28 23:03:53 +01:00
Guillermo Peralta Scura
e4ff408f23
Accessible modals ( #560 )
...
Improve the accessibility of our modals (the color picker and the export dialog)
Implement a focus trap so that tapping through the controls inside them don't escape to outer elements, it also allows to close the modals with the "Escape" key.
2020-01-25 19:37:58 -03:00
Lipis
ee68af0fd3
Set Trailing Cmma to ( #525 )
2020-01-24 12:04:54 +02:00
Timur Khazamov
79aee53ff6
Redesign idea ( #343 )
...
* Redisign idea
* Code cleanup
* Fixed to right container
* Reoredered layout
* Reordering panels
* Export dialog
* Removed redunant code
* Fixed not removing temp canvas
* Fixed preview not using only selected elements
* Returned file name on export
* Toggle export selected/all elements
* Hide copy to clipboard button if no support of clipboard
* Added border to swatches
* Fixed modal flickering
2020-01-15 07:42:02 -08:00