Commit Graph

62 Commits

Author SHA1 Message Date
2c22c13f3e - update dependencies
- upgrade gatsby v2 to v3
- update functions
2021-05-29 11:47:34 +05:30
34627e2acb Settings, deleteAccount: prevent execution of deleteAccount if it is already in progress 2021-04-28 09:56:13 +02:00
b5d4d54ad3 UserContext, deleteAccount: if provider is google, use reauthenticateWithPopup to reauthenticate user 2021-04-26 15:26:02 +02:00
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
d4e7914a27 Updated "deleteUser" Firebase cloud function implementation, UI call and error handling 2021-04-22 18:38:02 +02:00
cf47447102 feat: adding a toggle switch for left panel items 2021-02-26 02:14:40 +05:30
bd1bd2fc97 List component, drag handler: added check for source and destination id being the same 2021-02-09 12:31:54 +01:00
2fa4ff8d9d Builder page: added unit test for drag & drop of skill 2021-02-09 09:36:36 +01:00
23bf495a5a List component: added support for drag & drop 2021-02-09 05:59:32 +01:00
98aef7eb77 [2.5.2] Fix fontSize not reflecting in exported PDF 2021-01-07 09:35:31 +05:30
c40d89e98e [2.5.1] update dependencies 2021-01-03 11:58:17 +05:30
fdd35492a0 [2.5] Implement Font Size Adjustments 2021-01-03 11:44:14 +05:30
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
df71b86028 - bumped version to 2.3.3
- fixed text alignment issues
- updated dependencies
- added ukranian language
2020-12-09 10:40:27 +05:30
cd0c847606 updates to dependencies, merging to production 2020-12-05 15:22:45 +05:30
59f0ff9228 Issue #314: Added BirthDate field to Profile builder and Castform template 2020-11-04 13:38:43 +01:00
c704f8029b [ADD] new languages [FIX] PDF export 2020-10-10 12:07:29 +05:30
a11db1db10 adding stylelint to repo 2020-10-04 08:58:01 +05:30
2aaed1a575 fixing crashes, upgrading dependencies, patching security vulnerabilities 2020-10-03 08:57:37 +05:30
370de9ec47 Remove useTranslation hook from util functions 2020-10-02 18:17:48 +00:00
2107a1af45 Fix scaling for large monitor 2020-08-03 23:25:33 +09:00
f2a0b612d0 solving bugs reported in GH issues 2020-07-24 21:54:48 +05:30
7aab7c74f6 - add multiple languages
- switch from moment to dayjs
2020-07-21 11:07:19 +05:30
9930cee309 - update layout to work for responsive screen sizes 2020-07-19 20:33:11 +05:30
89261f27d8 fix test being repeated in share your resume 2020-07-18 18:40:51 +05:30
b52f3dee07 - add app version
- fix bugs with artboard
2020-07-17 10:32:28 +05:30
96259c6c5d - final sanity checks before release 2020-07-17 09:06:47 +05:30
816e400b31 - implement ability to rename sections
- clean up kannada translations
2020-07-17 08:36:46 +05:30
0b70d7ebec - attempt at responsiveness fix
- bring back scrollbars
- update dependencies
2020-07-16 19:53:14 +05:30
406a3dba56 - gear up for staging release 2020-07-16 15:59:35 +05:30
a7657b4a5c - implement i18n
- translation dynamic for sections
- added articles for SEO
2020-07-16 08:42:19 +05:30
b7c565de79 - implement about section 2020-07-14 22:59:59 +05:30
af955bbf55 - implement donation link, in about section 2020-07-14 17:24:59 +05:30
55fd1d4bdc - implement celebi template 2020-07-13 09:46:55 +05:30
7b2094a543 - implement glalie template 2020-07-12 21:51:38 +05:30
41e708e302 - implement gengar template 2020-07-12 19:31:22 +05:30
5ccc360345 - implement cloud functions for printing
- implement AMOLED mode
- implement reset layout
2020-07-12 15:04:07 +05:30
f468ca73c3 - implement actions section
- implement settings section
2020-07-12 12:55:08 +05:30
8972a96afd - implement duplicate resume functionality 2020-07-11 21:45:34 +05:30
5ec1f21bd3 - complete onyx design template
- implement public sharable urls
- implement more actions
2020-07-11 20:42:16 +05:30
0b5653fab5 - completed design of Onyx template 2020-07-11 10:49:55 +05:30
a8c5d29858 - implement actions section 2020-07-10 13:40:48 +05:30
89fa8236e8 - creating a dynamic color palette
- implementing actions section
2020-07-10 01:09:33 +05:30
da197be2f5 - implement fonts section 2020-07-09 20:43:38 +05:30
3eaab3b427 - implement colors section 2020-07-09 20:06:49 +05:30
3b252476c4 - refactor sections
- combine resume and metadata contexts
2020-07-09 19:18:04 +05:30
370b0c4020 - implementing react-scroll 2020-07-09 14:30:06 +05:30
3aaef5f730 - memoize all components
- implement metadata context
2020-07-09 14:00:18 +05:30
9e98da038c - implementing hobby, language and reference sections
- dynamic template selection
2020-07-09 10:41:16 +05:30
9045e2983d - run eslint --fix across project 2020-07-09 00:14:13 +05:30