No description
Find a file
Manohar 0e335f9654 fix: add missing </div> closing sec-cfg card — root cause of blank Analysis tab
The Alert Settings card (sec-cfg) was missing its outer closing </div>.
This caused the browser to nest view-analysis INSIDE view-dashboard.
When showView() set view-dashboard to display:none, view-analysis was
hidden too — making display:block on view-analysis itself useless since
a parent with display:none overrides all children.

Also retains the force-expand and loading-state improvements from prior
commits, and the diagnostic banner (to be removed once confirmed working).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 10:43:07 +05:30
public fix: add missing </div> closing sec-cfg card — root cause of blank Analysis tab 2026-06-24 10:43:07 +05:30
src fix: three issues — symbol parser, booked PnL window, token reauth 2026-06-24 10:07:20 +05:30
.env.example feat: initial position tracker scaffold 2026-05-08 11:22:05 +00:00
.gitignore chore: add gitignore 2026-05-08 16:22:05 +00:00
docker-compose.yml fix: bind port 3457 to 127.0.0.1 to prevent direct public access 2026-06-06 09:41:17 +05:30
Dockerfile fix: run as root — bind-mount overrides chown causing SQLITE_CANTOPEN 2026-05-08 16:36:49 +00:00
package.json feat: initial position tracker scaffold 2026-05-08 11:22:05 +00:00
tsconfig.json feat: initial position tracker scaffold 2026-05-08 11:22:05 +00:00