-
Notifications
You must be signed in to change notification settings - Fork 0
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
Change lists in resource relationships widget #186
base: main
Are you sure you want to change the base?
Conversation
…rom node configuration and database
…urces from node configuration and database
…urces from node configuration and database
…urces from node configuration and database
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good overall! Just a few things 👍
arches_lingo/src/arches_lingo/components/scheme/report/SchemeStandard.vue
Outdated
Show resolved
Hide resolved
...o/components/generic/resource-instance-relationships/ResourceInstanceRelationshipsEditor.vue
Outdated
Show resolved
Hide resolved
...o/components/generic/resource-instance-relationships/ResourceInstanceRelationshipsEditor.vue
Show resolved
Hide resolved
...o/components/generic/resource-instance-relationships/ResourceInstanceRelationshipsEditor.vue
Show resolved
Hide resolved
...o/components/generic/resource-instance-relationships/ResourceInstanceRelationshipsEditor.vue
Outdated
Show resolved
Hide resolved
...o/components/generic/resource-instance-relationships/ResourceInstanceRelationshipsEditor.vue
Outdated
Show resolved
Hide resolved
...o/components/generic/resource-instance-relationships/ResourceInstanceRelationshipsEditor.vue
Show resolved
Hide resolved
...o/components/generic/resource-instance-relationships/ResourceInstanceRelationshipsEditor.vue
Outdated
Show resolved
Hide resolved
…urces from node configuration and database
…urces from node configuration and database
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing the previous stuff. Overall this is looking good but I've noticed a 2 things:
1 . it looks like there's an extra ( blank ) row? I can verify that there's only 1 resource:
- looks like the selection box has fit-content or something with the width -- it changes width depending on what's selected. I can see that biting us in the future potentially, would recommend a static width
@chrabyrd re: your second comment, the selection box doesn't expand to fit content, it's static. See this screenshot for some super wide idioms. It does scroll right and left so you can see the rest of the phrase. LMK if that's not desired behavior. |
Widget now fetches its own resource lists based on graph and node slugs. Adds new footer to create new resources, which opens an empty dialog.