You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: