Amruth Pillai
687161df98
Merge pull request #2249 from MagicalGlove/main
...
fix(bug): clear resumes on logout to prevent seeing resumes from previously logged in accounts
2025-10-01 11:24:30 +02:00
Amruth Pillai
e8d0ed1370
refactor(dashboard): replace useState with useLocalStorage for layout persistence
2025-10-01 11:21:06 +02:00
Amruth Pillai
d19df3389c
fix translation for zh-CN
2025-10-01 11:18:00 +02:00
Amruth Pillai
faa4c606e5
Merge branch 'main' of github.com:AmruthPillai/Reactive-Resume
2025-10-01 11:17:03 +02:00
Amruth Pillai
210fbd18ac
update translations
2025-10-01 11:16:59 +02:00
Amruth Pillai
279a2ddaeb
Merge branch 'main' into main
2025-10-01 11:16:30 +02:00
Amruth Pillai
a55bea1e07
Merge branch 'main' into improve-accessibility
2025-10-01 11:13:56 +02:00
Amruth Pillai
ed5cb7f17b
bump version to v4.4.8
2025-10-01 11:11:59 +02:00
Amruth Pillai
ac48ad78db
Merge pull request #2382 from glconti/main
...
feat(openai): add Azure OpenAI support with configuration options
2025-10-01 10:56:07 +02:00
Amruth Pillai
c18e18cce8
Merge pull request #2233 from SukkaW/jsd
...
replace unpkg w/ jsdelivr
2025-10-01 10:55:31 +02:00
Amruth Pillai
6d37769e38
Update dependencies and refactor icon imports across the codebase
2025-10-01 10:38:50 +02:00
Amruth Pillai
c525f8d2cc
fix security issue, with notes being visible in public api response
2025-10-01 10:07:04 +02:00
Amruth Pillai
04dfcae898
update links to digitalocean
2025-10-01 09:44:26 +02:00
Gianluigi Conti
35c0177729
fix(openai): update Azure API version and improve error handling
2025-09-15 22:44:28 +02:00
Gianluigi Conti
098d67cd8c
feat(openai): add Azure OpenAI support with configuration options
2025-09-09 10:14:34 +02:00
Victor Engmark
3e76a52306
Merge branch 'main' into main
2025-07-13 16:40:03 +02:00
Amruth Pillai
4314912d5a
security updates, dependencies house-keeping, add new translations etc.
2025-07-03 15:35:00 +02:00
Victor Engmark
93da5157ff
chore: Remove executable flag from images
2025-06-30 14:52:56 +02:00
Moamal-2000
cc7bc4ffb8
fix(homepage): use h3 instead of h4 to maintain heading order in FeaturesSection component
2025-05-10 12:53:51 +03:00
Moamal-2000
78eefe9da1
fix(homepage): add accessible names to footer language button and theme toggle buttons
2025-05-10 12:45:13 +03:00
Cleves
7f7c4acdcb
fix(builder): update "Separate Links" translation
2025-05-09 18:32:23 +08:00
Magical Glove
249104e7a3
Update logout.ts
2025-03-24 11:14:28 +01:00
Magical Glove
76bbe7de6b
fix(bug): clear resumes on logout
...
fix(bug): When logged out, resumes aren't cleared and are therefore visible to next logged in user.
2025-03-24 10:23:14 +01:00
SukkaW
f5136da681
replace unpkg w/ jsdelivr
2025-03-15 22:44:18 +08:00
Amruth Pillai
cd21860535
Update typography.tsx
...
fixes #2061
2025-02-09 12:10:14 +01:00
Amruth Pillai
7054623678
chore(dependencies): update TypeScript ESLint and Vitest to latest versions
...
- Bump @typescript-eslint packages to 8.23.0
- Update Vitest and related packages to 2.1.9
- Minor version upgrades for ts-api-utils and other related dependencies
2025-02-03 19:51:39 +01:00
Amruth Pillai
ec4e43d4fc
sync translations from crowdin
2025-02-03 10:14:15 +01:00
Amruth Pillai
1d4529128f
fix lint issues
2025-02-03 09:41:21 +01:00
Pieczasz
eb543cf32d
feat(projects): allow reordering of project item tags
...
Related to #2169
2025-02-02 13:33:39 +01:00
Crowdin Bot
f50cbd71b7
New Crowdin translations by GitHub Action
2025-02-01 00:10:44 +00:00
Oumar Mimouni
e438602773
fix(errorpage): added localProvider, replaced a with Link and added custom messages
...
- Add LocaleProvider wrapper for i18n support
- Replace a tag with React Router Link components
- Add custom error messages for different HTTP status codes
- Implement proper translation support using Trans and t components
2025-01-31 14:38:17 +01:00
Oumar Mimouni
f42b29e4ac
feat(router): add global error boundary for route errors
...
- Use React Router’s useRouteError to get error details.
- Create an ErrorPage component in pages/public/error.tsx.
- Show useful error messages based on status codes.
Add a button to help users go back or retry.
2025-01-31 14:01:18 +01:00
Amruth Pillai
92995d9c2b
fix formatting and lint errors
2025-01-30 17:57:14 +01:00
Amruth Pillai
b21f1648c4
Merge pull request #2188 from AmruthPillai/l10n
...
New Translations from Crowdin
2025-01-30 17:46:57 +01:00
Creative-Geek
c8edcd3dad
Allow usage of openai compatible apis
...
Changed front-end fields verification to allow the user to enter any openai compatible endpoint and api key.
to do: make a verify connection button and edit paragraphs to reflect the change
2025-01-30 08:49:22 +02:00
Crowdin Bot
a82c25c7cb
New Crowdin translations by GitHub Action
2025-01-30 00:09:54 +00:00
Amruth Pillai
e795ec64d6
update translations
2025-01-27 09:59:37 +01:00
Crowdin Bot
a31c434fbc
New Crowdin translations by GitHub Action
2025-01-26 00:10:57 +00:00
Amruth Pillai
27b60a4df9
fixes #2176 , text align was not being reflected in summary sections
2025-01-26 01:00:38 +01:00
Amruth Pillai
d21983aab4
update translations
2025-01-25 00:49:33 +01:00
Amruth Pillai
9406d78653
- include more local fonts, such as Times New Roman and Arial ( fixes #2170 )
...
- remove embedding fonts to PDF as it wasn't doing anything
2025-01-25 00:47:39 +01:00
Amruth Pillai
c7ae0e94d7
sanitize all user inputs, fix #2172
2025-01-24 23:53:45 +01:00
Amruth Pillai
308a8e3ae3
update translations
2025-01-24 21:20:12 +01:00
Amruth Pillai
4c90cc1838
fix security vulnerability with update password API route
2025-01-24 21:13:24 +01:00
Amruth Pillai
460a40711e
fix issue with missing DialogTitle/DialogDescription, fix issue with hot reloads
2025-01-19 22:01:37 +01:00
Amruth Pillai
18cf814779
fixes #2161 , remove v1 validation requirement for openai api url
2025-01-17 22:38:45 +01:00
Amruth Pillai
a9656afbbf
sync translations from crowdin
2025-01-17 22:33:13 +01:00
Crowdin Bot
1bfdff5b30
New Crowdin translations by GitHub Action
2025-01-16 00:10:16 +00:00
Amruth Pillai
63db927924
- fixes #2153 , attempt to fix 401 unauthorized error when implementing OIDC
2025-01-15 16:32:43 +01:00
Crowdin Bot
b5589338ec
New Crowdin translations by GitHub Action
2025-01-15 00:10:04 +00:00