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
I've been working with this for the last week pretty heavily and I have a fork which I've started some big improvements that are not reverse-compatible (in addition to a bunch of small ones that are):
Update the project structure to centralize all component files in each of their respective locations as specified by view_component-contrib which seems to be taking over the standard.
Update CSS so it isn't scoped to html[class~="Polaris-Summer-Editions-2023"] which makes things harder to style properly since that top level has a high specificity.
Implement rubocop, stylelint, spell-check and other linters so we can keep the code clean with reduced maintenance.
I've also created an automatic dark mode option and made several fixes, but I'll submit those PRs to the main branch.
Can one of the maintainers create a the new branch so we can start on it?
I'd be happy to join as a maintainer BTW. I'm starting a new project with this so I can "battle-test" v3.
The text was updated successfully, but these errors were encountered:
jayelkaake
changed the title
v3 to follow View Components Standards?
Can we start V3?
Jan 28, 2025
It's all sounds great! I just created v3 branch for breaking changes. But let's try to merge non breaking changes to main and I will include them in the next minor v2 release.
Update the project structure to centralize all component files in each of their respective locations as specified by view_component-contrib which seems to be taking over the standard.
Can we do it for one component first to try and see if it will be better than current structure? I guess all class names will change too?
I've been working with this for the last week pretty heavily and I have a fork which I've started some big improvements that are not reverse-compatible (in addition to a bunch of small ones that are):
html[class~="Polaris-Summer-Editions-2023"]
which makes things harder to style properly since that top level has a high specificity.I've also created an automatic dark mode option and made several fixes, but I'll submit those PRs to the main branch.
Can one of the maintainers create a the new branch so we can start on it?
I'd be happy to join as a maintainer BTW. I'm starting a new project with this so I can "battle-test" v3.
The text was updated successfully, but these errors were encountered: