4880 Commits

Author SHA1 Message Date
Amruth Pillai
a9b8d1d06f Merge pull request #2483 from y8a5y/main
Some checks failed
Lint, Test & Build / main (push) Has been cancelled
Sync Crowdin Translations / sync (push) Has been cancelled
[Feature] Permalink to share/download resume json data
2025-12-23 03:12:39 +01:00
y8a5y
76b61d0135 fix(Contrib file): add steps to ensure successful CI 2025-12-22 10:40:40 +01:00
y8a5y
d7409832ab fix(Resume Controller): address CI lint issue 2025-12-22 10:26:36 +01:00
y8a5y
1749f95086 fix(Sharing section): address CodeRabbit nitpick nb4 2025-12-21 22:43:08 +01:00
y8a5y
2e11e64881 fix(Resume Controller): address CodeRabbit nitpick nb1 2025-12-21 22:42:48 +01:00
y8a5y
db86f3275b feature(Sharing section): add Raw Json URL card to Sharing section 2025-12-21 14:37:37 +01:00
y8a5y
62c09ea142 feature(Resume Controller): add route to get Resume without incrementing view count 2025-12-21 14:35:24 +01:00
y8a5y
589bd2c162 refacto(Resume Controller): reflecting previous change in controller 2025-12-21 14:34:57 +01:00
y8a5y
4c7ed8ea0d refacto(Resume Service): move view count increment outside of findOne 2025-12-21 14:30:02 +01:00
Amruth Pillai
25021d1b20 Set up CI with Azure Pipelines
[skip ci]
2025-11-07 12:11:28 +01:00
Amruth Pillai
53fdfdf8db Merge pull request #2437 from Sahilbhatane/main
fix(artboard): bypass Google Fonts for local system fonts and post PAGE_LOADED immediately; add utils docstrings and unit tests for isLocalFont issue #2435
2025-11-06 17:19:33 +01:00
sahil
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
sahil
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
sahil
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
sahil
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
Amruth Pillai
03f15f91b3 chore(package): bump version to 4.5.5 2025-11-04 18:36:52 +01:00
Amruth Pillai
8e13d9c3ac Merge pull request #2434 from AmruthPillai/2275-bug-certifications-texts-dont-fit-inside-the-page
Bugfix: links/urls don't fit inside the page
2025-11-04 18:34:42 +01:00
Amruth Pillai
80932eb80c Fix bug: links/urls don't fit inside the page 2025-11-04 18:31:47 +01:00
Amruth Pillai
b2ae2c05d8 chore(package): bump version to 4.5.4 2025-11-04 16:07:10 +01:00
Amruth Pillai
e349fc9bd1 Merge pull request #2421 from LinuxKunaL/main
fix(rich-input.tsx): replace default scrollbar with themed scrollbar in Summary Editor, fixed issue #2420
2025-11-04 15:35:36 +01:00
Amruth Pillai
53213dfb26 Refactor RichInput component: adjust ScrollArea padding and EditorContent min-height 2025-11-04 15:27:40 +01:00
Amruth Pillai
40f27a53b6 Merge branch 'main' into LinuxKunaL/main 2025-11-04 15:23:22 +01:00
Amruth Pillai
2d900600bf update translations 2025-11-04 15:22:53 +01:00
Amruth Pillai
047e9c248f Merge pull request #2426 from abhas20/feature
Added collapsible feature for each section
2025-11-04 15:21:36 +01:00
Amruth Pillai
1cc1c39903 implement expand/collapse all sections 2025-11-04 15:21:17 +01:00
Amruth Pillai
f6f2a29a7a Merge remote-tracking branch 'origin/main' into feature 2025-11-04 14:39:50 +01:00
Amruth Pillai
4368f6a887 Merge pull request #2432 from Ofsen/main
chore(puppeteer): using puppeteer-core instead of puppeteer
2025-11-04 14:39:06 +01:00
Amruth Pillai
f6db9fb387 Merge branch 'main' into Ofsen/main 2025-11-04 14:37:41 +01:00
Amruth Pillai
afa3804bea add wellKnown url 2025-11-04 14:36:22 +01:00
Amruth Pillai
e2f43b4931 add funding-manifest-urls 2025-11-04 14:34:57 +01:00
Amruth Pillai
067fdd0921 remove format script 2025-11-04 12:35:11 +01:00
Amruth Pillai
1296e6bd45 Merge branch 'main' of github.com:AmruthPillai/Reactive-Resume 2025-11-03 23:21:53 +01:00
Amruth Pillai
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
Ofsen
51fcf13d37 chore(puppeteer): using puppeteer-core instead of puppeteer 2025-11-03 20:24:57 +01:00
abhas20
91ef87b4e0 Fix(builder-page) typo: renamed toogleSection 2025-10-25 08:10:02 +05:30
abhas20
4c0cc947a2 updated(builder-page): added collapsible feature for each section 2025-10-24 18:38:52 +05:30
Amruth Pillai
6fcb7a4845 Merge pull request #2419 from AmruthPillai/l10n
Some checks failed
Lint, Test & Build / main (push) Has been cancelled
Sync Crowdin Translations / sync (push) Has been cancelled
New Translations from Crowdin
2025-10-18 22:32:56 +02:00
Amruth Pillai
213f96b189 Merge pull request #2415 from GouravNG/feat/rich-input-highlight
[Feature] Highlight the selected options under Rich inputs.
2025-10-18 22:32:23 +02:00
Amruth Pillai
e8d6d4ad3a Merge pull request #2412 from alay-dev/main
fix(template): fix gengar template summary section not rendering in sidebar
2025-10-18 22:31:10 +02:00
Amruth Pillai
87370cfdf0 Apply suggestion from @AmruthPillai 2025-10-18 22:30:51 +02:00
Amruth Pillai
112a644927 Merge pull request #2410 from JuanJesusAlejoSillero/main
docs: add Gengar, Glalie, and Leafish templates while also updating image paths to relative in-repo URLs in README.md
2025-10-18 22:29:49 +02:00
Crowdin Bot
2977e3528a New Crowdin translations by GitHub Action 2025-10-18 00:10:39 +00:00
LinuxKunaL
fd7b5e0dd4 fix(rich-input.tsx): replace default scrollbar with themed scrollbar in Summary Editor, fixed #2420 2025-10-17 01:22:42 +05:30
Gourav
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
Gourav
9bdc61b50d feat(rich-input): Highlight the selected options of rich inputs 2025-10-13 22:07:01 +05:30
Alay Naru
2de24d5b55 fix(template): fix gengar template summary section not rendering in sidebar 2025-10-12 18:49:44 +05:30
Gourav Gunaga
1cba9d0fb9 Merge branch 'AmruthPillai:main' into main 2025-10-11 11:02:20 +05:30
Juan Jesús Alejo Sillero
8f532bf4a6 docs: add Gengar, Glalie, and Leafish templates while also updating image paths to relative in-repo URLs in README.md 2025-10-11 01:24:51 +02:00
Amruth Pillai
4efdabd475 Merge branch 'main' of github.com:AmruthPillai/Reactive-Resume
Some checks failed
Lint, Test & Build / main (push) Has been cancelled
2025-10-09 00:10:28 +02:00
Amruth Pillai
8803101dcd fix for long waiting times 2025-10-09 00:10:25 +02:00