Thomas Kaul
402919904a
Refactoring
3 weeks ago
URAYUSHJAIN
8b0ee43402
refactor: address PR review feedback
- Remove mb-3 class from landing page
- Remove all -webkit- prefixed CSS properties
- Use Bootstrap w-100 class instead of width: 100%
- Use Bootstrap overflow-hidden class instead of overflow: hidden
- Replace rgba(var(--palette-background-background-dark), 1) with var(--dark-background)
- Replace rgba(var(--palette-background-background), 1) with var(--light-background)
4 weeks ago
URAYUSHJAIN
e8923e4073
refactor: address code review feedback
- Extract LogoItem interface to separate file
- Move all styles into :host block
- Add Bootstrap utility classes to HTML template
- Order object properties alphabetically
- Clean up landing-page.scss duplicate styles
- Remove LOGO_CAROUSEL_IMPLEMENTATION.md file
1 month ago
URAYUSHJAIN
53f9d5d63f
feat: Create infinite logo carousel component #5660
- Add GfLogoCarouselComponent with pure CSS infinite scroll animation
- Replace static logo grid with dynamic carousel in landing page
- Implement responsive design with mobile/tablet/desktop support
- Add accessibility features (hover pause, ARIA labels)
- Include dark theme support and webkit prefixes for compatibility
- Maintain all existing logo URLs and titles
1 month ago
Raj Gupta
15133466a5
Task/migrate symbol pipe to standalone ( #5637 )
* Migrate symbol pipe to standalone
* Update changelog
1 month ago
Omar Eltomy
244e63a127
Feature/restrict retirement date picker of FIRE calculator to future dates ( #5627 )
* Restrict retirement date picker of FIRE calculator to future dates
* Update changelog
1 month ago
Germán Martín
01aeefd2df
Bugfix/improve table headers’ alignment of activities table ( #5580 )
* Improve table headers’ alignment of activities table
* Update changelog
1 month ago
David Requeno
da80efa0c6
Task/localize number formatting of y-axis labels in line chart component ( #5624 )
* Localize number formatting of y-axis labels in line chart component
* Update changelog
1 month ago
Attila Cseh
432251e108
Feature/remove deprecated item of activity type from create or update activity dialog ( #5555 )
* Remove deprecated item of activity type
* Update changelog
1 month ago
Germán Martín
cd40ce3679
Bugfix/enable save button after editing tags in create or update activity dialog ( #5561 )
* Enable save button after editing tags in create or update activity dialog
* Update changelog
1 month ago
Sven Günther
217ecd4d3f
Feature/set up pagination in import activities dialog ( #5527 )
* Set up pagination in import activities dialog
* Update changelog
1 month ago
Batwam
5bc5f6a2da
Feature/add symbol to benchmark component ( #5530 )
* Add symbol to benchmark component
* Update changelog
1 month ago
Raj Gupta
aa005e237c
Feature/extend activities table component by showAccountColumn input ( #5556 )
* Extend activities table component by showAccountColumn input
* Update changelog
1 month ago
Thomas Kaul
07f5f06b7c
Bugfix/remove data source element in activities table component ( #5541 )
* Clean up
* Update changelog
2 months ago
Attila Cseh
13b3ef20fc
Feature/storybook story for entity logo component ( #5192 )
* Set up Storybook story for entity logo component
* Update changelog
2 months ago
Thomas Kaul
603f851b02
Feature/upgrade Nx to version 21.5.1 ( #5497 )
* Upgrade Nx to version 21.5.1
* Update changelog
2 months ago
David Requeno
0bac81549e
Task/move world map chart component to @ghostfolio/ui ( #5480 )
* Move world map chart component to @ghostfolio/ui
* Update changelog
2 months ago
Aaditya Ashwin Rao
a21d423837
Task/modernize templates with untagged template literals ( #5453 )
* Modernize templates with untagged template literals
* Update changelog
2 months ago
Thomas Kaul
0d5adfb998
Feature/refactor dialog footer and header components ( #5445 )
* Refactor dialog footer and header components
* Update changelog
2 months ago
Kenrick Tandrian
1112048c45
Task/migrate dialog header and footer components to standalone ( #5401 )
* Migrate dialog footer component to standalone
* Migrate dialog header component to standalone
* Update changelog
2 months ago
Thomas Kaul
b5649654b2
Feature/add filter by data source for asset profiles in admin control panel ( #5385 )
* Add filter by data source
* Update changelog
2 months ago
Thomas Kaul
614dd07836
Feature/add quantity to holdings table of account detail dialog ( #5379 )
* Add quantity column
* Update changelog
3 months ago
Thomas Kaul
8eef97225a
Feature/add data source to asset profile search results of assistant ( #5370 )
* Add data source
* Update changelog
3 months ago
David Requeno
473c474845
Feature/extend search in assistant by accounts ( #5356 )
* Extend search in assistant by accounts
* Update changelog
3 months ago
Thomas Kaul
fcaa4f7996
Feature/improve precision of values in holding detail dialog on mobile ( #5337 )
* Improve dynamic numerical precision
* Shorten date on mobile
* Extend Storybook story of value component
* Update changelog
3 months ago
Thomas Kaul
8cd72885ea
Feature/extend personal finance tools 20250806 ( #5326 )
* Various updates
* Add Gasti
3 months ago
David Requeno
38afc839eb
Feature/move accounts table component to @ghostfolio/ui ( #5278 )
* Move accounts table component to @ghostfolio/ui
* Add Storybook story
* Update changelog
3 months ago
Thomas Kaul
7a5927592d
Feature/add support to exclude activity from analysis via tag ( #5297 )
* Add support to exclude activity from analysis via tag
* Update changelog
3 months ago
Kenrick Tandrian
3873430b54
Task/set up Storybook story for membership card component ( #5300 )
* Set up Storybook story for membership card component
* Update changelog
3 months ago
Thomas Kaul
ee10503fc6
Feature/improve usability of toggle component ( #5272 )
* Improve usability
* Update changelog
3 months ago
Kenrick Tandrian
e5de4e6b17
Bugfix/fix Storybook styles after upgrade ( #5258 )
* Fix Storybook styles after upgrade
* Update changelog
3 months ago
Thomas Kaul
f26648842f
Feature/extend personal finance tools 20250727 ( #5259 )
* Add CleverBilling
* Add DeFi Portfolio Tracker by Zerion
* Add Digrin
* Add Monsy
* Add Walletguide
* Update Maybe Finance
3 months ago
Anirban Biswas
a765e578a7
Feature/move toggle component to @ghostfolio/ui and set up Storybook story ( #5248 )
* Move toggle component to @ghostfolio/ui
* Set up Storybook story
* Update changelog
3 months ago
Thomas Kaul
58043def08
Bugfix/fix date format of retirement date in FIRE calculator ( #5245 )
* Fix date format
* Update changelog
3 months ago
Anirban Biswas
71fba8d204
Feature/set up Storybook story for activity type component ( #5234 )
* Set up Storybook story for activity type component
* Update changelog
3 months ago
Attila Cseh
bb216e29ce
Feature/upgrade to Nx 21.2 ( #5221 )
* Upgrade to Nx 21.2
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
3 months ago
Thomas Kaul
08d15e8327
Feature/improve symbol autocomplete Storybook story ( #5127 )
* Improve asset classes
4 months ago
Thomas Kaul
03fc120d50
Feature/remove date range from search holdings in assistant component ( #5170 )
* Remove date range
* Update changelog
4 months ago
Thomas Kaul
a03c275b31
Feature/add no results message to assistant ( #5166 )
* Add no results message
* Update changelog
4 months ago
Thomas Kaul
afaf783afb
Feature/improve labels of line chart components ( #5162 )
* Improve labels
* Update changelog
4 months ago
Thomas Kaul
96b4e11126
Feature/improve label in treemap chart for asset profiles with MANUAL data source ( #5128 )
* Improve label
* Update changelog
4 months ago
Thomas Kaul
c34e3a9434
Feature/reuse internal routes in assistant list item component ( #5122 )
* Reuse internal routes
4 months ago
Thomas Kaul
6940700a1b
Feature/extend asset sub classes by collectible ( #5126 )
* Extend asset sub classes by collectible
* Update changelog
4 months ago
Thomas Kaul
a94781537d
Bugfix/fix allocations by asset class for unknown asset classes ( #5120 )
* Fix allocations by asset class
* Update changelog
4 months ago
csehatt741
c2c4934d71
Feature/upgrade ionicons to version 8 ( #5090 )
* Upgrade ionicons to version 8
* Update changelog
4 months ago
Thomas Kaul
55e4d2fc7a
Feature/deprecate ITEM activity type in favor of BUY ( #5093 )
* Deprecate ITEM activity type in favor of BUY
* Update changelog
4 months ago
Thomas Kaul
078d0dd468
Bugfix/set name column to sticky in table of benchmark component ( #5095 )
* Set name column to sticky
* Update changelog
4 months ago
csehatt741
bd43ea9b6c
Feature/dynamically compose public routes in sitemap ( #5035 )
* Dynamically compose public routes in sitemap
* Update changelog
4 months ago
Kenrick Tandrian
e28ab59673
Feature/introduce fuzzy search for quick links of assistant ( #5055 )
* Introduce fuzzy search for quick links of assistant
* Update changelog
4 months ago
Thomas Kaul
9b4730b731
Feature/improve search results of assistant to only display categories with content ( #5053 )
* Improve search results
* Update changelog
4 months ago