7dcb100412
add medium size to Dialog, leftIcon/rightIcon props to Button
2025-12-13 23:12:34 -08:00
4418157ca0
refactor modal components to use header/body/footer pattern
...
UserSettingsModal now uses ModalHeader, ModalBody, ModalFooter.
Dialog simplified. Button tweaks.
2025-12-13 14:34:20 -08:00
a1bc125521
add element-ghost button variant for sidebar header
2025-12-03 18:33:56 -08:00
abf7a36d8a
remove translateY(1px) from button active state
2025-12-03 18:07:59 -08:00
1024e155c3
fix button: no translate on circular, fix elemental hover colors
2025-12-01 00:22:52 -08:00
f815ca4f30
ui: update Input, Select, Button, Sidebar components
2025-11-30 20:05:42 -08:00
36e2916dea
fix: add undefined to Button Props interface
...
- Add | undefined to all optional properties in Button Props interface
- This fixes 4 type errors related to Button component usage with exactOptionalPropertyTypes
Reduces errors from 57 to 53 (65% reduction from original 151).
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 18:56:08 -08:00
Devin AI
cf7a036575
fix: type errors in svelte-main branch (219 -> 191 errors)
...
- Fix paraglide aliases in svelte.config.js
- Fix Checkbox.svelte: use indeterminate prop, remove restProps spread
- Fix Switch.svelte: simplify Props interface, remove restProps spread
- Fix Button.svelte: add null checks for icon prop
- Fix sidebar.svelte.ts: use explicit undefined types for exactOptionalPropertyTypes
- Fix Party.svelte: fix import extension, remove ConflictService argument
- Fix job.resource.svelte.ts: add error property to success states, fix groupJobsByTier null checks
Co-Authored-By: Justin Edmund <justin@jedmund.com>
2025-11-28 21:06:05 +00:00
7889b7c59b
fix button component renderAs logic
2025-09-24 02:51:23 -07:00
8db94e37e7
Update Button component to have shape and element
2025-09-24 01:53:26 -07:00
713886a290
fix: prevent duplicate icon rendering in Button component when iconOnly is true
2025-09-20 03:02:55 -07:00
3e7ccf8fdb
Refactored Button component
2025-09-17 22:06:45 -07:00