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
Or even the whole linux emulator on-browser (WebVM), not sure if this is even usable
Feature Description
Add a new "experimental functions" under settings menu
Add an API for contributors to add their new functionalities without touching too many other parts
Some packages will now be loaded from CDN to prevent too much bloat into the main bundle
Motivation
New functions like #11647 requires to add a big package and may not just half-working. One way that I can think of is to distribute it firstly as experimental function, gather feedback and when user really love it, we can decide to move it into the main bundle.
Possible Implementation
Probably need to firstly move to ReactJS, as VueJS code base now looks too messy.
The text was updated successfully, but these errors were encountered:
ngxson
changed the title
Feature Request: Implement a "skeleton" for experimental functions on webui
Feature Request: (webui) Implement a experimental features on webui
Feb 8, 2025
List for experimental functions:
Feature Description
Motivation
New functions like #11647 requires to add a big package and may not just half-working. One way that I can think of is to distribute it firstly as experimental function, gather feedback and when user really love it, we can decide to move it into the main bundle.
Possible Implementation
Probably need to firstly move to ReactJS, as VueJS code base now looks too messy.
The text was updated successfully, but these errors were encountered: