signebedi / libreforms-fastapi

FastAPI implementation of the libreForms spec
GNU Affero General Public License v3.0
1 stars 1 forks source link

Add stage_label override option to form_stages #338

Closed signebedi closed 3 months ago

signebedi commented 3 months ago

This way end users can specify how they want arbitrary form_stage badges to appear. For example, it can display a user-friendly title, and use a badge color by class, such as those described here: https://bootswatch.com/darkly. So: Primary Secondary Success Danger Warning Info Light Dark.

Originally posted by @signebedi in https://github.com/signebedi/libreforms-fastapi/issues/62#issuecomment-2318358698

signebedi commented 3 months ago

Badge color / theme is out of scope. Closing as-is.