-
Notifications
You must be signed in to change notification settings - Fork 2
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
TabWidget might be redundant #146
Comments
No, I can't think of a use case yet. Same with the Synonym and CrossRef widgets. We created the MetadataWidget from the different components and it wasn't an additional effort to create a widget from each component. Once we had all these widgets, it seemed more efficient to use only the presentation components within the MetadataWidget, so we have the standalone TabWidget now. Why do you ask? Maybe there will be a use case in the future. |
I was just slightly irritated by maintaining and double-implementing tab hide/show for it. I was wondering why am I doing the same thing in two places. Not urgent though.
|
Right, I see what you mean. This could definitely be optimised by implementing it as a special case for the MetadataWidget. |
The TabWidget's use case is not entirely clear. It can be seen as a special case for the MetadataWidget.
If we hide the term label, description, and iri in MetadataWidget, it becomes a TabWidget.
I noticed this during this issue implementation: #145
Is there any usecase for having a standalone TabWidget?
The text was updated successfully, but these errors were encountered: