evoluteur / evolutility-ui-react

Framework for building CRUD UIs for Hasura GraphQL with models rather than code.
https://evoluteur.github.io/evodemo/
GNU Affero General Public License v3.0
113 stars 30 forks source link

Add configurable formatting of date, time and date-time types based o… #24

Closed david-pfx closed 5 years ago

david-pfx commented 5 years ago

Add configurable formatting of date, time and date-time types based on 'moment' library. Note that only locales explicitly specified are supported.

Add configurable formatting of number and money types based on 'numeral' library. Note that features like configurable precision are not done, but are now easy to add.

Add support for locale-based formatting (dates and numbers).

Add support for obtaining default locale from browser. Note that some browsers (eg Firefox) may default to en-us unless configured by the user.

david-pfx commented 5 years ago

Finally got a clean base after much rebasing.

Please ignore package-lock.

evoluteur commented 5 years ago

Thanks David.