Commit graph

54 commits

Author SHA1 Message Date
b9f9428737
Import index from main demo.tsx instead of DemoApp. 2024-09-22 23:55:19 +02:00
c1d9036d4c
Add easy async component.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-07-19 22:11:33 +02:00
70a2887d76
Version 1.1.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-07-19 21:49:27 +02:00
f1f8420de8
Add Promisable type and allow it as an argument to useAsync.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-07-19 21:48:28 +02:00
76182885db
Fix required dependencies.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-07-15 22:26:16 +02:00
3325392a79
Version 1.0.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-07-15 08:52:48 +02:00
164165503f
Configure JS package publish and Woodpecker CI build.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-07-15 08:50:05 +02:00
cf86acfd9b
Setup library build for first version. 2024-07-14 22:21:51 +02:00
4c584c805e
Fix configuration for production build. 2024-07-14 22:00:34 +02:00
d0cfd11b51
Fix FloatingUI imports. 2024-07-14 22:00:05 +02:00
156741563a
Change button position in test subapp. 2024-07-14 21:53:16 +02:00
86e4c5aff2
Fix main content not always dimmed when a curtain is open. 2024-07-14 19:56:17 +02:00
cc3e292f40
Rename main Curtains component to CurtainsProvider. 2024-07-14 19:54:13 +02:00
64a77d077c
Add notifications at the top right of the screen. 2024-07-14 19:51:34 +02:00
ed4e766650
Fix mutated closedCurtains state in curtains. 2024-07-14 19:20:11 +02:00
f3c8a9858b
Remove margin of first and last paragraphs in cards. 2024-07-14 19:03:56 +02:00
7e58785c85
Tweak shadow color. 2024-07-14 19:01:43 +02:00
b0e71f9257
Normalize buttons position for cards and modals, and fix cards first and last elements position. 2024-07-14 18:22:13 +02:00
141748b34a
Split curtains code. 2024-07-14 17:47:29 +02:00
5dee63db7b
Add modal windows system and typed modals. 2024-07-14 17:33:01 +02:00
4a83e6a0fb
Allow to set subapps properties. 2024-07-14 17:06:41 +02:00
343bbfe785
Add fade out animation to closing curtains. 2024-07-14 16:50:25 +02:00
a42385bfc1
Add more buttons styles and demo notifications setup. 2024-07-14 16:05:06 +02:00
f949f3e191
Allow to pass generic variables to callable curtains / subapps and improve type check. 2024-07-14 16:02:47 +02:00
2b4965a2ee
Add helper hook to ease curtains / subapps creation. 2024-07-14 15:37:12 +02:00
7a9062e8cd
Add subapps and their style. 2024-07-14 15:21:44 +02:00
c2485dfb1a
Fix float dismiss in click mode. 2024-07-14 15:15:38 +02:00
f146dd9518
More blur for dimmed content. 2024-07-14 14:57:48 +02:00
c4423bf772
Add curtain context in a curtain instance. 2024-07-14 14:52:36 +02:00
b0905b4a4f
Add basic curtains. 2024-07-14 14:33:21 +02:00
4a7e77a8f3
Add error handling component which supports React Router and Kernel applications. 2024-07-14 12:23:16 +02:00
7bde352ea7
Add pagination components. 2024-07-14 10:56:04 +02:00
9fadcfb1b2
Improve useAsync code. 2024-07-14 10:54:14 +02:00
eee7998581
Change default spinning loader to block, with an option for inline layout. 2024-07-13 21:31:29 +02:00
9650f67139
Add style for disabled button. 2024-07-13 17:52:54 +02:00
20c36f7c8b
Add async functions utils. 2024-07-13 17:34:23 +02:00
334a311c9e
Fix selected option removal. 2024-07-13 16:48:18 +02:00
8904ed741c
Add basic app steps.
+ Add basic app steps system and style.
* Rename steps counter to avoid collision with app steps.
2024-07-13 16:42:28 +02:00
8c0c616f15
Add usePreviousValue hook. 2024-07-13 16:37:24 +02:00
6d3aafb15c
Add global state system. 2024-07-13 16:37:07 +02:00
6a331024a5
Change apps menu icon style. 2024-07-08 23:19:22 +02:00
32d5006d9b
Add toggle switch checkbox. 2024-07-07 19:47:29 +02:00
0af652b413
Edit footer and its style. 2024-07-07 19:10:24 +02:00
3305f09d32
General application & routing setup, apps menu, links in menus, icons in menus, visual improvements. 2024-07-07 18:37:34 +02:00
97cf06bc7f
Basic main menus and submenus, floating elements improvements. 2024-07-07 13:18:18 +02:00
bc79307ff7
Add loaders. 2024-07-06 16:52:54 +02:00
e15861393e
Selectors, style generalization, classes merging generalization, background colors. 2024-07-06 14:13:09 +02:00
08ba629b78
Fix card positions for floating elements. 2024-06-16 09:51:23 +02:00
32841ec79b
Add role property to floating elements and "tooltip" role to Tooltips. 2024-06-15 23:54:11 +02:00
0faaa6b10c
Improve floating elements, add form inputs for date and time with a full datepicker.
+ Add datepicker form input.
+ Add datepicker component.
+ Add calendar component.
+ Add timepicker form input.
* Change Popover to Float, with a better library and general behavior, and some fixes.
* Floating elements visual improvements.
2024-06-15 22:53:32 +02:00