Commit Graph

61 Commits

Author SHA1 Message Date
Przemek Więch
4049b322e7 Change how WikiTree authcode is retrieved fromthe URL 2023-09-11 23:29:43 +02:00
Kent Grigo
05443954f6 Toggle showing sex (#141)
Fixes #138
2023-02-01 15:58:18 +01:00
Kent Grigo
1fac47f78b Toggle showing IDs (#131) 2023-01-08 14:26:23 +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 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
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
e444e25177 Replaced at="large with greaterThanOrEqual="large"
Based on warnings in the console
2021-11-02 00:07:26 +01:00
Przemek Wiech
2d4ca439d5 Refactored Chart component from class-based to functional 2021-11-02 00:01:41 +01:00
Przemek Wiech
98b1a1e48e Show changelog in intro page and when a new version is loaded 2021-10-31 19:52:53 +01:00
czifumasa
f3d98338cb Improvements for events in info panel (#72)
* Improved visuals of events panel, handle family events

* Create separate package for details panel

* Improved handling of multiple event notes
2021-10-26 12:49:18 +02:00
Przemek Wiech
3914226042 Added settings tab with color settings (#6) 2021-10-25 13:34:03 +02:00
Przemek Wiech
b59b4c6748 Fixed i18n not working in some cases 2021-09-18 22:15:44 +02:00
Przemek Wiech
e2d4b07c9e Replaced usages of Responsive with @artsy/fresnel
Responsive has been removed in newest versions of semantic-ui-react
2021-04-11 20:50:07 +02:00
Przemek Wiech
df5ae76180 Upgraded to the newest version of react-intl 2021-04-02 00:40:57 +02:00
Przemek Wiech
13b147f082 Translated error messages 2020-09-12 20:04:42 +02:00
Przemek Wiech
a904c02d01 Fixed side panel not showing 2020-09-09 17:59:19 +02:00
Przemek Wiech
3738f7c7a0 Refactoring: Extracted embedded mode as a separate data source 2020-05-13 00:15:48 +02:00
Przemek Wiech
6ef4dbc858 Refactoring: Move data loading code under the datasource directory 2020-05-12 21:46:30 +02:00
Przemek Wiech
3eb48ce665 Refactoring: slowly detaching data loading code from the main app 2020-05-12 18:26:14 +02:00
Przemek Wiech
f2e3120dc9 Introduced explicit application state 2020-05-05 22:48:19 +02:00
Przemek Wiech
a61b4848a5 Refactoring: moved some source files into subdirectories 2020-05-03 20:53:59 +02:00
Przemek Wiech
895f125216 WikiTree: Load ancestors from private profiles 2020-04-26 17:08:10 +02:00
Przemek Wiech
392548e3a1 Added freeze URL parameter to disable animations 2020-04-20 23:44:22 +02:00
Przemek Wiech
35e6a91164 Show "WikiTree ID" menu when in WikiTree mode 2020-04-10 15:37:36 +02:00
Przemek Wiech
c3b988e4b7 Added "Select WikiTree ID" to the menu 2020-04-09 23:41:45 +02:00
Przemek Wiech
c9d5dac0f2 Initialize search from JsonGedcomData instead of raw gedcom 2020-04-02 18:19:51 +02:00
Przemek Wiech
36dabfc4a1 Remove option to turn off zoom 2020-04-01 18:57:39 +02:00
Przemek Wiech
8b3815550b Enable zoom by default 2020-03-18 23:31:21 +01:00
Przemek Wiech
9e37659288 Added zoom in/out buttons 2020-03-16 17:45:36 +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
768e6d7111 Refactored app.tsx to split the componentDidUpdate function 2020-03-05 21:50:54 +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
8e33f92a04 Added WikiTree login button 2020-02-02 17:59:14 +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
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
f454ca514b Added analytics event for WikiTree 2020-01-19 23:56:30 +01:00
Przemek Wiech
7b09936a84 Proof of concept loading data from WikiTree 2020-01-14 17:45:54 +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
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
9eecc7a0fd Added search box 2019-03-24 18:11:23 +01:00