Manav Rathi
c44e558259
Update
2025-01-15 16:36:21 +05:30
Manav Rathi
7adb64f0f5
Convert Box/flex => Stack/row
...
> Box component is not intended to be used with Figma, it's a specific implementation based on the underlying style engine we are using which might be removed once we switched to Pigment CSS (not related to design again).
>
> https://github.com/mui/material-ui/issues/43898#issuecomment-2482313907
2025-01-06 17:00:03 +05:30
Manav Rathi
3aa3ab37c2
fmt
2025-01-06 11:39:41 +05:30
Manav Rathi
b94332aaa7
codemods + manual afterwords
...
npx @mui/codemod@latest deprecations/all `git ls-files '**.tsx'` ; npx @mui/codemod@latest v6.0.0/styled `git ls-files '**.tsx'` ; npx @mui/codemod@latest v6.0.0/sx-prop `git ls-files '**.tsx'` ; npx @mui/codemod@latest v6.0.0/system-props `git ls-files '**.tsx'`
2025-01-06 11:19:13 +05:30
Manav Rathi
52866bdc8e
Support secondary
2024-11-08 18:59:12 +05:30
Manav Rathi
cdf761d46b
Multiline titles
2024-11-08 14:45:38 +05:30
Manav Rathi
71e0fc2dd9
Tweak spacing again
2024-11-08 07:36:32 +05:30
Manav Rathi
9b753d7a2f
Tweak spacing
2024-11-08 07:22:37 +05:30
Manav Rathi
02364b95c0
Don't allow dialog to be closed during operations
2024-11-07 18:42:36 +05:30
Manav Rathi
c879e8cb77
Migrate from deprecated methods
2024-11-07 14:24:03 +05:30
Manav Rathi
1dd45a2e04
Make the message optional
2024-11-05 14:12:26 +05:30
Manav Rathi
a048f1a38f
Use
2024-11-05 14:05:52 +05:30
Manav Rathi
f98c837442
Tweak spacing
2024-10-23 16:18:44 +05:30
Manav Rathi
791fe45767
Tweak icon placement
2024-10-16 21:35:51 +05:30
Manav Rathi
552116f51c
Match material (and macOS) convention whilst retaining document order
2024-10-12 12:11:14 +05:30
Manav Rathi
04b61ddb21
Reintroduce row, but deviate from material to retain accessibility
...
row-reverse causes the tab order to deviate from the reading order
2024-10-11 18:54:14 +05:30
Manav Rathi
70cd901571
Visual
2024-10-11 18:51:32 +05:30
Manav Rathi
d527a97cd5
Download
2024-10-11 15:10:31 +05:30
Manav Rathi
0466d7024a
Fix same issue elsewhere
2024-10-11 14:06:27 +05:30
Manav Rathi
c7191ae7f0
row-reverse is (a) infrequently needed, and (b) causes a accessibility disconnect
2024-10-11 14:01:05 +05:30
Manav Rathi
4d3b89048c
Fix error about nesting p in div
2024-10-10 17:06:22 +05:30
Manav Rathi
5e639e9729
Provision an error handler
2024-10-10 17:03:29 +05:30
Manav Rathi
e822d327e4
All cases
2024-10-10 16:46:30 +05:30
Manav Rathi
ed17206f51
Fix warnings
2024-10-10 16:46:30 +05:30
Manav Rathi
151c50f7af
Tune semantics
2024-10-10 16:46:30 +05:30
Manav Rathi
dde2b8894a
Test 1
2024-10-10 16:04:59 +05:30
Manav Rathi
288d66dfa7
Finish re
2024-10-10 16:02:07 +05:30
Manav Rathi
f9209e212d
wip checkpoint
2024-10-10 15:57:04 +05:30
Manav Rathi
88c10db52d
Create helper hook
2024-10-10 14:18:34 +05:30
Manav Rathi
473e22c0c1
wip checkpoint
2024-10-10 13:49:28 +05:30
Manav Rathi
0a6ffb226f
wip: checkpoint
2024-10-10 13:49:28 +05:30
Manav Rathi
86f0dbb620
Rename
2024-10-10 13:49:28 +05:30
Manav Rathi
f5ebecfa69
Move icon to the right
2024-10-10 13:49:28 +05:30
Manav Rathi
4908648137
Similar to TitledMiniDialog
2024-10-10 13:49:28 +05:30
Manav Rathi
d5d015c13c
Tweak
2024-10-10 13:49:28 +05:30
Manav Rathi
8479809109
Rename
2024-10-10 13:49:28 +05:30
Manav Rathi
145c7356a8
Rename 1
2024-10-10 13:49:28 +05:30
Manav Rathi
0dd5fd6d23
Use standard components
2024-10-10 13:49:28 +05:30
Manav Rathi
bc3488cb9c
Dedup
2024-10-10 13:49:28 +05:30
Manav Rathi
2cede3a46f
Reify
2024-10-10 13:49:28 +05:30
Manav Rathi
ceed538181
Inline
2024-10-10 13:49:28 +05:30
Manav Rathi
ec37cb3eff
Prune
2024-10-10 13:49:28 +05:30
Manav Rathi
4b38164c58
Prune (secondary prop was set but was not being used)
2024-10-10 13:49:28 +05:30
Manav Rathi
66ac35cbcc
Prune
2024-10-10 13:49:28 +05:30
Manav Rathi
9e10ec7ff6
Dup
2024-10-10 13:49:28 +05:30
Manav Rathi
2f4c4e0948
Remove unused
2024-10-10 13:49:28 +05:30
Manav Rathi
17f02cd749
Outline, inspired by https://github.com/jonatanklosko/material-ui-confirm
2024-10-09 16:50:05 +05:30
Manav Rathi
9c35c28e90
Set fullWidth on the alert dialog scenario
2024-10-09 16:50:05 +05:30
Manav Rathi
832a8c77c9
Move
2024-10-09 16:29:28 +05:30