Skip to content
Open

0.5 #49

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
c848a27
refactor: rework popover components to use css anchor positioning and…
adoyle0 Jan 30, 2026
e7643c4
0.5.0
adoyle0 Jan 30, 2026
df83e46
refactor: change all invalid and disabled props to Reactive to allow …
adoyle0 Jan 30, 2026
3366624
update deps
adoyle0 Jan 30, 2026
70938d2
handle `disabled` prop type change
adoyle0 Jan 30, 2026
b8499f8
refactor: Rework CSS and move toward a theme system more like shadcn,…
adoyle0 Jun 8, 2026
c5eeaf2
add `DialogAction` and `DialogCancel`
adoyle0 Jun 8, 2026
14f3cb7
clicking a menu item with `as_child` and `dismissable` will close the…
adoyle0 Jun 8, 2026
dd8352e
support styling arbitrary `DropdownMenuItem` children
adoyle0 Jun 8, 2026
5acd9f3
add `as_child` to `ItemDescription` (#79)
adoyle0 Jun 8, 2026
685e62d
clean up `Select` and adjust initial render priorities -- #57
adoyle0 Jun 9, 2026
09cd891
Merge branch '0.5' of github.com:adoyle0/singlestage-ui into 0.5
adoyle0 Jun 9, 2026
a092dd5
docs tweaks, switch `<a><Button>`s to `Links`
adoyle0 Jun 11, 2026
6f6e0ce
ignore buttons when styling link children -- #81
adoyle0 Jun 11, 2026
7e8e23d
simplify field choice card
adoyle0 Jun 11, 2026
b140932
sidebar/css tweaks
adoyle0 Jun 12, 2026
9d32d8c
update deps
adoyle0 Jun 13, 2026
e0af300
handle web-sys using different types
adoyle0 Jun 13, 2026
eec08db
fix: appearance for sidebar buttons -- #83 (#84)
adoyle0 Jun 16, 2026
9e5873d
update deps
adoyle0 Jun 17, 2026
98968e0
use `as_child` for `Button` and document it -- #83
adoyle0 Jun 17, 2026
59e47fb
add `node_ref` to `Scrollarea` to support custom scroll logic, etc.
adoyle0 Jun 21, 2026
1ce20bb
leptos 0.8.20 tweaks
adoyle0 Jun 28, 2026
35f808c
clean up unused
adoyle0 Jun 28, 2026
faae0b3
rm `vertical` and use `orientation` with separators to match shadcn
adoyle0 Jul 2, 2026
54aef7a
auto center separators in their parent
adoyle0 Jul 2, 2026
3858a79
make dropdown label group requirement optional
adoyle0 Jul 3, 2026
3467e7b
add `dismiss` prop to `Button` - #86
adoyle0 Jul 3, 2026
336a19c
sidebar tweaks and example, and supporting tweaks
adoyle0 Jul 12, 2026
3fb009f
some clean-up
adoyle0 Jul 13, 2026
b360200
more sidebar examples/tweaks
adoyle0 Jul 14, 2026
e6646fc
more sidebar stuff
adoyle0 Jul 15, 2026
eab4020
more sidebar stuff
adoyle0 Jul 15, 2026
1c072f9
more sidebar stuff
adoyle0 Jul 15, 2026
1c9c24b
sidebar tweaks
adoyle0 Jul 16, 2026
5de0f9d
better float handling in number inputs -- #90
adoyle0 Jul 17, 2026
7961579
improve avatar loading
adoyle0 Jul 17, 2026
8da291b
use Item in nested sidebar example
adoyle0 Jul 17, 2026
9754352
clean up
adoyle0 Jul 17, 2026
ad7943d
use git link instead of path for leptos - #89
adoyle0 Jul 22, 2026
adcf1fb
feat: add nonce support to the theme style element (#92)
atm1150 Aug 5, 2026
ed7a049
refactor: rework popover components to use css anchor positioning and…
adoyle0 Jan 30, 2026
9c9ce26
0.5.0
adoyle0 Jan 30, 2026
1e90c3e
refactor: change all invalid and disabled props to Reactive to allow …
adoyle0 Jan 30, 2026
b200a63
update deps
adoyle0 Jan 30, 2026
896e6c3
handle `disabled` prop type change
adoyle0 Jan 30, 2026
0fe0a10
rebase
adoyle0 Jun 8, 2026
cadde35
add `DialogAction` and `DialogCancel`
adoyle0 Jun 8, 2026
ac02f69
clicking a menu item with `as_child` and `dismissable` will close the…
adoyle0 Jun 8, 2026
63ac5f1
support styling arbitrary `DropdownMenuItem` children
adoyle0 Jun 8, 2026
3f96fba
clean up `Select` and adjust initial render priorities -- #57
adoyle0 Jun 9, 2026
73d987d
add `as_child` to `ItemDescription` (#79)
adoyle0 Jun 8, 2026
6d2bfe2
docs tweaks, switch `<a><Button>`s to `Links`
adoyle0 Jun 11, 2026
60acdd3
ignore buttons when styling link children -- #81
adoyle0 Jun 11, 2026
c65bcf5
simplify field choice card
adoyle0 Jun 11, 2026
8ce1e11
sidebar/css tweaks
adoyle0 Jun 12, 2026
6436032
update deps
adoyle0 Jun 13, 2026
3431783
handle web-sys using different types
adoyle0 Jun 13, 2026
4be3f6f
fix: appearance for sidebar buttons -- #83 (#84)
adoyle0 Jun 16, 2026
dec82be
update deps
adoyle0 Jun 17, 2026
6209fb8
use `as_child` for `Button` and document it -- #83
adoyle0 Jun 17, 2026
abc4faf
add `node_ref` to `Scrollarea` to support custom scroll logic, etc.
adoyle0 Jun 21, 2026
28c70ee
leptos 0.8.20 tweaks
adoyle0 Jun 28, 2026
f8c4ea3
clean up unused
adoyle0 Jun 28, 2026
c98cc9b
rm `vertical` and use `orientation` with separators to match shadcn
adoyle0 Jul 2, 2026
11f9229
auto center separators in their parent
adoyle0 Jul 2, 2026
059d82e
make dropdown label group requirement optional
adoyle0 Jul 3, 2026
38ac3cb
add `dismiss` prop to `Button` - #86
adoyle0 Jul 3, 2026
5a05d9e
sidebar tweaks and example, and supporting tweaks
adoyle0 Jul 12, 2026
1a46be4
some clean-up
adoyle0 Jul 13, 2026
cb376c6
more sidebar examples/tweaks
adoyle0 Jul 14, 2026
a2c770c
more sidebar stuff
adoyle0 Jul 15, 2026
e698eca
more sidebar stuff
adoyle0 Jul 15, 2026
876589d
more sidebar stuff
adoyle0 Jul 15, 2026
65812f0
sidebar tweaks
adoyle0 Jul 16, 2026
0ed5319
better float handling in number inputs -- #90
adoyle0 Jul 17, 2026
7d1da3e
improve avatar loading
adoyle0 Jul 17, 2026
1c57458
use Item in nested sidebar example
adoyle0 Jul 17, 2026
413feb7
clean up
adoyle0 Jul 17, 2026
f6abe1f
use git link instead of path for leptos - #89
adoyle0 Jul 22, 2026
9d1a4c0
merge
adoyle0 Aug 6, 2026
cd701ae
change `dismissable` props to `modal`
adoyle0 Aug 9, 2026
e0687f7
add beta docs
adoyle0 Aug 9, 2026
2c66de9
fix: tooltip layout shift on click (#94)
rpfontana Aug 10, 2026
8801a20
change `vertical` to `orientation` for `ButtonGroup`. clean up some t…
adoyle0 Aug 14, 2026
1ed8f63
more cleanup, examples, docs
adoyle0 Aug 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .leptosfmt.toml

This file was deleted.

6 changes: 0 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ provided by default, but it can be overridden by adding an `AccordionTriggerIcon
components display their defaults when they have no children, but override those defaults with
arbitrary content provided as children.

### Avoid using other Singlestage components internally

An example of this is the `DropdownMenuTrigger`. Instead of using a `Button`, it re-implements the
`Button` itself. This avoids a layer of complexity and prevents updates to `Button` breaking
`DropdownMenuTrigger`. Remember to add feature dependencies to `Cargo.toml` when using CSS classes
from other components.

### Prefix CSS classes with `singlestage-` to avoid name collisions

Expand Down
Loading