-
-
Notifications
You must be signed in to change notification settings - Fork 675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default currency symbol as setting or environment variable #1195
Comments
This seems relatively simple to implement and I could give it a go |
I propose saving the user's last selection in cookie/local storage. This way, the currency symbol can be automatically restored based on the user's previous choice, making the experience more seamless. |
LLM's suggestion is good, so that the appropriate default currency symbol can be automatically selected on the front end.
|
It's a fair suggestion although saving it as a cookie is almost thinking as a single-user system. If I set a default currency, I want to set it for all the team/at a space or base level! :) |
Maybe the priority table should be: Base setting > Space setting > User locale > App default currency. It doesn't have to be implemented altogether as a logic but can be split in steps/tasks, but that's what I believe can benefit the most |
There is no need for base/space setting for default currency as currency is enforced on field-level. You only need to set currency when you are creating new table and in most use cases this isn't common task. |
Is your feature request related to a problem? Please describe.
It is frustrating to have to change the currency symbol every time I create a field
Describe the solution you'd like
A field in the settings would be amazing, but if that's too complicated, an environment variable would be appreciated.
The text was updated successfully, but these errors were encountered: