Commit Graph

137 Commits

Author SHA1 Message Date
Przemek Wiech
50125db295 Upgraded topola to version 3.0.1 2020-03-18 23:21:11 +01:00
Przemek Wiech
3650082386 Hide zoom buttons on small screens 2020-03-16 23:02:00 +01:00
Przemek Wiech
73dceaaae0 Changed zoom button element from <a> to <button> 2020-03-16 18:40:40 +01:00
Przemek Wiech
9e37659288 Added zoom in/out buttons 2020-03-16 17:45:36 +01:00
Przemek Wiech
09e8d19c7a Limit zooming out when the chart is small 2020-03-14 23:02:37 +01:00
Przemek Wiech
442de4c7c5 Improved zoom support 2020-03-14 16:51:07 +01:00
Przemek Wiech
67c78b5982 Added zooming capability
This feature is not enabled by default yet
and can be only enabled by adding &enabledZoom=true to the URL
2020-03-13 00:28:43 +01:00
Przemek Wiech
ac9f6f475d Added before_script to run server before cypress tests 2020-03-06 21:52:58 +01:00
Przemek Wiech
2782e9d90a Added cypress to travis configuration
Based on
https://docs.cypress.io/guides/guides/continuous-integration.html#Travis
2020-03-06 21:25:12 +01:00
Przemek Wiech
768e6d7111 Refactored app.tsx to split the componentDidUpdate function 2020-03-05 21:50:54 +01:00
Przemek Wiech
483ec0d7e7 Added favicon 2020-02-21 20:47:28 +01:00
Przemek Wiech
76880c2d41 Added logo and background image to the intro screen 2020-02-21 19:29:46 +01:00
Przemek Więch
f6489a934d Added information about integrations to readme 2020-02-15 21:10:54 +01:00
Przemek Wiech
358f6c6a7d Added cypress e2e tests 2020-02-14 23:47:14 +01:00
Przemek Wiech
543a910c2f Deploy to wikitree using password from env variable 2020-02-14 17:37:33 +01:00
Przemek Wiech
3c26bd7956 WikiTree: Show log in button even if data is not loaded 2020-02-14 17:37:02 +01:00
Przemek Wiech
7eacf9216f Remove date parsing because different browsers do different things 2020-02-14 14:35:01 +01:00
Przemek Więch
8f310b97c4 Added travis build tag 2020-02-14 13:44:53 +01:00
Przemek Wiech
3fef2dd61d WikiTree: Make it work when passing numeric WikiTree ID instead of name 2020-02-14 13:31:51 +01:00
Przemek Wiech
6902305824 Added config for Travis CI 2020-02-13 20:11:01 +01:00
Przemek Wiech
d3ea1705f4 Sort spouses by marriage date (#10) 2020-02-13 14:33:43 +01:00
Przemek Wiech
21eba112d5 WikiTree: Fix birth date not displaying correctly 2020-02-06 13:10:51 +01:00
Przemek Wiech
74e8a19952 WikiTree: fix ID escaping when there are multiple spaces 2020-02-05 00:09:57 +01:00
Przemek Wiech
c7ef1501df WikiTree: Handle last nams with spaces 2020-02-04 18:01:08 +01:00
Przemek Wiech
423cd42676 Limit the number of WikiTree generations to 10 2020-02-03 15:33:26 +01:00
Przemek Wiech
6acd00d79b Fix 'undefined' being displayed as the person's name 2020-02-03 15:25:39 +01:00
Przemek Wiech
8e33f92a04 Added WikiTree login button 2020-02-02 17:59:14 +01:00
Przemek Wiech
0993af760d WikiTree: Handle 0000-00-00 as unknown date 2020-01-30 23:21:02 +01:00
Przemek Wiech
80eae7347e Added script to deploy to the WikiTree apps server 2020-01-29 23:36:49 +01:00
Przemek Wiech
b39a3eb4de Display better error messages for WikiTree 2020-01-28 18:05:36 +01:00
Przemek Wiech
17ae9c051b Do not show plus sign for living people in WikiTree 2020-01-28 17:51:46 +01:00
Przemek Wiech
e4e865695b Synchronize transition animations 2020-01-26 23:34:10 +01:00
Przemek Wiech
b2c2127f3e Filter out undefined in some cases 2020-01-26 23:33:52 +01:00
Przemek Wiech
48cfb221f3 Load more data when navigating in WikiTree 2020-01-26 14:49:30 +01:00
Przemek Wiech
d4bd801980 When showing data from WikiTree, don't show "all relatives" chart option 2020-01-20 19:34:20 +01:00
Przemek Wiech
100a84f452 Set homepage to "." to host the application at different addresses 2020-01-20 18:39:42 +01:00
Przemek Wiech
22aac5c444 WikiTree: Use cors-anywhere only if hosted outside of apps.wikitree.com 2020-01-20 18:39:08 +01:00
Przemek Wiech
ddad2f4469 minor code style update 2020-01-20 00:11:55 +01:00
Przemek Wiech
9587edf92d WikiTree: added photos 2020-01-20 00:06:11 +01:00
Przemek Wiech
f454ca514b Added analytics event for WikiTree 2020-01-19 23:56:30 +01:00
Przemek Wiech
21451e4282 WikiTree: display marriage info for ancestors 2020-01-19 23:44:36 +01:00
Przemek Wiech
720c351254 WikiTree: display marriage info for descendants 2020-01-19 22:44:29 +01:00
Przemek Wiech
26b12b215b Code cleanup in wikitree.ts 2020-01-17 23:23:42 +01:00
Przemek Wiech
d8d8c50236 Display data and place of birth and death for WikiTree 2020-01-16 23:32:49 +01:00
Przemek Wiech
904e4e5a24 Upgraded topola library version to 2.5.1 2020-01-15 20:47:49 +01:00
Przemek Wiech
f0b8f1929d Refactoring wikitree.ts 2020-01-15 20:02:56 +01:00
Przemek Wiech
7ddbd36b33 Generate JSON data instead of textual GEDCOM from WikiTree data 2020-01-15 00:27:00 +01:00
Przemek Wiech
7283c9e13d WikiTree: Type definitions and refactoring 2020-01-14 23:30:54 +01:00
Przemek Wiech
2512b388f7 Don't link to spouses that don't have their records.
Don't show 'Unknown' in the name field.
2020-01-14 21:58:16 +01:00
Przemek Wiech
62b47803bc Use human-readable identifiers for people in WikiTree 2020-01-14 20:16:08 +01:00