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

[BUG] Home & Source buttons appear when not specified in config #389

Closed
4 tasks done
KierenConnell opened this issue Dec 30, 2021 · 5 comments
Closed
4 tasks done
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🔨 Fixed 🛩️ Released 2.0.0

Comments

@KierenConnell
Copy link
Contributor

KierenConnell commented Dec 30, 2021

Environment

Self-Hosted (Docker)

Version

1.9.5

Describe the problem

'Home' and 'Source' buttons appear in top left - Not present in config

Additional info

My config file doesn't contain the 'Home' or 'Source' buttons for the top left corner, but once I run the container, they appear.
image

Taken from my local config file

    "pageInfo": {
        "title": "Dashboard",  
        "description": "Kieren Connell",  
        "footerText": ""  
      },

Taken from the config file within Dashy's config editor

    "pageInfo": {
    "title": "Dashboard",
    "description": "Kieren Connell",
    "navLinks": [
      {
        "title": "Home",
        "path": "/"
      },
      {
        "title": "Source",
        "path": "https://github.com/Lissy93/dashy"
      }
    ],
    "footerText": ""
  },

Please tick the boxes

@KierenConnell KierenConnell added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Dec 30, 2021
@liss-bot
Copy link
Collaborator

Welcome to Dashy 👋
It's great to have you here, but unfortunately your ticket has been closed to prevent spam. Before reopening this issue, please ensure the following criteria are met.

Issues are sometimes closed when users:

  • Have only recently joined GitHub
  • Have not yet stared this repository
  • Have not previously interacted with the repo

Before you reopen this issue, please also ensure that:

  • You have checked that a similar issue does not already exist
  • You have checked the documentation for an existing solution
  • You have completed the relevant sections in the Issue template

Once you have verified the above standards are met, you may reopen this issue. Sorry for any inconvenience caused, I'm just a bot, and sometimes make mistakes 🤖

@KierenConnell KierenConnell changed the title [BUG] <title> [BUG] Home & Source buttons appear when not specified in config Dec 30, 2021
@KierenConnell
Copy link
Contributor Author

Not spam

@Lissy93
Copy link
Owner

Lissy93 commented Dec 30, 2021

Heya, I'll look into this in the morning, but in the meantime just set hideNav (under appConfig.hideComponents ) to true

@KierenConnell
Copy link
Contributor Author

KierenConnell commented Dec 30, 2021

Nevermind, rouge trailing space caused this one

Have set hideNav and the buttons still appear
image

@liss-bot
Copy link
Collaborator

The fix for this issue has now been released in Dashy 2.0.0 ✨

If you haven't done so already, please update your instance to 2.0.0 or later. See Dashy 2.0.0 for full info.

Feel free to reach out if you need any more support. If you are enjoying Dashy, consider supporting the project.

asterling8516 pushed a commit to asterling8516/dashy that referenced this issue Nov 23, 2023
Co-authored-by: Dashboard Icons Bot <noreply@walkx.fyi>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🔨 Fixed 🛩️ Released 2.0.0
Projects
None yet
Development

No branches or pull requests

3 participants