Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

[UI] Ability to add custom styles. #42

Open
bantya opened this issue Feb 16, 2019 · 1 comment
Open

[UI] Ability to add custom styles. #42

bantya opened this issue Feb 16, 2019 · 1 comment
Labels
Improvement User requests for improvement

Comments

@bantya
Copy link
Contributor

bantya commented Feb 16, 2019

Current Behavior

I am on 1366x768 sized laptop screen. Though this is a very common laptop screen size and I can get many of my jobs done using it. The SnippetStore app works well and has a beautiful layout, but I think (my opinion 馃憠) it applies a little bit more spacing to some elements.

Demonstration

image

1. The padding to the left and right of smaller sidebar is a bit much. The sidebar can be much thinner.
2. The space between snippet name and dates in snippet details area is also much bigger.
3 and 4. No matter how many tags one snippet can have, in snippets list only some of the first tags are being displayed. Thus it holds a lot of space to the right and bottom of a snippet list name.

The app is maximized to occupy full screen space.

Expected Behavior

The above mentioned issues can be solved with an update. But the issues can be relevant according to ones taste. One may like it, other may not!
Thus having a custom css file for the personal customizations will be of huge help.

Pseudo Code

  1. The application will check for custom styles at the startup.
  2. If such custom styles are found, then render the app with it.
  3. If not found, then render the app with default styles.

System Info

image

@bantya bantya changed the title Ability to add custom styles. [UI] Ability to add custom styles. Feb 16, 2019
@bantya
Copy link
Contributor Author

bantya commented Feb 16, 2019

The custom styles can be used to change the size, style of the font of snippet name in details area, tag styles etc. 馃槉

@ZeroX-DG ZeroX-DG added the Improvement User requests for improvement label Feb 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Improvement User requests for improvement
Projects
None yet
Development

No branches or pull requests

2 participants