Amruth Pillai
8e1459f092
Merge pull request #2244 from m4dd0c/draggable-tags
...
feat(dialogs): skills, custom-section, and interests dialogs support draggable tags.
2025-10-01 11:27:55 +02:00
Amruth Pillai
e8d0ed1370
refactor(dashboard): replace useState with useLocalStorage for layout persistence
2025-10-01 11:21:06 +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
6d37769e38
Update dependencies and refactor icon imports across the codebase
2025-10-01 10:38:50 +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
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
Manish Suthar
1994dde1f2
chore: handleDragOver moved to outer scope for better perf
2025-03-22 23:22:15 +05:30
Manish Suthar
a8626e400d
feat(dialogs): skills, custom-section, and interests dialogs supports draggable tags
2025-03-20 02:17:34 +05:30
Amruth Pillai
cd21860535
Update typography.tsx
...
fixes #2061
2025-02-09 12:10:14 +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
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
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
Amruth Pillai
27b60a4df9
fixes #2176 , text align was not being reflected in summary sections
2025-01-26 01:00:38 +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
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
63db927924
- fixes #2153 , attempt to fix 401 unauthorized error when implementing OIDC
2025-01-15 16:32:43 +01:00
Amruth Pillai
15f962310b
fix lint issue
2025-01-14 09:52:26 +01:00
Amruth Pillai
a32def2086
fixes #2151 , apply secure cookie session only if using SSL (https)
2025-01-14 09:45:57 +01:00
Amruth Pillai
eb7813ac6f
Implement OpenID Connect Authentication Strategy (works with Keycloak, Authentik etc.)
2025-01-13 15:56:29 +01:00
Amruth Pillai
eab996f7e7
some more updates
2025-01-13 01:07:01 +01:00
Amruth Pillai
43c5a33773
Implement Custom CSS Feature
2025-01-13 00:31:49 +01:00
Amruth Pillai
7fb0226ddc
update to react-router v7
2025-01-12 19:41:18 +01:00
Amruth Pillai
6335ad1571
fixes #2082 , fixes #2066 - fallback to cuid2 if filename contains non-latin characters
2025-01-12 18:06:44 +01:00
Amruth Pillai
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
Amruth Pillai
3ae651fece
resolve formatting and linting issues
2025-01-12 16:35:35 +01:00
Amruth Pillai
dda47f51ec
Merge branch 'main' of github.com:infinia-yzl/Reactive-Resume into infinia-yzl-main
2025-01-12 16:24:54 +01:00
Amruth Pillai
f0b18019d5
fix allowOverflow definition on scroll-area
2025-01-12 16:23:46 +01:00
Amruth Pillai
febbdefc0b
Merge pull request #2035 from noreb001/bugfix/CardClippingIssue
...
bugfix: Fixed clipping issue with cards on dashboard page
2025-01-12 16:03:25 +01:00
Amruth Pillai
26e34b6b83
chore: update Prettier configuration and add Tailwind CSS plugin; refactor CSS classes for consistency
...
- Updated .prettierrc to include Tailwind CSS plugin and functions.
- Added prettier-plugin-tailwindcss to package.json and pnpm-lock.yaml.
- Refactored CSS classes in main.css and various TSX files for improved consistency and readability.
- Adjusted spacing in several components to enhance layout and maintain uniformity.
2025-01-12 15:29:23 +01:00
Amruth Pillai
9d0a0bba86
Merge branch 'main' into main
2025-01-12 15:17:55 +01:00
Amruth Pillai
89a44cc33a
- normalize username and email fields to lowercase, resolves #1740
...
- add autoComplete attributes to auth flow for easier sign in/sign up
2025-01-12 15:13:11 +01:00
Amruth Pillai
92856b6f06
Merge pull request #1978 from googleknight/fix/profile-picture-adjustment-crash
...
fix(edit profile picture): fix the page crash happening when clicking on circular border radius
2025-01-12 13:46:26 +01:00
Amruth Pillai
35df043f66
fix: handle edge case to display LinkedIn logo when used in Profiles
2025-01-12 13:24:57 +01:00
Amruth Pillai
58ef309b68
release: v4.3.1
2025-01-11 15:38:26 +01:00
Amruth Pillai
02ce1ad48c
fix lint issues
2025-01-11 12:07:30 +01:00
Amruth Pillai
8a401de5c9
fix account deletion
2025-01-09 15:46:50 +01:00
Karanrajsinh
d84aeee968
fix(builderpage): resolve section-dialog height overflow for mobile and adjust sidebar font and spacing styles
2024-12-01 10:17:01 +05:30
Lucas Bock
6e25780b25
Adding Ollama Support
2024-10-12 18:44:23 -05:00
Ben
3f01a9e58e
fixed clipping issue with cards on dashboard page
2024-09-06 12:43:27 +00:00
Amruth Pillai
e3f3b8b464
bump version to 4.2.0
2024-09-02 12:31:56 +02:00