SteamDeckHomebrew / decky-frontend-lib

The support library for creating plugins for decky
https://deckbrew.xyz
GNU Lesser General Public License v2.1
67 stars 33 forks source link

As of August 18th, 2023, some `static-classes` have been changed on Beta. #91

Open beebls opened 1 year ago

beebls commented 1 year ago

I discovered this while working on CSSLoader, the only ones I've found that affected my app is that FieldChildren has been replaced with FieldChildrenInner and SliderControlWithIcon was replaced by something unknown.

I'm writing this an issue instead of directly committing mostly because i want to establish some guidelines on how we update these.

The classes are currently changed on Beta, but not Stable. Should we maintain two sets of classes, one for each update channel? Should we create an abstraction class similar to Navigation?

I'm not exactly sure how to proceed here. Requesting additional advice.

TrainDoctor commented 2 months ago

@AAGaming00 is this still relevant given the update to @decky/ui etc?