Priyanka Punukollu
0cc8403648
fix: restore apps/api, libs, and config files lost in merge
The merge commit accidentally deleted apps/api/src (NestJS backend),
libs/common/src/lib, libs/ui/src/lib, package.json, nx.json, and all
tsconfig files — causing the API server to fail at build time.
Restored all 667 files from pre-merge commit cdee7514d so the
Ghostfolio API starts cleanly on port 3333 and ghostfolio_reachable=true.
Made-with: Cursor
2 months ago
Priyanka Punukollu
54cc9c8ccb
feat(agent): add login page, live thinking steps, and UI polish
- Login page (login.html) with email/password auth, error states, demo hint
- /auth/login FastAPI endpoint with credential validation
- /chat/steps SSE endpoint streaming real-time LangGraph node events
- /me endpoint for user profile lookup
- chat_ui.html: auth guard, sign-out, localStorage persistence, category
quick prompts, live thinking panel, tool badges, confidence bar,
verification badge, copy button, retry button, latency tracker,
session summary toast, /tools command, message timestamps
Co-authored-by: Cursor <cursoragent@cursor.com>
2 months ago
Kenrick Tandrian
07d7178dc3
Task/upgrade to Nx 22.1.3 and Storybook 10.1.10 ( #6105 )
* chore(deps): bump nx from 22.0 to 22.1
* fix(ts): set moduleResolution to bundler
This is a requirement for Storybook 10 migration. See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#require-tsconfigjson-moduleresolution-set-to-value-that-supports-types-condition .
* feat(sb): change main.js to ESM
See https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#the-storybookmain-file-and-other-presets-must-be-valid-esm .
* fix(ts): set target to es2022
This resolves the warning: TypeScript compiler options "target" and "useDefineForClassFields" are set to "ES2022" and "false" respectively by the Angular CLI. To control ECMA version and features use the Browserslist configuration. For more information, see https://angular.dev/tools/cli/build#configuring-browser-compatibility .
* fix(ts): set esModuleInterop to true
* feat(docs): update changelog
* fix(ts): set moduleResolution to bundler
* fix(ts): revert target changes
* Update changelog
4 months ago
Kenrick Tandrian
e5de4e6b17
Bugfix/fix Storybook styles after upgrade ( #5258 )
* Fix Storybook styles after upgrade
* Update changelog
9 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>
9 months ago
Ken Tandrian
02a4e27083
Bugfix/missing assets in Storybook ( #4324 )
* fix(sb): add staticDirs config
* fix(sb): improve config type safety
* Update changelog
1 year ago
Ken Tandrian
72d5c713c5
Feature/import global styles in Storybook ( #4302 )
* feat(ui): include styles in storybook build
* chore(ui): cleanup
* fix(ui): remove styles from storybook target
* Update changelog
1 year ago
Thomas Kaul
0b59fc639d
Feature/upgrade prettier to version 3 ( #2163 )
* Upgrade prettier to version 3.0.2
* Prettify code
* Update changelog
3 years ago
Thomas Kaul
7fc3fff431
Bugfix/fix storybook setup ( #1976 )
* Fix Storybook setup
* Update changelog
3 years ago
Thomas Kaul
ce022c024f
Feature/upgrade nx to version 15.7.2 ( #1721 )
* Upgrade Angular and Nx
* Update changelog
3 years ago
Logan Arnett
8e577592f6
Fix issue with $localize in storybook ( #1343 )
4 years ago
Thomas Kaul
34cbdd7c2a
Upgrade angular, Nx and storybook ( #888 )
* Upgrade angular, Nx and storybook
* Update changelog
4 years ago
Thomas Kaul
fbd1475402
Feature/upgrade core dependencies ( #490 )
* Upgrade core dependencies
* angular
* nestjs
* Nx
* rxjs
* storybook
* Temporarily fix imports for storybook
* Update changelog
4 years ago
Thomas Kaul
861dff9210
Feature/upgrade storybook dependencies ( #381 )
* Upgrade storybook dependencies
5 years ago
Thomas Kaul
ba234a470e
Feature/add storybook story for trend indicator component ( #346 )
* Add storybook story for trend indicator component
* Update changelog
5 years ago
Thomas Kaul
ccae660104
Feature/add storybook story for no transactions info component ( #345 )
* Add storybook story for no transactions info component
* Update changelog
5 years ago
Thomas Kaul
5fd413e57e
Feature/setup storybook ( #332 )
* Setup ui library with storybook
* Add value component with story
* Update changelog
5 years ago