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

Add a toggle for interval matrix indexing (Issue #411) #500

Closed
wants to merge 7 commits into from
Closed

Add a toggle for interval matrix indexing (Issue #411) #500

wants to merge 7 commits into from

Conversation

inthar-raven
Copy link
Contributor

No description provided.

Added an interval matrix indexing option (default zero-indexing).
@inthar-raven
Copy link
Contributor Author

Added radio buttons for "Interval indexing": 0-indexing (default) and 1-indexing.

@frostburn
Copy link
Member

  1. Missing the actual ref that would be manipulated by the v-model
  2. Commits should be squashed into one
  3. The value should be persisted in local storage

@frostburn
Copy link
Member

The commit message should end with ref #445.

@frostburn
Copy link
Member

Or do we actually have duplicate issues? #411 is just fine then.

@inthar-raven inthar-raven changed the title Add a toggle for interval matrix indexing #411 Add a toggle for interval matrix indexing (Issue #411) Nov 27, 2023
</th>
<th>({{ scale.size + 1 }})</th>
<th>({{ scale.size + indexing.value }})</th>
Copy link
Member

Choose a reason for hiding this comment

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

In <template> code this is just called indexing. Now it shows NaNs.

@frostburn
Copy link
Member

Recommend doing npm run lint before pushing so that GitHub doesn't have so much to say about coding style.

"indexing.value" -> "indexing"
<input
type="radio"
id="indexing-zero"
value=0
Copy link
Member

Choose a reason for hiding this comment

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

This cause the value to become a string which messes up the UI.

Added reactivity for Issue #411.
@inthar-raven inthar-raven closed this by deleting the head repository Nov 27, 2023
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

Successfully merging this pull request may close these issues.

Add the option to hide the first column of the interval matrix Add a toggle for interval matrix indexing
2 participants