warpgate/warpgate-web
Konstantin Nosov 7e45fa57ab
migrate from moment to date-fns (#988)
Last years there are some alternatives to momentjs appeared. Like
[date-fns](https://date-fns.org/). Mostly they depend on new
[itnl](https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/Intl),
that is build in into all modern browsers.

Unfortunately, I wasn't able to build the project (I've never touched
rust before, and the current cargo version refused to accept configs
from repo).

That's why I'm not sure that this PR actually works :(

If somebody can check, that it builds correctly now - it would be nice
to move to less size costly solution like date-fns.

Co-authored-by: Eugene <inbox@null.page>
2024-07-16 19:23:53 +02:00
..
public/assets updated logo 2022-07-03 22:42:37 +02:00
src migrate from moment to date-fns (#988) 2024-07-16 19:23:53 +02:00
.editorconfig HTTP targets support (fixes #116) 2022-06-26 20:50:04 +02:00
.eslintrc.yaml Upgrade TypeScript and Svelte Versions (#995) 2024-07-16 18:54:07 +02:00
.gitignore HTTP targets support (fixes #116) 2022-06-26 20:50:04 +02:00
Cargo.toml updated russh to 0.43 (#970) 2024-03-24 11:04:21 +01:00
openapitools.json Upgrade TypeScript and Svelte Versions (#995) 2024-07-16 18:54:07 +02:00
package.json migrate from moment to date-fns (#988) 2024-07-16 19:23:53 +02:00
svelte.config.js bumped vite 2022-11-11 20:31:08 +01:00
tsconfig.json Upgrade TypeScript and Svelte Versions (#995) 2024-07-16 18:54:07 +02:00
tsconfig.node.json HTTP targets support (fixes #116) 2022-06-26 20:50:04 +02:00
vite.config.ts bumped vite 2022-11-11 20:31:08 +01:00
yarn.lock migrate from moment to date-fns (#988) 2024-07-16 19:23:53 +02:00