e9c7f33d30
Merge pull request #609 from apat183/fix-image-stretching
...
add 'object cover' class to templates that have issues with profile image stretching.
2022-02-08 09:16:21 +01:00
7e1483b2a2
Merge pull request #613 from zzarc/fix-readme-translation
...
fix translation error for language Japanese
2022-02-05 19:50:47 +01:00
d3359cfa58
fix translation error
2022-02-05 01:20:09 -08:00
04afc009ef
use -H 0.0.0.0 on Gatsby
2022-02-05 10:33:15 +07:00
46090b0793
fix translation error in readme
2022-02-04 01:49:01 -08:00
b617ec6bfa
add 'object cover' class to templates that have issues with profile images streatching
2022-01-25 20:30:35 +13:00
fd15989346
Merge pull request #599 from adamantike/allow-links-for-awards-and-certs
...
Allow links for certifications
2022-01-10 08:42:35 +01:00
fd00a4b4e1
Merge pull request #601 from mupsys/remove_dup_address_onyx
...
Added new ContactE without the address block and added it to the Onyx…
2022-01-10 07:50:12 +01:00
30d567d853
Added new ContactE without the address block and added it to the Onyx template (removes the duplicate address in that template.)
...
Signed-off-by: mupsys <1337sword@protonmail.com >
2022-01-09 23:03:35 -07:00
a9d1f0fa7b
Revert changes to awards
2022-01-09 17:15:24 -03:00
3be316e9dd
Allow links for awards and certifications
...
Add option to set a URL for each award or certification. This is useful,
for example, when sharing verified certificates as proofs provided by
issuers.
Fixes #575
2022-01-09 14:31:58 -03:00
2426144d1b
Merge pull request #580 from AmruthPillai/l10n_develop
...
New Crowdin updates
2021-11-01 10:25:36 +01:00
c04367b7b5
New translations en.json (Croatian)
2021-10-30 13:49:08 +02:00
59828140ee
Merge pull request #579 from AmruthPillai/l10n_develop
...
New Crowdin updates
2021-10-26 16:58:35 +02:00
8b12d366f9
New translations en.json (Croatian)
2021-10-26 01:04:26 +02:00
0117e5735e
bump version
v2
2021-10-25 12:46:03 +02:00
7a3626df1c
fixing unsplash cors issue
2021-10-25 12:45:13 +02:00
ba11af887c
bump to v2.7.9
2021-10-24 13:36:40 +02:00
41a9ce2b06
Merge pull request #577 from AmruthPillai/l10n_develop
...
New Crowdin updates
2021-10-24 13:36:16 +02:00
becb4993b2
New translations en.json (Danish)
2021-10-24 13:35:37 +02:00
bcc3ab44eb
New translations en.json (German)
2021-10-24 13:35:33 +02:00
5d2961945c
Merge pull request #570 from HristovCodes/develop
...
Translated to Bulgarian
2021-10-24 13:08:57 +02:00
bb1e68fcc5
Translated to Bulgarian
2021-10-03 15:48:05 +03:00
4d9c41f52b
Merge pull request #543 from kescherCode/develop
...
German locale corrections and improvements
2021-09-30 09:43:11 +02:00
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
a9f4fb863f
Merge pull request #551 from hpierre74/gfm
...
feat(markdown): add gfm support
2021-09-30 09:42:03 +02:00
97f2b0c6f8
Merge pull request #561 from AmruthPillai/l10n_develop
...
New Crowdin updates
2021-09-30 09:41:26 +02:00
7cf57a999d
New translations en.json (Indonesian)
2021-09-02 23:55:53 +05:30
1e927838d0
Update src/pages/app/dashboard.js
2021-08-10 13:09:12 +02:00
cfad352903
feat(markdown): add gfm support
...
revert firebase changes
2021-08-10 12:50:04 +02:00
2cbdf77c51
added sidebar toggle feature and confirmation prompt before deleting any list-item
2021-08-08 18:36:07 +05:30
3b127a81fd
German locale corrections and improvements
2021-07-28 15:10:20 +02:00
99d7d3aad2
v2.7.8: update dependencies
2021-07-13 10:57:20 +05:30
1640ffb177
Merge pull request #530 from AmruthPillai/l10n_develop
...
New Crowdin updates
2021-07-13 10:42:38 +05:30
9f31a890ef
New translations en.json (Italian)
2021-07-13 10:42:09 +05:30
8b79a88809
New translations en.json (Portuguese, Brazilian)
2021-07-13 10:42:08 +05:30
3801b54ced
Merge pull request #528 from lpmi-13/set_present_as_end_date
...
update Project data model to use "Present" if no end date selected
2021-07-13 10:40:26 +05:30
d6d8f240bd
Merge branch 'develop' into set_present_as_end_date
2021-07-13 10:40:20 +05:30
ec7b33c008
Merge pull request #527 from lpmi-13/add_info_to_readme
...
add information on setting up firebase to the readme
2021-07-13 10:39:36 +05:30
d11784161a
Merge pull request #526 from lpmi-13/fix_date_placholder
...
fix typo in placeholder dates
2021-07-13 10:39:26 +05:30
b869291589
set more recent date as placeholder
2021-07-12 23:20:28 +01:00
be4334f6a2
update Project data model to use "Present" if no end date selected
...
Sometimes, projects are ongoing, and it would be helpful to be able to show that, similar to how it's done in the Work section.
This is what's expected in the `formatDateRange` function, and it's more consistent with the way things are done in other parts of the application.
2021-07-06 13:36:47 +01:00
ed950ddcdc
add information on setting up firebase to the readme
...
I had to think a bit about what values to put in the .env file, and once I figured it out, I thought it would be helpful to add that information explicitly in the readme so other developers could speed up local development.
2021-07-06 13:34:08 +01:00
5771f28018
fix typo in placeholder dates
2021-07-06 13:01:19 +01:00
5fbf48cc3b
Merge pull request #523 from faturachmanyusup/develop
...
Change button text "Add New" in List.js from STATIC to DYNAMIC using …
2021-06-28 20:39:08 +05:30
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
6754cb1e45
bump verison to v2.7.7, translations added
2021-06-26 21:21:28 +05:30
4f40e8421f
Merge pull request #522 from AmruthPillai/l10n_develop
...
New Crowdin updates
2021-06-26 21:19:45 +05:30
d6470620eb
Update run-tests.yml
2021-06-26 21:19:14 +05:30
795f14713d
New translations en.json (Hebrew)
2021-06-26 21:17:54 +05:30