1
0
Fork 0
freesewing/packages/react/components
Jonathan Haas 83ff6b3b47 [react] fix: Improve the inspect view (#323)
Improve visuals of the Xray path component

- Return null for hidden paths in the Path component. This fixes #266 and restores v3 behavior here. (An optional toggle to show hidden paths might be useful in the future.)
- Reverse animation direction in stroke-dashoffset. This ensures that the path animates in the internal direction, which is less confusing since you can hover over a path to check that it is counter-clockwise.

Also remove a duplicate array key.

Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/323
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
Co-authored-by: Jonathan Haas <haasjona@gmail.com>
Co-committed-by: Jonathan Haas <haasjona@gmail.com>
2025-05-03 09:26:41 +00:00
..
Account [react] fix: Handle response when removing account 2025-04-27 16:49:29 +02:00
Admin [react] feat: Admin button to disable MFA 2025-04-27 16:45:19 +02:00
Breadcrumbs feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Button feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Collection [react] fix: Color on Collection/DesignCard 2025-04-19 13:50:08 +02:00
Control feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
CopyToClipboardButton feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
CuratedSet feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Design feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
DiffViewer [breaking]: FreeSewing v4 (#7297) 2025-04-01 16:15:20 +02:00
Docusaurus feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Echart [breaking]: FreeSewing v4 (#7297) 2025-04-01 16:15:20 +02:00
Editor [react] fix: Improve the inspect view (#323) 2025-05-03 09:26:41 +00:00
Heading feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Highlight feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Icon feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Input [org] fix: Menus in Editor 2025-04-19 17:52:48 +02:00
Json [breaking]: FreeSewing v4 (#7297) 2025-04-01 16:15:20 +02:00
KeyVal feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Layout feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
LineDrawing feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Link feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Logo [breaking]: FreeSewing v4 (#7297) 2025-04-01 16:15:20 +02:00
Markdown [breaking]: FreeSewing v4 (#7297) 2025-04-01 16:15:20 +02:00
Mini feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Modal feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
New feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Newsletter feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Null [breaking]: FreeSewing v4 (#7297) 2025-04-01 16:15:20 +02:00
Number [breaking]: FreeSewing v4 (#7297) 2025-04-01 16:15:20 +02:00
Patrons feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Pattern [core] fix: stack anchoring (#261) 2025-04-18 13:00:40 +00:00
Popout feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Profile feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Role [org] fix: Don't hammer backend when consent is lacking 2025-04-23 20:30:57 +02:00
SignIn chore: Remove OIDC signup/signin 2025-04-27 17:10:42 +02:00
SignUp chore: Remove OIDC signup/signin 2025-04-27 17:10:42 +02:00
Spinner feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Stats feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Tab feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Table [breaking]: FreeSewing v4 (#7297) 2025-04-01 16:15:20 +02:00
Time [breaking]: FreeSewing v4 (#7297) 2025-04-01 16:15:20 +02:00
Uuid [breaking]: FreeSewing v4 (#7297) 2025-04-01 16:15:20 +02:00
Ux feat: Upgrade to TailwindCSS 4 & DaisyUI 5 (#263) 2025-04-18 08:07:13 +00:00
Xray [react] fix: Improve the inspect view (#323) 2025-05-03 09:26:41 +00:00
Yaml [breaking]: FreeSewing v4 (#7297) 2025-04-01 16:15:20 +02:00