238 Commits

Author SHA1 Message Date
5fff6801bf feat: add LocalInSurface in Surface 2023-12-02 10:30:55 +08:00
78619a0f6b refactor: use Spacer replace Box when a small size was used 2023-12-01 14:42:01 +08:00
f99d5467b0 feat: add Tooltip (to be implemented) 2023-12-01 13:33:42 +08:00
b188dcf411 refactor: rename Poptips to Poptip 2023-12-01 13:33:25 +08:00
0e92f37c9f feat: add LocalRippleColor in Interaction 2023-12-01 11:07:02 +08:00
a6f92bf1fc refactor: make content optional 2023-12-01 10:55:25 +08:00
396dc05142 style: optimize code in Dropdown 2023-12-01 10:21:48 +08:00
9bdfeb7954 refactor: make easing immutable in ProgressIndicator 2023-11-30 14:09:38 +08:00
01bb17c988 refactor: not use default prefix when there are no default value 2023-11-30 14:09:00 +08:00
0d4cc3c2ff refactor: move Popup, Dialog, Poptips in window package 2023-11-30 13:48:12 +08:00
235871db7a refactor: make Tab some component @Immutable 2023-11-30 13:41:42 +08:00
ed651ff231 refactor: change padding type to PaddingValues in Switch 2023-11-30 13:39:35 +08:00
1314db9e0f refactor: merge contentSpacing into style in CheckBox and Switch 2023-11-30 13:36:39 +08:00
1a74709c91 refactor: move todo from Surface to Scaffold 2023-11-30 13:29:16 +08:00
ed60d97e7b refactor: merge contentSpacing into style in RadioButton 2023-11-30 13:25:10 +08:00
d76f266fdf refactor: decoupling color, style and make some private in ProgressIndicator 2023-11-30 13:13:23 +08:00
90db05c28c refactor: make content color tint to icon 2023-11-30 13:00:52 +08:00
a92499e5ce refactor: some tweaks in Navigation 2023-11-30 12:55:05 +08:00
3ced4acbd3 refactor: specially function param names 2023-11-30 12:48:26 +08:00
94a5eb53e0 refactor: replace DefaultDropdownListMenuOffset with padding in Dropdown 2023-11-29 20:20:46 +08:00
70025a7a9f refactor: merge to new FontColor in TextStyle inheritance relationship 2023-11-29 00:11:05 +08:00
9435ec65a0 feat: customization placeholderContentColor in TextField 2023-11-28 23:52:43 +08:00
3c8a83e5bc refactor: some tweaks in Navigation
- make orientation named to Row and Column
- rename contentSpace to contentSpacing
2023-11-28 22:35:02 +08:00
9e583d383e feat: add Navigation 2023-11-28 14:32:02 +08:00
7ac4f4cb78 style: optimize code 2023-11-28 10:48:13 +08:00
b4d7db0d75 refactor: make DefaultAreaBoxShape private in AreaBox 2023-11-28 10:06:37 +08:00
608074a0cc refactor: use withAreaBoxShape to apply the default AreaBox shape 2023-11-28 10:03:01 +08:00
d676617aa5 refactor: make out box Button style not fully rounded 2023-11-28 09:52:57 +08:00
c6b72b6501 refactor: make TabPosition opened and use TabRow to manage TabIndicator 2023-11-28 09:39:14 +08:00
898f3e91f9 feat: add Tab 2023-11-27 08:25:23 +08:00
e784705750 refactor: use standardization LocalShapes instead CircleShape 2023-11-27 05:39:11 +08:00
a9eed67f80 refactor: use CircleShape instead 50.dp in Shapes 2023-11-27 05:36:18 +08:00
a60b07862a refactor: add debugInspectorInfo for Modifier and some tweaks 2023-11-27 03:13:55 +08:00
6bced884ef refactor: rename utils to extension 2023-11-27 02:57:34 +08:00
f4a67c6829 refactor: merge custom paddings to PaddingValues 2023-11-27 02:55:42 +08:00
4128fa5505 style: optimize enum named 2023-11-26 10:59:59 +08:00
3d22d550a5 refactor: make Modifier function composed 2023-11-26 10:26:53 +08:00
bf47b9b052 refactor: merge all padding to paddings data class 2023-11-25 03:35:18 +08:00
00c061ad6e chore: global opt-in "androidx.compose.foundation.ExperimentalFoundationApi" 2023-11-25 03:11:29 +08:00
6190a4fccf refactor: move resources to flexiui-resources 2023-11-23 01:46:55 +08:00
92d56e5dd6 refactor: add @Stable on Extension 2023-11-21 09:42:48 +08:00
c2b58a368d feat: add keyboard controller for auto complete box in TextField 2023-11-21 09:31:08 +08:00
1395ad4eda feat: add auto complete box in TextField 2023-11-21 06:23:48 +08:00
bac92adff5 refactor: decoupling menuMaxHeight and boxes in DropdownMenu 2023-11-21 05:32:38 +08:00
6de476c1aa fix: name typo in DropdownMenu 2023-11-20 02:28:09 +08:00
35a5070fbb refactor: change the background color rules 2023-11-20 02:20:10 +08:00
e55acce970 refactor: modified the colors mix rules 2023-11-20 02:20:09 +08:00
1e998302dd fix: request focus when decoration box hold pressed event in TextField 2023-11-20 01:11:46 +08:00
86f0b72cea refactor: change borderColor in DesktopContextMenu 2023-11-19 23:25:51 +08:00
adc0d7b9ac fix: add missing borderColor in DropdownMenu 2023-11-19 23:23:14 +08:00