6d37769e38
Update dependencies and refactor icon imports across the codebase
2025-10-01 10:38:50 +02:00
cd21860535
Update typography.tsx
...
fixes #2061
2025-02-09 12:10:14 +01:00
eb543cf32d
feat(projects): allow reordering of project item tags
...
Related to #2169
2025-02-02 13:33:39 +01:00
27b60a4df9
fixes #2176 , text align was not being reflected in summary sections
2025-01-26 01:00:38 +01:00
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
460a40711e
fix issue with missing DialogTitle/DialogDescription, fix issue with hot reloads
2025-01-19 22:01:37 +01:00
a32def2086
fixes #2151 , apply secure cookie session only if using SSL (https)
2025-01-14 09:45:57 +01:00
eab996f7e7
some more updates
2025-01-13 01:07:01 +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
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
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
9d0a0bba86
Merge branch 'main' into main
2025-01-12 15:17:55 +01:00
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
35df043f66
fix: handle edge case to display LinkedIn logo when used in Profiles
2025-01-12 13:24:57 +01:00
58ef309b68
release: v4.3.1
2025-01-11 15:38:26 +01:00
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
c9a2c27b2d
fix(edit profile picture): fix the crash happening when clicking on circular border radius
2024-06-27 14:59:13 +05:30
5e33f7e8f4
update dependencies, fix lint issues
2024-06-10 08:00:05 +02:00
2409a5786a
Update options.tsx
...
Fix for issue log:
https://github.com/AmruthPillai/Reactive-Resume/issues/1902
2024-05-22 12:58:27 +02:00
6dcbe78730
Merge branch 'main' into feat/separate-links
2024-05-20 17:01:16 +02:00
73b29f78ab
Fix linting, update translations, remove vite-plugin-chunk-split
2024-05-20 16:59:38 +02:00
a033c3eff6
Merge branch 'main' into custom-icons-in-header
2024-05-20 16:44:11 +02:00
d570b21635
Merge branch 'main' into fix/right-sidebar-page-section-scroll
2024-05-20 13:03:27 +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
e87b05a93a
release: v4.1.0
2024-05-05 14:55:06 +02:00
ac9109c2b6
fix(builder): right sidebar scroll to page section
2024-04-02 12:28:17 +05:30
6f2e75f22b
feat: separate links option at section level to reduce section item height
2024-03-25 17:27:33 +01:00
f6c2ae7504
remove banner on mobile/tablet devices
2024-03-25 15:08:39 +01:00
08a6415ba8
-- code refactored --
2024-03-11 11:25:45 +00:00
1ee9478200
debounce in profile icon
2024-03-11 10:28:50 +00:00
269f4c8b4d
fix(builder): fix popover stacking in right sidebar theme section
...
Fixes #1642
2024-02-28 00:16:18 +05:30
b92b4c9936
fix(CustomField): add a way to have icon in custom fields
2024-02-18 12:50:33 -05:00
b68b5a7747
add digitalocean attribution
2024-01-21 11:00:24 +01:00
8bca7f5390
release: v4.0.4
2024-01-19 10:04:23 +01:00
ac322a9bd4
Add pending inputs as a new Keyword
...
Ensures that any Keywords that were intended to be added are not lost
2024-01-18 19:45:29 -08:00
390f274d06
Dialogs that accept keywords, track pending inputs
...
In every dialog component that allows the input of Keyword, instantiate
a pendingKeyword State to track if the BadgeIput element has a pending
input
2024-01-18 19:42:24 -08:00
57aac2ab62
fix: label date -> date or date range, closes #1564
2023-11-26 15:50:02 +01:00
f090573147
- fix: add line-clamp-1 on button text, closes #1585
...
- fix: add drag handle icon to panels
2023-11-26 15:37:58 +01:00
73322acde1
fix: modify z-index for dialogs to fix popover being hidden
2023-11-26 14:55:37 +01:00
4687091ebd
fix an assorted set of issues, more info on linear
2023-11-22 22:50:21 +01:00
27758c72e3
feat: add tooltip to url-input label icon, closes RX-14
2023-11-22 22:25:30 +01:00
8b217dfcfa
- upgrade react-resizable-panels to latest version
...
- update translations
- remove cypress
- add await to all return blocks
2023-11-19 09:52:55 +01:00
34247f13b6
design nosepass template, add tests, add template previews
2023-11-17 08:31:12 +01:00
888b4db0bb
fix(mobile): check for responsiveness, add scrollarea support
2023-11-14 11:43:28 +01:00
d18b258761
feat(homepage): add new sections to homepage
2023-11-13 17:03:41 +01:00
f3ad994753
chore(i18n): update zu-ZA translations
2023-11-10 11:22:19 +01:00
6ad4358d70
feat(i18n): implement localization using LinguiJS
2023-11-10 09:07:47 +01:00
92bb9f96a0
feat(artboard): implement 8 new templates
2023-11-09 21:01:01 +01:00