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 |
|
Przemek Wiech
|
f0addd57a9
|
Migrated from react-scripts-ts to react-scripts
|
2019-02-06 22:57:38 +01:00 |
|
Przemek Wiech
|
e90aa2e771
|
Finished Polish translation of UI strings.
Translating month names requires changes in the topola library.
|
2019-02-03 23:47:57 +01:00 |
|
Przemek Wiech
|
5d5bb65cd2
|
Try to accept only GEDCOM files in upload file dialog
|
2019-02-01 00:42:58 +01:00 |
|
Przemek Wiech
|
3b4f05e9fc
|
Fixed error message not being displayed on load failure.
|
2019-01-31 23:55:31 +01:00 |
|
Przemek Wiech
|
71e2d0fae1
|
Added translation support with react-imp. Added partial Polish translation.
|
2019-01-31 22:35:16 +01:00 |
|
Przemek Wiech
|
d37432775c
|
Added link to GitHub
|
2019-01-27 23:23:28 +01:00 |
|
Przemek Wiech
|
7a850abe99
|
Removed unnecessary path property
|
2019-01-27 00:12:00 +01:00 |
|
Przemek Wiech
|
b5775ef687
|
Initial version
|
2019-01-26 22:01:07 +01:00 |
|