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

Table improvements #257

Closed
garrettjstevens opened this issue Aug 11, 2023 · 0 comments · Fixed by #266
Closed

Table improvements #257

garrettjstevens opened this issue Aug 11, 2023 · 0 comments · Fixed by #266
Assignees

Comments

@garrettjstevens
Copy link
Contributor

  • Add strand and phase
  • Open table when feature is clicked (if not open already)
  • Center "graphical" and "table" labels in the collapse bars
  • Make collapse bars a bit more noticeable
  • Improve start/end editing
    • try to disallow rich text editing
    • remove non-numeric characters in entered text before trying to submit the change
    • if there are no non-numeric characters, revert field to previous value, show an error, don't submit a change
    • when value is changed, make sure it is synced with the value in the client store
      • one way to do this could be to set the value back to e.g. feature.end in the onBlur, and then let the propagation of the change in the client store change it to the new value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants