Open cereska opened 4 years ago
Item 1 You can change that color from the theme file to whatever you like
"PIE-CHART":{ "wedgits-font-color" : "rgba(255, 255, 255,1)"
}
>
> **Item 2**
I agree with you. I'll either bring it back to white or add an option to choose your own color
> **Item 3**
Also, agree and will fix it
>
> **Item 4**
The empty space at the top is there in order to enable the dragging and dropping back. I'll see if there's a way around it though but I don't think so.
-------------
Thank you so much for your feedback I really appreciate it!
Hey, thanks for your response.
Re Item 1, I have applied the change in the theme settings, however this impacts the whole widget: So by changing font to be white on the diagram, the legend is now white font color on white semi-transparent background. If you take a closer look at the previous version, white text color was for Unseen, Mature and propably Suspended on the diagram, while black text color was for the Young cards on the diagram and the legend below diagram. Would it be possible to put it back like that? Or at least add a separate config entry for the legend area, so that it can stay black while the diagram font is white?
Re Item 4
Adding .decks-container .top-level-drag-row.ui-droppable { line-height: 0px; }
to deckbrowser.css does the trick, while dragging & dropping still works :)
Item 5 This would perhaps look better styled as one panel instead of three separate ones imho:
Item 6 I noticed that the background position is different on main screen vs deck summary screen. While on main app screen it is cover, on deck summary screen, instead of scaling, it repeats on y-axis.
Hey, as per your request on Reddit, I'm gonna list here all tiny differences I noticed while comparing this version against the last published one. I'll let you triage them and decide if you want to treat them as bugs or as a expected feature. I've decided to put it all as one bug as not to swamp you, which I hope is okay. Majority of the items is minor, I'd even say cosmetic :)
Item 1 The font color for the circular diagram has changed to orange, which makes it less readable. Before & After:
Item 2 The font color of the review button has changed to black, imho the earlier white was nicer/more readable
Item 3 On the deck summary, each column listing number of cards (new/to review) used to be centered, now it's left aligned. Imho centered was better :)
Item 4 In the deck summary, all rows for decks and subdecks used to have equal height. Now, as you can see as per screeen in item 3, the very first row has some extra padding on the top (or maybe it's an rendered empty header row?), which looks a little off.
Tested on: Win 10 Pro Resolution 2560x1440 and 4k Anki Version 2.1.35 (84dcaa86) with Python 3.8.0 Qt 5.14.2 PyQt 5.14.2
Debug info
Love this addon and thank you for all your hard work!