Commit Graph

208 Commits

Author SHA1 Message Date
Przemek Wiech
0d0ed5a7ca Show referenced notes 2019-11-24 22:07:16 +01:00
Przemek Wiech
7354cabd29 Added support for EVEN tag.https://github.com/PeWu/topola/issues/13 2019-11-23 23:51:59 +01:00
Przemek Wiech
d30e28e22f Don't display items in details panel with only a reference (#13) 2019-11-22 21:36:07 +01:00
Przemek Wiech
5286dceaac Fix not being able to open files with a different extension than .ged (#13) 2019-11-22 21:34:59 +01:00
Przemek Wiech
c988f4180e Added fancy tree as an experimental feature 2019-11-18 22:28:06 +01:00
Przemek Wiech
9ae7c39aac Display error when failed to generate pdf or png #3 2019-10-25 18:54:45 +02:00
Przemek Wiech
c68a9d1586 Do not fail when sessionStorage is not available.
Fixes https://github.com/PeWu/topola-webtrees/issues/1
2019-07-09 00:22:25 +02:00
Przemek Wiech
dfd58ea8af Bundle event handlers into a separate structure 2019-05-21 18:27:05 +02:00
Przemek Wiech
9bd1720122 Added menu option to display the relatives chart 2019-05-20 22:13:18 +02:00
Przemek Wiech
22262c53c0 Added non-standalone mode that hides 'open file' menus. 2019-04-18 23:40:09 +02:00
Przemek Wiech
f0875ef339 Added 'embedded mode' for using Topola Viewer inside other apps. 2019-04-14 14:05:15 +02:00
Przemek Wiech
177c721c2f Fixed reuploading the same file 2019-04-09 00:12:21 +02:00
Przemek Wiech
f590675261 Add key properties to make React stop complaining 2019-04-08 23:30:17 +02:00
Przemek Wiech
fe34cf442c Send analytics events for search usage 2019-03-24 23:49:52 +01:00
Przemek Wiech
4fc3e6d2d4 Added key to prevent errors showing in the console 2019-03-24 23:49:27 +01:00
Przemek Wiech
9eecc7a0fd Added search box 2019-03-24 18:11:23 +01:00
Przemek Wiech
0e5c6181b9 Speed up file processing by not initializing the comparator multiple times. 2019-03-20 00:07:16 +01:00
Przemek Wiech
3dbbba980a Send fewer analytics events because they're not really sent 2019-03-18 23:23:37 +01:00
Przemek Wiech
1a1f49f2e6 Added some metrics to monitor in Google Analytics 2019-03-17 23:36:53 +01:00
Przemek Wiech
b594ea5315 Open "Source on GitHub" link in new tab 2019-03-16 23:58:05 +01:00
Przemek Wiech
25c5438a04 Use async/await for async functions. 2019-03-16 23:53:20 +01:00
Przemek Wiech
750cb394e7 Added support for CONT and CONC continuations 2019-03-14 23:50:49 +01:00
Przemek Wiech
0b0c017c99 Better date formatting, including formatting date ranges 2019-03-13 00:02:25 +01:00
Przemek Wiech
68bd6c5a72 Accept images in file picker. 2019-03-12 19:40:21 +01:00
Przemek Wiech
61d4f43357 Allow uploading images together with the GEDCOM file. 2019-03-12 19:30:20 +01:00
Przemek Wiech
f75eee4e82 Inline images as data URLs when downloading PDF/PNG/SVG. 2019-03-11 22:26:37 +01:00
Przemek Wiech
67afb1d16d Make details panel visible by default 2019-03-09 23:18:14 +01:00
Przemek Wiech
0d4766e6e3 Display other details in details panel 2019-03-09 23:04:16 +01:00
Przemek Wiech
ae7ba54723 Translate dates and linkify texts in the details panel 2019-03-09 16:07:52 +01:00
Przemek Wiech
f4f9bf70ea Hide side panel on small screens 2019-03-07 23:44:14 +01:00
Przemek Wiech
2c030ec970 Working around Edge not having array.flatMap() 2019-03-07 23:35:09 +01:00
Przemek Wiech
b54073fbee Fixed scrolling in Firefox and Edge 2019-03-07 23:02:33 +01:00
Przemek Wiech
7a791ace4d Translating tags on the details panel 2019-03-06 23:33:54 +01:00
Przemek Wiech
018bbe9ff0 First version of side panel with person details.
Currently hidden. Can be shown by adding &sidePanel=true to URL.
Will be shown by default when it's ready.
2019-03-06 22:58:39 +01:00
Przemek Wiech
730642fb4e Added 'Download PDF' option using jsPDF. 2019-03-03 01:17:44 +01:00
Przemek Wiech
1083708e15 Use canvas.drawImage instead of canvg for better results. 2019-03-03 00:04:34 +01:00
Przemek Wiech
1dc90e3262 Using file-saver package for better cross-browser support. 2019-03-02 13:31:16 +01:00
Przemek Wiech
33d4f8f885 Merged ChartView component into App to push state up.
Hide "print" and "download" buttons when not displaying a chart.
2019-02-28 23:19:27 +01:00
Przemek Wiech
34a54e4404 Extracted data loading to a separate file 2019-02-26 23:21:14 +01:00
Przemek Wiech
2ac314bdee Refactored data loading code to separate data processing from component state. 2019-02-26 00:04:09 +01:00
Przemek Wiech
f8bfebcaf1 Moved Router to the same component as Route 2019-02-25 21:01:46 +01:00
Przemek Wiech
4625b0c44c Refactored App component from index.tsx 2019-02-24 23:04:45 +01:00
Przemek Wiech
e6be58c20b Added "Download PNG" option 2019-02-24 14:08:38 +01:00
Przemek Wiech
285294a3c0 Added "Download SVG" option 2019-02-22 23:36:25 +01:00
Przemek Wiech
a920147ba8 Added 'print' button to print the current chart 2019-02-21 22:38:22 +01:00
Przemek Wiech
62aa9ff67d Removed support for IE totally.
Added error message displayed in IE.
2019-02-15 00:38:51 +01:00
Przemek Wiech
631f8814a9 Pass locale to chart rendering library 2019-02-14 22:40:08 +01:00
Przemek Wiech
0d621c045b Added handleCors URL parameter to turn off using cors-anywhere 2019-02-12 23:45:57 +01:00
Przemek Wiech
e1ba96296a Replaced axios with fetch(). Added one more polyfill.
IE11 still does not work.
2019-02-07 01:26:25 +01:00
Przemek Wiech
cb2fad4fcd Added polyfills for IE11 (IE11 still not fully working) 2019-02-07 00:28:03 +01:00