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 an abstraction layer for UI components #22

Open
bgruening opened this issue Aug 1, 2023 · 1 comment
Open

Add an abstraction layer for UI components #22

bgruening opened this issue Aug 1, 2023 · 1 comment
Assignees

Comments

@bgruening
Copy link
Collaborator

We are still dependent on bootstrap-vue which has still no native Vue3 port. To be more independent in the future and to be able to convert single UI components to something else we would like to introduce an internal abstraction layer: UI Component Adapters. Work has started during the GCC Cofest and we are continuing to work on that during our stay.

In the end, this will insulate the Galaxy codebase from specific external component implementations. Additionally, it'll allow us to customize each of these separate underlying implementations.

@bgruening
Copy link
Collaborator Author

xref: galaxyproject/galaxy#16402

But we are stuck here as we are missing some features in Vue2 that are only available in Vue3. Need to break this cycle.

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

2 participants