Skip to content

Commit cca1682

Browse files
committed
update demo panel and CHANGES.md
1 parent a79417b commit cca1682

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

chartlets.js/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
* Added icon support for `Button`, `IconButton` and `Tabs` components.
1010
(#124).
11+
12+
* Added (MUI) component `Accordion`. (#134)
1113

1214
## Version 0.1.7 (from 2025/12/03)
1315

chartlets.py/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
* Added `size` and removed `variant` property from `IconButton`
44
component to align with component in chartlets.js. (#124)
5+
6+
* Added (MUI) component `Accordion`. (#134)
57

68
## Version 0.1.7 (from 2025/12/03)
79

chartlets.py/demo/my_extension/my_panel_9.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
panel = Panel(__name__, title="Panel I")
2121

2222

23-
@panel.layout(State("@app", ))
23+
# noinspection PyUnusedLocal
24+
@panel.layout()
2425
def render_panel(
2526
ctx: Context,
2627
) -> Component:
27-
2828
columns: list[TableColumn] = [
2929
{"id": "id", "label": "ID", "sortDirection": "desc"},
3030
{

0 commit comments

Comments
 (0)