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

[Theme] Modify font and icon sizing #19

Open
millerjs2 opened this issue Apr 22, 2021 · 1 comment
Open

[Theme] Modify font and icon sizing #19

millerjs2 opened this issue Apr 22, 2021 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@millerjs2
Copy link

Hello!
I discovered your project this morning and instantly fell in love with it, this is exactly what I have been looking for for a while. I do have a couple of questions and a request.

  1. Is it possible to set a favicon? This is mostly an aesthetic request, but it would be really nice.

  2. Is it possible to make the font and icons a bit bigger? Is this controlled with a theme?

  3. It would be really nice if the entire area for an entry could be clickable, rather than just the title. This would probably take the most effort to implement, but it would be really helpful from an ease-of-use perspective.

Thanks!
John

@phntxx
Copy link
Owner

phntxx commented Apr 23, 2021

Hi!

First of all I'd just like to say that comments like your initial one always humble me. Thank you very much for loving the stuff I write as much as you seem you do.

I'll just go through your points one-by-one to make sure I get everything covered:

  1. Is it possible to set a favicon? This is mostly an aesthetic request, but it would be really nice.

It is actually, I just forgot to write documentation for it. If you look here, the code for it is there. I've personally used this favicon generator and mounted the folder with all of the icons at /app/icon, making my docker-command look like this:

version: "3"

services:
  dashboard:
    image: phntxx/dashboard:latest
    restart: unless-stopped
    environment:
      - CLOUDFLARE_ZONE_ID=[OPTIONAL CLOUDFLARE V4 ZONE ID]
      - CLOUDFLARE_PURGE_TOKEN=[OPTIONAL CLOUDFLARE PURGE TOKEN]
    volumes:
      - [path to data directory]:/app/data
      - [path to favicon directory]:/app/icon
    ports:
      - 8080:8080
  1. Is it possible to make the font and icons a bit bigger? Is this controlled with a theme?

While theoretically possible, it's not possible through any configs. All of these parameters are hardcoded. Good idea though.

  1. It would be really nice if the entire area for an entry could be clickable, rather than just the title. This would probably take the most effort to implement, but it would be really helpful from an ease-of-use perspective.

This is actually one of the easier things to implement. It could definitely be done, I'll also note that idea.

@phntxx phntxx added the enhancement New feature or request label Apr 23, 2021
@phntxx phntxx added this to No Status in Ideas Apr 23, 2021
@phntxx phntxx changed the title favicon, buttons, change size? [App] Options to make entire area clickable, modify font and icon sizing Apr 23, 2021
@phntxx phntxx changed the title [App] Options to make entire area clickable, modify font and icon sizing [Theme] Modify font and icon sizing Jun 3, 2021
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
Ideas
No Status
Development

No branches or pull requests

2 participants