Commit Graph

157 Commits

Author SHA1 Message Date
Amruth Pillai 2ac5c9137c fixes #2540 2026-01-21 05:03:30 +01:00
Amruth Pillai 0ff51a82ee fix flex width issue in pikachu 2026-01-20 20:34:21 +01:00
Amruth Pillai 5688c97ee0 fixes #2530 2026-01-20 20:18:28 +01:00
Amruth Pillai 4f61e921cd fixes #2526 2026-01-20 19:57:26 +01:00
Amruth Pillai f903e6099b fixes #2529 2026-01-20 19:50:33 +01:00
Amruth Pillai f3a6c0db6b fixes #2531 2026-01-20 19:40:25 +01:00
Amruth Pillai 5880078bfc fixes #2532 2026-01-20 19:38:13 +01:00
Amruth Pillai 7e5597271b update naming convention of repository 2026-01-20 01:22:00 +01:00
Amruth Pillai cad390fa13 initial commit of v5 2026-01-19 23:31:54 +01:00
Amruth Pillai 2175256310 clear everything 2022-02-28 20:23:10 +01:00
Amruth Pillai 13abbd21e2 Merge pull request #547 from preetamm/develop
1] sidebar toggle feature 2] ask for confirmation before delete operation
2021-09-30 09:42:39 +02:00
Pierre Huyghe cfad352903 feat(markdown): add gfm support
revert firebase changes
2021-08-10 12:50:04 +02:00
preetamm 2cbdf77c51 added sidebar toggle feature and confirmation prompt before deleting any list-item 2021-08-08 18:36:07 +05:30
Faturachman Yusuf 36a9b1302b Change button text "Add New" in List.js from STATIC to DYNAMIC using translation shared.buttons.add and improve Indonesian translation 2021-06-28 15:22:43 +07:00
Amruth Pillai 2c22c13f3e - update dependencies
- upgrade gatsby v2 to v3
- update functions
2021-05-29 11:47:34 +05:30
gianantoniopini 34627e2acb Settings, deleteAccount: prevent execution of deleteAccount if it is already in progress 2021-04-28 09:56:13 +02:00
gianantoniopini b5d4d54ad3 UserContext, deleteAccount: if provider is google, use reauthenticateWithPopup to reauthenticate user 2021-04-26 15:26:02 +02:00
gianantoniopini 54ddfe30d7 Updated "deleteUser" Firebase cloud function to perform updates in an atomic way, tweaked UI call and error handling 2021-04-23 15:16:37 +02:00
gianantoniopini d4e7914a27 Updated "deleteUser" Firebase cloud function implementation, UI call and error handling 2021-04-22 18:38:02 +02:00
Anuraag Gupta cf47447102 feat: adding a toggle switch for left panel items 2021-02-26 02:14:40 +05:30
gianantoniopini bd1bd2fc97 List component, drag handler: added check for source and destination id being the same 2021-02-09 12:31:54 +01:00
gianantoniopini 2fa4ff8d9d Builder page: added unit test for drag & drop of skill 2021-02-09 09:36:36 +01:00
gianantoniopini 23bf495a5a List component: added support for drag & drop 2021-02-09 05:59:32 +01:00
gianantoniopini ef3f2a802f Dashboard page: added first unit test for create resume interaction 2021-01-25 15:15:02 +01:00
gianantoniopini cb2aeec70a Dashboard: added unit tests for Delete resume 2021-01-22 10:43:06 +01:00
gianantoniopini 16ed433705 Exported LoadingScreen testId and language Storage item key in order to be used in unit tests 2021-01-22 06:36:11 +01:00
gianantoniopini 0bab0d01d1 Removed testId from LoadingScreen 2021-01-22 06:05:00 +01:00
gianantoniopini 1215071ab9 Dashboard tests: added test for loading screen 2021-01-20 14:27:27 +01:00
Amruth Pillai 98aef7eb77 [2.5.2] Fix fontSize not reflecting in exported PDF 2021-01-07 09:35:31 +05:30
Amruth Pillai c40d89e98e [2.5.1] update dependencies 2021-01-03 11:58:17 +05:30
Amruth Pillai fdd35492a0 [2.5] Implement Font Size Adjustments 2021-01-03 11:44:14 +05:30
Ryan Polley abd24e7eb7 Add ability to customize font size
Added an ability to customize font sizes. This is set at a new section in the settings.
The controler for this sets a number of css variables which are used in css rules that
override tailwind's text-<size> to use the font size and line spacing contained in the
variable. The control itself is a simple logarithmic slider that controls a "scale
factor" by which all the text sizes in a resume are scaled by.
2020-12-26 13:24:29 -06:00
Amruth Pillai df71b86028 - bumped version to 2.3.3
- fixed text alignment issues
- updated dependencies
- added ukranian language
2020-12-09 10:40:27 +05:30
Amruth Pillai cd0c847606 updates to dependencies, merging to production 2020-12-05 15:22:45 +05:30
gianantoniopini 59f0ff9228 Issue #314: Added BirthDate field to Profile builder and Castform template 2020-11-04 13:38:43 +01:00
Amruth Pillai c704f8029b [ADD] new languages [FIX] PDF export 2020-10-10 12:07:29 +05:30
Amruth Pillai a11db1db10 adding stylelint to repo 2020-10-04 08:58:01 +05:30
Amruth Pillai 2aaed1a575 fixing crashes, upgrading dependencies, patching security vulnerabilities 2020-10-03 08:57:37 +05:30
Rob Gries 370de9ec47 Remove useTranslation hook from util functions 2020-10-02 18:17:48 +00:00
Shingo Ichijima 2107a1af45 Fix scaling for large monitor 2020-08-03 23:25:33 +09:00
Amruth Pillai f2a0b612d0 solving bugs reported in GH issues 2020-07-24 21:54:48 +05:30
Amruth Pillai 7aab7c74f6 - add multiple languages
- switch from moment to dayjs
2020-07-21 11:07:19 +05:30
Amruth Pillai fe645e7d4c - make dates follow internationalization standard 2020-07-20 07:43:56 +05:30
Amruth Pillai 9930cee309 - update layout to work for responsive screen sizes 2020-07-19 20:33:11 +05:30
Amruth Pillai 688a77ddb5 - update screenshots 2020-07-18 22:14:05 +05:30
Amruth Pillai 89261f27d8 fix test being repeated in share your resume 2020-07-18 18:40:51 +05:30
Amruth Pillai b52f3dee07 - add app version
- fix bugs with artboard
2020-07-17 10:32:28 +05:30
Amruth Pillai 96259c6c5d - final sanity checks before release 2020-07-17 09:06:47 +05:30
Amruth Pillai 816e400b31 - implement ability to rename sections
- clean up kannada translations
2020-07-17 08:36:46 +05:30
Amruth Pillai f8d679993a - make the app faster, better accesibility 2020-07-16 20:30:53 +05:30