Tucsky / aggr

Cryptocurrency trades aggregator
https://charts.aggr.trade/
GNU General Public License v3.0
801 stars 232 forks source link

[UX] Make template names consistent on app init or on adding new template #387

Open adeacetis opened 7 months ago

adeacetis commented 7 months ago

Is your feature request related to a problem? Please describe.

The app generates random strings it assigns to name templates, those strings are added as suffixes to the URL allowing users to identify which template they are running.

I noticed an inconsistent behavior in that if a new template is created via the settings menu, a fun name is generated and assigned to the template, while on database initialization thus when a user opens the app for the first time or after a reset a random alphanumeric name is given

Describe the solution you'd like**

Make the behavior consistent.

Describe alternatives you've considered NA

image Notice the difference between the name in the background and the one visible in the input inside the overlaying dialog.