379 Commits

Author SHA1 Message Date
Przemek Więch
033a86a05a Show better error message when WikiTree ID doesn't exist 2022-10-30 14:54:22 +01:00
Przemek Więch
f761eea8f1 Add option to hide WikiTree-specific menus 2022-10-08 01:32:10 +02:00
Przemek Więch
4b8b423fa4 Fix loading from WikiTree by numeric id 2022-10-08 01:03:32 +02:00
Przemek Więch
c8a7ed4e0d Refactor convertPersonNames() 2022-09-11 00:21:17 +02:00
Przemek Więch
7710d33698
Updated changelog with name types indetails panel 2022-08-30 16:00:10 +02:00
czifumasa
0733690058
Name types in details panel (#109) 2022-08-30 15:58:39 +02:00
Przemek Więch
a92f06e43d Use wikitree-js library for WikiTree API 2022-08-17 11:18:17 +02:00
Przemek Więch
7c6b1dd390 Added changelog entry for images in details panel 2022-05-13 22:20:52 +02:00
czifumasa
4ca0025438
Display photos in details panel (#100) 2022-05-13 22:15:40 +02:00
czifumasa
d30c038406
Refactor details panel to use React Semantic Components (#98) 2022-04-27 17:20:27 +02:00
czifumasa
35259e5767
Fix age calc, missing leap day for years divisible by 100 and not by 400 (#96) 2022-04-27 17:16:23 +02:00
czifumasa
359d07e1ec
Fixed dateRanges when importing from wikitree (#97) 2022-04-25 19:46:01 +02:00
Przemek Wiech
fecfe67755 Added changelog entry for last fix 2022-04-06 23:32:21 +02:00
Przemek Wiech
2e2c81a770 Update WikiTree login flow
WikiTree login now appends `&authcode=x` instead of `?authcode=x` to the return URL
2022-04-06 23:30:43 +02:00
Przemek Wiech
6107aef874 Refactored the Events component
Split collecting data from rendering HTML
2022-02-28 22:59:58 +01:00
Przemek Wiech
1a8e9e7edf Clickable link to spouse in details panel 2022-02-26 22:50:48 +01:00
dependabot[bot]
76765f02d1
Bump url-parse from 1.5.1 to 1.5.10
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-26 20:09:18 +00:00
Przemek Wiech
1bb65c0f23 Fixed build 2022-02-04 20:34:19 +01:00
Przemek Wiech
1e3cf7a24f Fixed incorrect chart positioning after transition 2022-02-04 19:03:15 +01:00
czifumasa
ab66492a86
Added start and build scripts for windows (#81) 2022-01-13 17:26:01 +01:00
czifumasa
0b8084e3bc
Implement age calculation for death event (#80) 2022-01-13 17:19:40 +01:00
czifumasa
6b030a1ccc
Fix elements jumping when scroll appears in firefox (#76) 2022-01-07 10:26:45 +01:00
czifumasa
0afb1730ed
Fix missing matches in search bar (#74) 2021-12-30 12:46:07 +01:00
Przemek Więch
7062099445 Fix adding ssh key 2021-12-01 11:01:17 +01:00
Przemek Więch
57cf424614 Add ssh key to known_hosts in wikitree deployment 2021-12-01 10:55:53 +01:00
Przemek Więch
8b9d826b8e Debug lftp to see why it doesn't work 2021-12-01 09:29:03 +01:00
Przemek Więch
f33c6c2ae6 Try a different way of passing the password to lftp 2021-11-30 21:12:29 +01:00
Przemek Więch
9a08091e59 testing wikitree deployment 2021-11-30 18:35:48 +01:00
Przemek Więch
71a365cb23 Install lftp in 'deploy to wikitree' action 2021-11-30 10:50:33 +01:00
Przemek Więch
138ead5358 Add GitHub action to deploy to WikiTree 2021-11-30 10:28:13 +01:00
Przemek Więch
97bd4bd7e2 Updated deploy action
According to https://github.com/tschaub/gh-pages
2021-11-29 23:57:21 +01:00
Przemek Więch
2902a2f455 Updated deploy action to use actions user
According to https://github.com/tschaub/gh-pages
2021-11-29 23:37:18 +01:00
Przemek Więch
ef2b689967 Added GITHUB_TOKEN to deploy action 2021-11-29 23:23:21 +01:00
Przemek Więch
7e8bcf16d9 Created a 'Deploy to GitHub Pages' GitHub Action 2021-11-29 23:07:47 +01:00
Przemek Więch
d715232132 Removed Travis config
CI now runs in GitHub Actions
2021-11-29 22:56:18 +01:00
albertoriella
688a67ae1d
Fix italian language (#73)
* Fixed italian language
2021-11-29 17:25:05 +01:00
Przemek Wiech
536d9d4210 Use useHistory and useLocation hooks 2021-11-04 21:09:32 +01:00
Przemek Wiech
6e8b6c7b9e Use useIntl hook for i18n 2021-11-04 16:58:11 +01:00
Przemek Wiech
3059853807 Refactored AppComponent from class-based to functional 2021-11-04 15:18:26 +01:00
Przemek Wiech
15b79eaf39 Refactored TranslatedTag component from class-based to functional 2021-11-03 14:54:39 +01:00
Przemek Wiech
fe5f68e77d Refactore MultilineText component from class-based to functional 2021-11-03 14:52:00 +01:00
Przemek Wiech
8a9294fc57 Refactored EventsComponent from class-based to functional 2021-11-03 14:47:30 +01:00
Przemek Wiech
4aa1b02aa0 Refactored Details component from class-based to functional 2021-11-03 14:32:20 +01:00
Przemek Wiech
a1a4b0d35e Refactored WikiTreeLoginMenuComponent from class-based to functional 2021-11-03 14:19:26 +01:00
Przemek Wiech
b6c96ae336 Refactored WikiTreeMenu component from class-based to functional 2021-11-03 11:17:42 +01:00
Przemek Wiech
be3592f51b Refactored UrlMenu component from class-based to functional 2021-11-03 09:34:36 +01:00
Przemek Wiech
60aa526e62 Refactored UploadMenu component from class-based to functional 2021-11-02 18:00:04 +01:00
Przemek Wiech
0386655fe0 Refactored TopBar component from class-based to functional 2021-11-02 12:50:41 +01:00
Przemek Wiech
632964e8b9 Refactored SearchBarComponent from class-based to functional 2021-11-02 12:21:17 +01:00
Przemek Wiech
9d8bd01a14 Refactored MenuItem from class-based to functional component 2021-11-02 00:26:00 +01:00