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

Issue/431 UI update checkbox instead of images #434

Merged
merged 8 commits into from
Sep 3, 2024

Conversation

DanielCouzens
Copy link
Contributor

@DanielCouzens DanielCouzens commented Sep 2, 2024

Replaces the buttons for checkboxes on the property tables.
Adds the symbols for each graph type as permanent images.

Please see #431

Screenshot from 2024-09-02 17-03-06

@DanielCouzens DanielCouzens marked this pull request as ready for review September 3, 2024 08:34
Copy link
Contributor

@jonrandahl jonrandahl left a comment

Choose a reason for hiding this comment

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

LGTM! 👍


findStatistic(slug) {
return this.statistics.find(stat => stat.slug === slug);
const slug = event.target.getAttribute('data-slug');
Copy link
Contributor

Choose a reason for hiding this comment

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

This actually threw me for a moment as I always access data attributes as part of the dataset mapping; however, this works fine as is!

@DanielCouzens DanielCouzens merged commit f41eb58 into dev Sep 3, 2024
2 checks passed
@DanielCouzens DanielCouzens deleted the issue/431-ui-update-checkbox-instead-of-images branch September 3, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants