juspay / superposition

Superposition is a context-based configuration management system designed to facilitate safe and flexible rollout of config changes
https://juspay.io/open-source/superposition
Apache License 2.0
349 stars 17 forks source link

refactor: make default config page's code cleaner #278

Closed Datron closed 6 days ago

Datron commented 4 weeks ago

Problem

The default config input selection was doing the same thing as Input component

Solution

Replace input with the new component to unify changes across frontend

P.S I used leptosfmt on default_config_form.rs only, so the diff may look large but most of them are formatting changes