-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dashboard Page & Group Colors #393
Conversation
Previous WinUI design was something that was a directly design copy from GNOME. While the design works really well on GNOME, it did not on WinUI. It felt very congested and at times complicated to use, so I redid it! Furthermore, in keeping with WinUI design, I moved the tab view from the top of the application to a navigation sidebar. The sort flyout is a little broken...fixing it now |
WinUI done :) |
What if a user wants to treat "Ungrouped" as regular group (and in fact it is a regular group, it also has a color) and assign some transactions to it also wishing for these transactions to use the group's color (= default group color)? I don't see a point in disallowing this. |
At this point, it removes the purpose of Default Transaction Color since everything will use default group color then, unless the user specifies something different, hence why I was saying to change the wording to just use default color when the selected group is
If the group is set to |
Not really. Default transaction color can be used for specific transactions no matter what the group is. It's kinda creating a "group" of transactions without actually changing their groups, just by marking them visually. And using default transaction color for this can save a few clicks.
Does it? Well... Again, I don't see a point in disallowing using the color of "Ungrouped" group for transactions. I think this should be changed. |
This reverts commit 5dc9912.
About this commit: 8748368 |
I found a point: it would be very rare workflow that doesn't worth increasing code complexity that would be required to pass default group color everywhere. So I made changed to match WinUI as you said. Color row is now not ComboRow, but ActionRow with DropDown that have a popover that looks a bit different than a popover of ComboRow (different position and arrow)... But I hope nobody will notice 😅 |
Looks good to me! |
If nothing else, you can approve the PR and we can merge :) |
Yay 🥳 |
Closes #162
Closes #339
Closes #407
TODO