-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Introduce devtools panel for debugging and testing purposes #6241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
aaa4c9d
7ce12ba
5c1b09d
51ae25d
7c2b4d6
d1f5263
3390702
5ba1c15
2f242bf
7dcf708
4de0c07
8e09b06
f25a05a
a7905f8
f90f52b
3a494ac
97dd348
c0d9104
d7a0151
4aae8de
c77648c
b1c6b52
f4d1ec1
f26dfd5
94b676f
ee0aea1
b3feed7
3210bc1
dd3ad2c
e334327
17546f5
71ac249
86b7f7c
6bfcc7c
e2a82e4
dddc58e
655723f
b1da70f
5f41731
5fe2a43
810a191
7e64094
818bb5e
0ed6529
43cb773
ec4c2bc
3ee9d9b
301ace8
6178530
00596a5
3f0e812
9eda3bf
482099b
4851f22
c1a5e6f
c4fe064
feb3c07
245838f
fbe015a
4fac6c6
f2c201d
c0cf716
5f2e6a7
955f177
c6848f5
7b32e85
9dd648e
fd03505
1de52c7
28a013c
25301a2
70500a9
ee30448
bf5cd90
0a8d88f
9536089
a78b453
4966958
111bca2
e6677cd
e4186e9
60a9c5c
f308913
865c657
7bd3600
7d98687
5acd684
b57e0c4
39768bf
976d577
6f18dc6
a0ed632
19113c2
e5d670f
f55299c
9f2d8e5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,5 @@ | ||||||
| --- | ||||||
| "saleor-dashboard": patch | ||||||
| --- | ||||||
|
|
||||||
| Introduce new, unified order capture dialog | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion: let's add more description here what's new about this capture dialog
Suggested change
|
||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please let's add this as a separate PR if we want this 🙏🏻 this makes such PR harder to review because we have a bunch of different changes - in notifications, in order capture dialog |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| --- | ||
| "saleor-dashboard": patch | ||
| --- | ||
|
|
||
| Redesigned toast notifications for better user experience: | ||
|
|
||
| - **Notifications now stack compactly** instead of flooding the screen | ||
| - **Refined visual design** that's less disruptive and better aligned with the dashboard aesthetic | ||
| - **Long messages expand on hover** with "Show more/less" toggle instead of being truncated | ||
| - **Error notifications persist** until manually dismissed | ||
|
|
||
| **Next up:** Refining notification message copy for clarity and consistency across the dashboard. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
afaik we are also missing changelog for new notifications?