-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fixed some issues #17
base: master
Are you sure you want to change the base?
Conversation
Fixed Issue keeporsweep#9 , keeporsweep#6 and little bit of keeporsweep#1
Added the image to be shown at the time of empty state
Cool stuff @prashantsengar! :) Could you add screenshots so I can confirm it looks on my side as intended? It also makes it easier to review for others and to see what changed. :) |
@jancborchardt sure. |
Cool, thanks for the screenshot! :) So the sweep counter is too present. What we do in the Twitter version of Keep or Sweep is just have a counter below the "Sweep" label, inside the button. It shows nothing when it’s 0, and then just counts up. And unlike the "Sweep" label it’s not bold, and possibly 50% opacity only. Would that be possible? |
I will have to check for the Sweep counter. I also wanted to do something similar but since we are using an image as the button, it would be difficult to do something like that. For the Empty state, we can just change the image named 'clean.png' in the Images directory. If you would like me to create something for that, I would do that surely |
Cool, thanks! :) Yeah, so the 🚫 is some unicode symbol, the button text is still actual text. It’s not a fully image for the button. :)
Would it also be possible to not use an image but rather text? That will look way better cross-platform, be more accessible and futureproof an all resolutions too. :) |
Okay. I would try doing that |
@prashantsengar any update on this? Is there a way I can help? :) Maybe it also helps splitting up the pull request, as the only thing with issues seems to be the counter? |
Yes @jancborchardt I was having some issues with the alignment of the text and buttons. That's a problem with tkinter, I guess. Then I had to work on other things. I will surely try to finish it off within a few days. |
And yes we should spilt the pull requests |
Hi @jancborchardt , I found a solution for the sweep counter and it is a bit 'hacky'. Here is the screenshot. Let me know if this works. I am trying to make the sweep button and counter a little more good looking, but I guess that's the most one can get with tkinter. |
@prashantsengar that actually looks quite good! Can we line up the "Sweep" text and icon though that it keeps at the same position it was before? So only add the counter below it, but don’t change the position of the existing content? :) |
@jancborchardt Yes I needed your help in this.
Can you help me in how to go about this? |
Added deletion counter to fix issue #9
Added image for empty state to fix issue #6
Added preview for text files to fix a few things in issue #1