Thomas Kaul
9ba79f6721
Improve style ( #2478 )
2 years ago
Thomas Kaul
550e646079
Feature/introduce assistant ( #2451 )
* Introduce assistant
* Update changelog
2 years ago
Thomas Kaul
8ad6492477
Feature/various improvements in client ( #2434 )
* Various improvements
* Update changelog
2 years ago
Thomas Kaul
6f6ff94979
Improve sidebar ( #2343 )
* Improve sidebar
* Improve style of system message
* Update changelog
2 years ago
Thomas Kaul
2519c3ffb0
Bugfix/fix alignment in menu of impersonation mode ( #2284 )
* Fix alignment
* Update changelog
2 years ago
Thomas Kaul
91013d1d10
Bugfix/fix alignment in header navigation ( #2285 )
* Fix alignment
* Update changelog
2 years ago
Thomas Kaul
02dc7c52b1
Localize routes ( #2250 )
* Localize about path
* Localize faq path
* Localize features path
* Localize markets path
* Localize pricing path
* Localize register path
* Localize resources path
* Extend sitemap
2 years ago
Thomas Kaul
7082ff12f8
Feature/add semantic list structure to header navigation ( #2044 )
* Add semantic list structure (ul and li elements)
* Update changelog
2 years ago
Thomas Kaul
e92730879e
Feature/migrate dialog components to angular material 15 ( #1844 )
* Migrate MatDialog
* Update changelog
3 years ago
Thomas Kaul
b6a7804a26
Refactoring ( #1784 )
3 years ago
Thomas Kaul
1ffa831c5c
Feature/improve style of symbol search results ( #1728 )
* Improve style
* Update changelog
3 years ago
Thomas Kaul
40eed0016c
Feature/migrate header module to angular material 15 ( #1725 )
* Migrate GfHeaderModule to Angular Material 15
* Update changelog
3 years ago
Thomas Kaul
0000317041
Upgrade Nx and Angular ( #1646 )
* Upgrade Nx and Angular
* Update changelog
* Feature/eliminate angular material css vars (#1648 )
* Eliminate angular-material-css-vars
* Update changelog
3 years ago
Thomas Kaul
f3c8ec27cb
Feature/improve deprecated sass imports ( #1581 )
* Improve deprecated Sass imports
* Update changelog
3 years ago
Thomas Kaul
eb4d088a80
Feature/optimize page title for mobile ( #1564 )
* Optimize page title for mobile
* Update changelog
3 years ago
gobdevel
616d168a7c
Feature/add signup permission ( #1512 )
* Added support to disable user sign up in the admin control panel
* Update changelog
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
3 years ago
Thomas Kaul
0e3702c2be
Feature/improve german translation ( #1178 )
* Simplify and translate locales
* Add support for translated labels
* Update changelog
3 years ago
Thomas Kaul
11136ae4f8
Eliminate duplicate locales ( #1176 )
3 years ago
Thomas Kaul
e22b8b78b8
Feature/tag route titles with template literal strings ( #1155 )
* Tagged template literal strings
* Update changelog
3 years ago
Thomas Kaul
335553e891
Feature/tag template literal strings ( #1152 )
* Tagged template literal strings
* Update changelog
3 years ago
Thomas Kaul
95bcc3f32d
Feature/remove alias from user interface ( #1083 )
* Remove alias from user interface
* Update changelog
3 years ago
Thomas Kaul
8897f32bc5
Clean up modules ( #1063 )
3 years ago
Thomas Kaul
2060fcaf0b
Feature/add markets to public pages ( #1062 )
* Add Markets to public pages
* Update changelog
3 years ago
Thomas Kaul
a0a26cfa58
Feature/simplify header ( #1027 )
* Hide pricing page link for Premium users
* Harmonize content
* Update changelog
3 years ago
Thomas Kaul
03f2f33344
Feature/restructure landing page ( #1021 )
* Restructure landing page
* Update changelog
3 years ago
Thomas Kaul
56b169e1c4
Feature/make header background solid ( #817 )
* Remove alpha
* Update changelog
4 years ago
Thomas Kaul
23da1bd293
Feature/add feature page ( #694 )
* Add feature page
* Update changelog
4 years ago
Thomas Kaul
d09cad4e05
Feature/read only mode ( #520 )
* Setup read only mode and update permissions dynamically
* Update changelog
4 years ago
Thomas Kaul
fcf07a0fd1
Clean up ( #496 )
4 years ago
Thomas Kaul
5e7cf9d0b6
Feature/hide get started button on registration page ( #474 )
* Hide button
* Update changelog
4 years ago
Thomas Kaul
87301ddbd5
Feature/improve registration page ( #451 )
* Improve registration page
* Update changelog
4 years ago
Thomas Kaul
a864c617b9
Feature/improve landing page ( #442 )
* Add intro screen
* Update changelog
4 years ago
Thomas Kaul
8466e3d73f
Feature/always show adapted portfolio page ( #388 )
* Always show adapted portfolio page
* Update changelog
4 years ago
Thomas Kaul
21ed91d184
Feature/add storybook story for logo component ( #344 )
* Add storybook story for logo component
* Update changelog
4 years ago
Thomas
13090bf6b5
Feature/add overview menu item on mobile ( #290 )
* Add overview menu item
* Update changelog
4 years ago
Thomas
f743c03e17
Feature/restructure page hierarchy ( #259 )
* Introduce portfolio group, remove tools
* Extract allocations to separate page
* Update changelog
4 years ago
Thomas
80ba112bc0
Feature/change menu icon if menu open ( #231 )
* Change menu icon
* Update changelog
4 years ago
Thomas
be8d60968d
Feature/improve active menu button style ( #227 )
* Improve text decoration style
* Update changelog
4 years ago
Thomas
9072cbdba1
Feature/add no transactions info on zen page ( #222 )
* Add no transactions info to zen page
* Update changelog
4 years ago
Thomas
1135a5b335
Fix rendering of currency and platform in dialogs and clean up observables ( #202 )
4 years ago
Thomas
fbe590ddb9
Feature/upgrade angular material css vars to 2.0.0 ( #200 )
* Upgrade angular-material-css-vars
* Update changelog
4 years ago
Thomas
a35701fe24
Feature/upgrade to angular 12 ( #169 )
* Upgrade to Angular 12
* Update changelog
4 years ago
Matthias Frey
6c1119caec
Restrict webauthn to fingerprint only and improve UX ( #161 )
* Restrict webauthn to fingerprint only
* Move webauthn login to separate page /webauthn
* Stay signed in with social login
* Update changelog
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
4 years ago
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>
4 years ago
Thomas
026a5011d4
Feature/add account registration page ( #141 )
* Add account registration page
* Update changelog
4 years ago
Thomas
34303163bc
Various frontend improvements ( #137 )
* Various frontend improvements
* Clean up import
4 years ago
Thomas
c16f743b07
Feature/add tools section ( #120 )
* Add tools section
* Update changelog
4 years ago
Thomas
0d6fe4a232
Feature/refactor user service as observable store ( #117 )
* Implement user service as observable store
* Clean up tokenStorageService usage
* Update changelog
4 years ago
Thomas
78a4946e8b
Feature/zen mode ( #110 )
* Start with implementation
* Refactor AuthGuard, persist displayMode in user settings
* Refactor DisplayMode to ViewMode
* Update changelog
4 years ago
Thomas
abd0e08566
Introduce @ghostfolio/common lib ( #102 )
5 years ago