Skip to content
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

Feature/documentation request: styling the Jeri browser #3

Open
mmp opened this issue Sep 5, 2018 · 3 comments
Open

Feature/documentation request: styling the Jeri browser #3

mmp opened this issue Sep 5, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@mmp
Copy link

mmp commented Sep 5, 2018

I'd like to be able to do things like change the background color of the title of the selected and unselected images and change the background color of the image area.

It isn't evident to me how to do this; if it's possible, it'd be nice to have the styling for that stuff documented.

If it's not possible, it would be nice to if it was. :-)

(For now I'm hacking away in navigation.tsx and the like, but that seems a little unsatisfying.)

@tvogels
Copy link
Collaborator

tvogels commented Sep 21, 2018

For now, hacking away in navigation.tsx is the only option. We could use a theme (https://www.styled-components.com/docs/advanced) to make fonts and colors configurable. Do you think that would cover the most frequent styling desires?

@mmp
Copy link
Author

mmp commented Sep 24, 2018

Sounds good; I'll keep hacking for now. :-)

The theme stuff looks like a reasonable approach. Ideally, the list of things I'd like to adjust are:

  • Font, font size, font color, and background color for the tabs at the top
  • Position of the tabs (be able to move them to the bottom)
  • Background color for the canvas area where there isn't image data

@danbabcock3d
Copy link

danbabcock3d commented Oct 2, 2018

+1 on styling, options, and api documentation to query current values.

  • Don't display tabs at all but retain the other viewer functionality (zoom, exposure)
  • Ability to directly set exposure, zoom values (custom sliders, etc)
  • Ability to query exposure values (HUD)
  • Ability to put elements on top of viewer (my other html elements all ended up behind)

@cbreak-black cbreak-black added the enhancement New feature or request label May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants