-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Code Quality: Refactor Status Center code #13276
Code Quality: Refactor Status Center code #13276
Conversation
@0x5bfa we haven't finalized any plans around this flyout. |
I'd like to get a speed graph in there sooner than later, but we need to spec this out. |
I can wait. how long will it take? I thought the spec was already formulated when you mentioned this concepts and I raised my hand. |
The concepts were done like a year or two ago. There was going to be a task UI "Status centre" and it was at a different time. I was not asked to look into it any further since, so I guess we can work on this aspect and maybe implement it later, when other bits are figured out.
|
…/Files into 5bfa/Cleanup-StatusCenter
This is what we are working towards right now Hover to show the remove button on completed and failed actions - @yaira2 suggested for touch that this is handled with the SwipeControl |
Here is a rough idea of how we could transition from a Progress control to a Progress Chart - how possible is something like this @0x5bfa Replaced the video with one where the Progress Bar style before expansion, matches the system style. status.card.expanding.chart.2.mp4 |
Co-authored-by: Yair <[email protected]>
Co-authored-by: Yair <[email protected]>
…/Files into 5bfa/Cleanup-StatusCenter
Ready for review for me. |
Can you share some testing steps? |
omg i'm sorry i will add soon (i'm in bed so it will be tomorrow) |
It looks good code wise. |
Done |
Does this work for you? The app crashes when I try opening the status center. |
Last time I tested successfully is 1a120fe |
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.
Great work! I don't have much to add aside of very small formatting ideas. Thanks for handling this big feature!
…/Files into 5bfa/Cleanup-StatusCenter
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.
LGTM code-wise, I am not able to test in-app.
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.
I ran some tests and it works as expected, nice work!
<Button | ||
x:Name="SearchButton" | ||
x:Name="ShowSearchButton" |
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.
It looks like this was being used in a visual state, I'll open a PR to fix.
Feature: Display transfer speed in status center
Motivation & Context
Validation
How did you test these changes?
PR TO-DO
Concepts
Screenshots