Closed Capure closed 2 years ago
About 2/3
of the components are already ported to BajtonUI.
The current progress can be tracked on the bajton-ui
branch.
Most of the components have been reimplemented in the BajtonUI.
The most important remaining iview
components used by Bajton are:
Modal
Alert
Upload
Although these can be rewritten, it isn't feasible at this time due to the lack of developers working on this project, it just makes more sense to implement other things instead.
Is your feature request related to a problem? Please describe. The Chinese library
iview
is not easily extendable, responsive nor does it look the way we desire it to. Currently, dark mode requires overwriting less variables in two separate files, and loading / unloading them dynamically.Describe the solution you'd like All
iview
components used by Bajton should be rewritten in a new component libraryBajtonUI
.Describe alternatives you've considered Extending
iview
using tape and wire.Additional context Not required.