- 16 Nov, 2021 2 commits
-
-
Benjamin Bouvier authored
-
-
- 13 Nov, 2021 2 commits
-
-
Benjamin Bouvier authored
-
Benjamin Bouvier authored
-
- 11 Nov, 2021 1 commit
-
-
Benjamin Bouvier authored
-
- 08 Nov, 2021 1 commit
-
-
Benjamin Bouvier authored
-
- 18 Oct, 2021 1 commit
-
-
- 14 Oct, 2021 1 commit
-
-
Nicolas Frandeboeuf authored
-
- 10 Oct, 2021 1 commit
-
-
Benjamin Bouvier authored
This fixes localization for dependencies by explicitly importing locale files in dependencies. I am not fond of the scattering it implies, but I haven't found any cleaner solution: - on the server, all the locales are imported. It seems fine to me, because we don't really care about the disk storage / memory impact on the server. - if we imported the moment locales in the shared helpers, we'd need to import `moment/dist/locale/fr` (e.g.) because vitejs requires that, but then this is not processed by ts on the server, so the latter will crash at startup. - instead, we have to put the moment locales in another file, that's only there in the client. Opted for `client/helpers/index`. - flatpickr locales also have to be explicitly imported; did that in a new `client/components/ui/flatpickr` file. - as a matter of fact, locale imports are now scattered in the client's code. Seems fine to me, as adding a new locale is not something we do that often.
-
- 20 Sep, 2021 1 commit
-
-
Nicolas Frandeboeuf authored
-
- 25 Aug, 2021 1 commit
-
-
Benjamin Bouvier authored
-
- 24 Aug, 2021 1 commit
-
-
Benjamin Bouvier authored
-
- 22 Aug, 2021 2 commits
-
-
Benjamin Bouvier authored
It's not very well working in woob, and it's breaking too regularly. Fixes #1126.
-
Benjamin Bouvier authored
-
- 18 Aug, 2021 1 commit
-
-
Benjamin Bouvier authored
-
- 17 Aug, 2021 1 commit
-
-
Benjamin Bouvier authored
-
- 16 Aug, 2021 1 commit
-
-
Benjamin Bouvier authored
for accounts with no new imported transactions
-
- 15 Aug, 2021 3 commits
-
-
Benjamin Bouvier authored
-
Benjamin Bouvier authored
-
Benjamin Bouvier authored
-
- 14 Aug, 2021 4 commits
-
-
Benjamin Bouvier authored
-
Benjamin Bouvier authored
-
Benjamin Bouvier authored
-
Benjamin Bouvier authored
-
- 07 Jul, 2021 1 commit
-
-
Nicolas Frandeboeuf authored
-
- 06 Jul, 2021 1 commit
-
-
Benjamin Bouvier authored
-
- 02 Jul, 2021 2 commits
-
-
Benjamin Bouvier authored
-
Benjamin Bouvier authored
Fixes #1067.
-
- 26 Jun, 2021 1 commit
-
-
Benjamin Bouvier authored
-
- 15 Jun, 2021 1 commit
-
-
Benjamin Bouvier authored
-
- 08 Jun, 2021 10 commits
-
-
Benjamin Bouvier authored
-
Benjamin Bouvier authored
-
Benjamin Bouvier authored
-
Benjamin Bouvier authored
-
Benjamin Bouvier authored
-
Benjamin Bouvier authored
-
Benjamin Bouvier authored
-
-
-
-