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

Trend Arrow doesn't load for up/down on Clock and Main page #8245

Open
danielem1 opened this issue Mar 28, 2024 · 0 comments
Open

Trend Arrow doesn't load for up/down on Clock and Main page #8245

danielem1 opened this issue Mar 28, 2024 · 0 comments

Comments

@danielem1
Copy link

The slide down, down, slide up, and up arrows do not work on the clock and main page.

To Reproduce
Requires a blood sugar change with a great enough delta to require up/slideup/down/slidedown arrows.

Clock attempts to load /images/Slide%20down.svg for example, which does not exist. When flat, it loads Flat.svg which does work.

clock html is expected to try to load the images present in the images directory with the correct names.

Nightscout 15.0.2, running on heroku.
Appears in all browsers and mobile browsers that I can try: Google Chrome, Firefox, Android chrome, Android Firefox

(Appears to be related to /lib/client/clock-client.js line 175 (inserts trend arrow), it is uses the direction variable and looks for direction.svg but those direction names no longer match up with the svg arrow files in the images directory)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant