8a45f2de4d
fixed issue [Bug] <Error MIME al cargar fuente “Arial” desde Google Fonts en exportaciones públicas>
...
Fixes #2435
2025-11-05 19:08:38 +05:30
4ccc7bae40
Fixed issue [Bug] <Error MIME al cargar fuente “Arial” desde Google Fonts en exportaciones públicas>
...
Fixes #2435
2025-11-05 18:59:20 +05:30
2585c47de8
Fixed bug [Bug] <Error MIME al cargar fuente “Arial” desde Google Fonts en exportaciones públicas>
...
Fixes #2435
2025-11-05 16:33:56 +05:30
b49798950a
FIxed bug [Bug] <Error MIME al cargar fuente “Arial” desde Google Fonts en exportaciones públicas>
...
Fixes #2435
2025-11-05 16:12:57 +05:30
80932eb80c
Fix bug: links/urls don't fit inside the page
2025-11-04 18:31:47 +01:00
53213dfb26
Refactor RichInput component: adjust ScrollArea padding and EditorContent min-height
2025-11-04 15:27:40 +01:00
40f27a53b6
Merge branch 'main' into LinuxKunaL/main
2025-11-04 15:23:22 +01:00
1296e6bd45
Merge branch 'main' of github.com:AmruthPillai/Reactive-Resume
2025-11-03 23:21:53 +01:00
d883edb51f
Add funding.json file and update package.json dependencies
...
- Introduced a new funding.json file to support project funding details.
- Updated package.json to version 4.5.3 and modified various dependencies, including @babel/core, @babel/preset-react, and others to their latest versions.
- Adjusted pnpm-lock.yaml to reflect the changes in dependencies and their versions.
2025-11-03 23:21:29 +01:00
fd7b5e0dd4
fix(rich-input.tsx): replace default scrollbar with themed scrollbar in Summary Editor, fixed #2420
2025-10-17 01:22:42 +05:30
21fd079f94
feat(rich-input): updating datastate on pressing rich input options
...
- when selecting the rich input option earlier only aria-pressed="true" was changing and not datastate now updated the code to manually update the data-state
2025-10-13 22:52:25 +05:30
9bdc61b50d
feat(rich-input): Highlight the selected options of rich inputs
2025-10-13 22:07:01 +05:30
4c6b512455
Update version to 4.5.0 in package.json and adjust PO revision dates across multiple language files to reflect recent changes.
2025-10-01 09:46:55 +00:00
87a17a5196
Merge pull request #2274 from th3fallen/patch-1
...
Fix regex for parsing linkedin array links
2025-10-01 11:19:35 +02:00
6d37769e38
Update dependencies and refactor icon imports across the codebase
2025-10-01 10:38:50 +02:00
a23dbfa3df
Fix regex for parsing linkedin array links
...
The second replace was incorrect, resulting in a link like `https://google.com ]` which failed zod validation
2025-04-25 12:55:35 -04:00
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
92995d9c2b
fix formatting and lint errors
2025-01-30 17:57:14 +01:00
817ec96963
Fix TypeError
2025-01-30 09:14:44 -05:00
8ad5458e2a
Fix broken images
...
- Allowed img tags to be used in summaries
2025-01-30 08:56:43 -05:00
e4327736bd
fix formatting issues
2025-01-30 09:35:10 +01:00
809551d0f8
Fix #2182
2025-01-27 19:23:28 -05:00
27b60a4df9
fixes #2176 , text align was not being reflected in summary sections
2025-01-26 01:00:38 +01:00
4c90cc1838
fix security vulnerability with update password API route
2025-01-24 21:13:24 +01:00
460a40711e
fix issue with missing DialogTitle/DialogDescription, fix issue with hot reloads
2025-01-19 22:01:37 +01:00
63db927924
- fixes #2153 , attempt to fix 401 unauthorized error when implementing OIDC
2025-01-15 16:32:43 +01:00
a32def2086
fixes #2151 , apply secure cookie session only if using SSL (https)
2025-01-14 09:45:57 +01:00
eb7813ac6f
Implement OpenID Connect Authentication Strategy (works with Keycloak, Authentik etc.)
2025-01-13 15:56:29 +01:00
0f8f2fe560
cleanup internal package resolution
2025-01-13 11:53:42 +01:00
43c5a33773
Implement Custom CSS Feature
2025-01-13 00:31:49 +01:00
7fb0226ddc
update to react-router v7
2025-01-12 19:41:18 +01:00
6335ad1571
fixes #2082 , fixes #2066 - fallback to cuid2 if filename contains non-latin characters
2025-01-12 18:06:44 +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
d1a5a41e4d
Enhance UI and Configuration:
...
- Added missing `type="button"` attributes to various toolbar buttons in the rich-input component for better accessibility.
- Updated Gengar template to ensure the summary section is only displayed when populated.
- Changed boolean values in Docker Compose files from unquoted to quoted strings for consistency and to prevent potential parsing issues.
2025-01-12 16:50:07 +01:00
d0a07686a5
Merge pull request #1997 from 2368883029/main
...
Fix(client): Fix Unintentional Form Submission on Rich-input Toolbar Actions
2025-01-12 16:41:35 +01:00
f0b18019d5
fix allowOverflow definition on scroll-area
2025-01-12 16:23:46 +01:00
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
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
58ef309b68
release: v4.3.1
2025-01-11 15:38:26 +01:00
3f01a9e58e
fixed clipping issue with cards on dashboard page
2024-09-06 12:43:27 +00:00
87a395683d
fix eslint issues
2024-09-02 12:50:57 +02:00
e3f3b8b464
bump version to 4.2.0
2024-09-02 12:31:56 +02:00
5bc0230a5a
Fix: Can't insert image in a category other than summary
2024-07-21 00:54:00 -04:00
5e33f7e8f4
update dependencies, fix lint issues
2024-06-10 08:00:05 +02:00
d18ef2e1a5
feat(feature-flags): fixes #1592 , introduces new flags DISABLE_SIGNUPS and DISABLE_EMAIL_AUTH, renamed STORAGE_SKIP_BUCKET_CHECK
2024-05-29 10:30:38 +02:00
6dcbe78730
Merge branch 'main' into feat/separate-links
2024-05-20 17:01:16 +02:00
e24f8850d2
merge branch main
...
Signed-off-by: abizek <abishekilango@protonmail.com >
2024-05-20 13:12:53 +05:30
c15d9f7645
revert structuredClone as it is not supported on proxy objects
2024-05-10 11:27:13 +02:00
a102f62e28
replace JSON.parse(JSON.stringify({})) with structuredClone({})
2024-05-10 11:00:15 +02:00
c1a58118c2
- add AuthRefreshProvider to refresh auth tokens every 5 minutes
...
- pull the latest crowdin language artifacts
2024-05-10 10:52:35 +02:00