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
Actually we tried to achieve a UX where you can only have one pending rename view. Hence if you chose to keep the new view name then the next view you'll create cant be named "new view" and you'll have a error toast.
The idea was to force user to give good names and not keep the placeholder name.
We can do a check if there is a "new view" named view actually then add a + 1 to it but then how would that scale ? Should we do regex capture of the number ?
My test is indeed not very representative of a real user behavior (I hope): I tried clicking on the "+" for the view many times to see what happens. This is why it's only P2. Yet, it feels troublesome.
We can do a check if there is a "new view" named view actually then add a + 1 to it but then how would that scale ? Should we do regex capture of the number ?
I like this option of +1. Whatever tech solution you prefer!
Is your feature request related to a problem? Please describe.
It should be possible imo to create several views without having to name them.
Currently the situation is this one:
Describe the solution you'd like
New view iterative number?
Describe alternatives you've considered, if relevant
New new view, new new new view etc, but this seems very bad practice :) !
Additional context
No response
The text was updated successfully, but these errors were encountered: