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

BUG/GUI: Properly configure slots in NestableTableView for single-entry pages #99

Open
tangkong opened this issue Nov 13, 2024 · 0 comments

Comments

@tangkong
Copy link
Contributor

Current Behavior

This is specifically for the Nestable Entry inspection pages (Collection, Snapshot)

Clicking the "open" and "remove" buttons on the NestableTableView's don't do anything

Expected Behavior

These buttons should work, and open details / remove rows as advertised

Context / environment

Raised during a dev sync meeting.

An oversight / mistake by me

Steps to Reproduce (for bugs)

  1. open superscore ui or demo
  2. View details for a Nestable with Nestables included (Collection / Snapshot)
  3. Try clicking the delegate buttons (Open / Remove)

Suggested Solution

Open page button: Pass the open page slot to the the page and give it to the Nestable Table View

Remove Button: Implement a remove row function that modifies the held entry and removes the item from the list. Care should be taken here, and we may want to disable this row if these views are meant to be view-only.

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