44 Commits

Author SHA1 Message Date
Thomas Kaul
d95fc82f95
Feature/change view mode selector to slide toggle (#1443)
* Change view mode selector to slide toggle

* Update changelog
2022-11-11 20:01:08 +01:00
Thomas Kaul
eac52a215b
Feature/refactor appearance to color scheme (#1364)
* Refactor appearance to colorScheme

* Update changelog
2022-10-16 14:54:26 +02:00
Thomas Kaul
a8e096f9ac
Feature/minor improvements for appearance selector (#1345)
* Improve appearance selector

* Update changelog
2022-10-12 13:38:58 +02:00
Yash Solanki
c896bf9199
Add appearance option in settings (#1342)
* Add appearance option in settings
2022-10-11 21:34:52 +02:00
Thomas Kaul
e3916e1ba3
Feature/setup espanol (#1293)
* Setup Español

* Update changelog
2022-09-26 18:39:11 +02:00
Mitchell
3006c21b12
Add dutch translation (#1291)
* Add dutch translation
2022-09-25 18:12:33 +02:00
Thomas Kaul
dacd7271eb
Feature/improve density of various selectors (#1283)
* Improve density

* Update changelog
2022-09-24 09:58:09 +02:00
Thomas Kaul
862f670ccf
Feature/setup italiano (#1276)
* Setup italiano

* Update changelog
2022-09-22 20:52:03 +02:00
Thomas Kaul
fc4bb71184
Feature/migrate date range setting to user settings (#1239)
* Migrate date range to user settings

* Refactor currency and view mode in the user user settings

* Update changelog
2022-09-10 11:38:06 +02:00
Thomas Kaul
3b2f13850c
Feature/improve chart calculation (#1226)
* Improve chart calculation

* Update changelog
2022-09-03 21:41:06 +02:00
Thomas Kaul
ca08d3154a
Bugfix/disable language selector for demo user (#1204)
* Disable language selector for demo user

* Update changelog
2022-08-28 21:11:27 +02:00
Thomas Kaul
56bf422407
Consider language from user settings (#1179) 2022-08-21 18:06:31 +02:00
Thomas Kaul
11136ae4f8
Eliminate duplicate locales (#1176) 2022-08-20 14:01:15 +02:00
Thomas Kaul
83845c256a
Feature/add language selector (#1174)
* Add language selector

* Add translations (german)

* Update changelog
2022-08-20 10:55:27 +02:00
Thomas Kaul
95bcc3f32d
Feature/remove alias from user interface (#1083)
* Remove alias from user interface

* Update changelog
2022-07-17 11:05:23 +02:00
Thomas Kaul
35e039748f
Feature/refactor demo account as route (#1058)
* Refactor demo account as route

* Update changelog
2022-06-30 21:07:35 +02:00
Thomas Kaul
c0f19d56ec
Feature/add account detail dialog (#1047)
* Add account detail dialog

* Update changelog
2022-06-28 21:08:34 +02:00
Thomas Kaul
069ddcc6b2
Feature/add reusable premium indicator component (#1041)
* Add premium indicator component

* Update changelog
2022-06-25 12:38:15 +02:00
Thomas Kaul
a0a26cfa58
Feature/simplify header (#1027)
* Hide pricing page link for Premium users

* Harmonize content

* Update changelog
2022-06-18 11:57:27 +02:00
Thomas Kaul
2cc7c6fa1c
Feature/add user id to account page (#980)
* Add user id

* Update changelog
2022-06-03 06:51:08 +02:00
Thomas Kaul
67f2b326f3
Switch to new calculation engine (#814)
* Switch to new calculation engine

* Clean up old portfolio calculation engine (#815)

* Rename new portfolio calculation engine (#816)

* Update changelog
2022-04-09 10:17:31 +02:00
Thomas Kaul
957200854c
Feature/improve empty state of proportion chart (#811)
* Improve empty state

* Update changelog
2022-04-07 22:13:41 +02:00
Thomas Kaul
204c7360c3
Feature/prepare for localized date format (#803)
* Support localized date and number format

* Update changelog
2022-04-05 21:02:07 +02:00
Thomas Kaul
d1230ca3ad
Support coupon codes on Google Play (#795) 2022-04-02 18:47:53 +02:00
Thomas Kaul
e986310302
Improve price (#785) 2022-04-02 09:52:59 +02:00
Thomas Kaul
68d07cc8d4
Release 1.119.0 (#719) 2022-02-22 20:05:13 +01:00
Thomas Kaul
bcb7f5f522
Feature/add feature toggle for new calculation engine (#649)
* Add feature toggle for new calculation engine

* Update changelog
2022-01-24 21:38:59 +01:00
Thomas Kaul
78e0fdb0ca
Add coupon system (#529)
* Add coupon system

* Update changelog
2021-12-09 21:14:44 +01:00
Thomas Kaul
2de0e75cb8
Feature/add user interface for granting and revoking public access (#439)
* Add user interface for granting and revoking public access

* Update changelog
2021-10-25 20:46:36 +02:00
Thomas Kaul
70e14b4d3c
Feature/improve restricted view mode (#304)
* Improve wording and padding

* Update changelog
2021-08-20 20:58:33 +02:00
Thomas Kaul
05b0efef82
Feature/add restricted view (#295)
* Add restricted view

* Update changelog
2021-08-16 21:40:29 +02:00
Thomas
0774ca91a1
Improve settings selectors layout (#205) 2021-07-10 18:17:17 +02:00
Thomas
09bbda3502
Change from subscription to one time payment (#181) 2021-06-22 21:53:29 +02:00
Thomas
ad00cd9d81
Feature/setup subscription with stripe (#178)
* Set up stripe for subscriptions

* Update permissions and add discount

* Update changelog
2021-06-21 20:03:36 +02:00
Thomas
51884913be
Feature/disable fingerprint sign in in demo account page (#163)
* Disable fingerprint toggle for demo user

* Update changelog
2021-06-15 09:21:53 +02:00
Matthias Frey
e87c942cb8
Add webauthn (#82)
* Add webauthn

* Complete WebAuthn device sign up and login

* Move device registration to account page
* Replace the token login with a WebAuthn prompt if the current device has been registered
* Mark the current device in the list of registered auth devices

* Fix after rebase

* Fix tests

* Disable "Add current device" button if current device is registered

* Add option to "Stay signed in"

* Remove device list feature, sign in with deviceId instead

* Improve usability

* Update changelog

Co-authored-by: Matthias Frey <mfrey43@gmail.com>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-06-14 16:09:40 +02:00
Thomas
34303163bc
Various frontend improvements (#137)
* Various frontend improvements

* Clean up import
2021-06-02 20:54:12 +02:00
Thomas
e7fbcd4fa0
Feature/extend pricing page (#130)
* Extend pricing page

* Feature/align pricing page with subscription model (#135)

* Align pricing page with subscription model

* Update changelog
2021-06-02 20:15:53 +02:00
Thomas
78a4946e8b
Feature/zen mode (#110)
* Start with implementation
* Refactor AuthGuard, persist displayMode in user settings
* Refactor DisplayMode to ViewMode
* Update changelog
2021-05-22 10:04:56 +02:00
Thomas
77255df4be
Feature/disable base currency selector for demo user (#104)
* Disable base currency selector based on permission

* Update changelog
2021-05-18 19:36:24 +02:00
Thomas
b8c05d1014
Feature/harmonize table styles (#80)
* Harmonize table styles

* Update changelog
2021-05-12 20:32:34 +02:00
Thomas
39cfb4603b
Extend support for feature flags (#39) 2021-04-24 22:01:38 +02:00
Thomas
fed10c7110
Add license (#8)
* Add license

* Remove unnecessary style

* Add license to package.json

* Update url

* Adapt offering to new license (#13)

* Adapt offering to new license

* Update changelog

* Add license to about page

* Adapt offering to new license
2021-04-18 19:01:31 +02:00
Thomas
c616312233 Initial commit 2021-04-13 21:53:58 +02:00