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

Chore: App with scenes fix drill down page title when space is present in room name #322

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

nmarrs
Copy link
Contributor

@nmarrs nmarrs commented Jun 19, 2024

This change is broken out from #273

Before we were taking raw URI encoded string and presenting it to user making two word room names have a %20 show up as a space. Now we decode the URI so it is human readable.

I noticed this while creating this basic demo getting a scenes app up and running in a local Grafana instance.

Before
Screenshot 2024-01-22 at 2 55 05 PM

After
Screenshot 2024-01-22 at 3 22 45 PM

@nmarrs nmarrs added the chore label Jun 19, 2024
@nmarrs nmarrs self-assigned this Jun 19, 2024
@nmarrs nmarrs requested review from a team as code owners June 19, 2024 18:47
@nmarrs nmarrs requested review from jackw, wbrowne, andresmgot and xnyo and removed request for a team June 19, 2024 18:47
@CLAassistant
Copy link

CLAassistant commented Jun 19, 2024

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@nmarrs nmarrs force-pushed the fix-app-with-scenes-minor-issue branch from 2920993 to 33253e9 Compare June 20, 2024 00:58
Copy link
Contributor

@andresmgot andresmgot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nmarrs nmarrs merged commit eec8946 into main Jun 20, 2024
39 checks passed
@nmarrs nmarrs deleted the fix-app-with-scenes-minor-issue branch June 20, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

3 participants