-
Notifications
You must be signed in to change notification settings - Fork 24
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
add cosmetic improvements #3
base: main
Are you sure you want to change the base?
Conversation
Thanks Atreya, it looks like you're off to a good start. A few things I notice right off the bat:
More generally, it would be nice to see the layout improved. I'm not a GUI designer, but I assume you are, and now that you understand how the application works and what it does, what do you think would make for the most natural and helpful appearance? Some ideas that spring to my mind:
|
Thank you for the detailed feedback 🙇🏼
Can you give me examples of packages where the list contains multiple package names? This issue can easily be fixed 👍🏼
This can be done. I will consolidate to using
I understand. I am not sure if I can replicate the exact color scheme with the palette provided by Bulma but I will do my best to get it close as much as possible 🙏🏼
I tried my best to keep the design as minimalistic as possible. I have given my thoughts below on what can be done with minimal amount of CSS and JS hackery... Looking forward to your feedback.
Hmmm... Keep the standard size at 1rem? and then take it from there?
This is a bit tricky. There are different ways of doing this. We could remove the (i), make it static and show it in a small grey font as you said. However, I did notice that some of the text is a bit long. I will give this a shot 👍🏼
✅
This would require some JS hackery. Will give this one a try 👍🏼
I am not able to visualize this. Do you have any particular image in mind?
Do you mean the one showed along with the
✅ |
Let me know if I broke something unexpectedly 🙇🏼 This is how it looks now. I ended up using Bulma because it was a bit easier to integrate as compared to Bootstrap. Resolves #2