Commit Graph

12 Commits

Author SHA1 Message Date
80932eb80c Fix bug: links/urls don't fit inside the page 2025-11-04 18:31:47 +01:00
0053d696ff Update ESLint configuration and schemas to use Zod library
- Changed ESLint configuration to target TypeScript files and added parser options for better integration.
- Updated various schemas across the application to replace `nestjs-zod/z` imports with `zod` for consistency.
- Refactored password validation in authentication schemas to use `z.string()` instead of `z.password()`.
- Enhanced date handling in user and resume schemas by introducing a new `dateSchema` utility.
- Updated `.ncurc.json` to target minor upgrades for dependencies.
2025-01-12 17:34:45 +01:00
35df043f66 fix: handle edge case to display LinkedIn logo when used in Profiles 2025-01-12 13:24:57 +01:00
87a395683d fix eslint issues 2024-09-02 12:50:57 +02:00
73b29f78ab Fix linting, update translations, remove vite-plugin-chunk-split 2024-05-20 16:59:38 +02:00
e87b05a93a release: v4.1.0 2024-05-05 14:55:06 +02:00
d18b258761 feat(homepage): add new sections to homepage 2023-11-13 17:03:41 +01:00
6ad4358d70 feat(i18n): implement localization using LinguiJS 2023-11-10 09:07:47 +01:00
22933bd412 refactor(v4.0.0-alpha): beginning of a new era 2023-11-05 12:31:42 +01:00
9c1380f401 🚀 release v3.0.0 2022-03-06 22:48:29 +01:00
a4983ac6bc fix(i18n): load locales from file system, instead of http-backend 2022-03-05 10:08:28 +01:00
295172687b 🚀 release: v3.0.0 2022-03-02 17:44:11 +01:00