mirror of
https://github.com/hipcityreg/situation-monitor.git
synced 2026-04-27 08:36:01 +03:00
[PR #20] [CLOSED] a1 #25
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/situation-monitor#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hipcityreg/situation-monitor/pull/20
Author: @zqsb6k44sp-cmd
Created: 1/17/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
858817dChange BASE_PATH in deploy workflowc14cc01Update +page.svelte747bcdbUpdate header logo text for clarity55543caInitial planebd6c8fAdd Nifty 50 and Nifty Next 50 heatmap panels with logo support51fb378Add unit tests and fix formattinged1f938Address code review feedback - remove hardcoded token, fix NaN handlingd3fe3d7Merge pull request #1 from zqsb6k44sp-cmd/copilot/add-nifty-heatmap-panelscfa5fdaInitial planb731497Add auto-refresh for Nifty heatmaps with 60s interval and last update time display📊 Changes
30 files changed (+8935 additions, -7535 deletions)
View changed files
📝
.github/workflows/deploy.yml(+1 -1)📝
CLAUDE.md(+8 -0)📝
package-lock.json(+7512 -7512)➕
src/lib/api/bloomberg.ts(+113 -0)📝
src/lib/api/index.ts(+2 -0)📝
src/lib/api/markets.ts(+1 -2)➕
src/lib/api/nifty.ts(+160 -0)➕
src/lib/components/common/StockHeatmapCell.svelte(+144 -0)📝
src/lib/components/common/index.ts(+1 -0)📝
src/lib/components/layout/Header.svelte(+1 -1)➕
src/lib/components/panels/BloombergFeedPanel.svelte(+144 -0)📝
src/lib/components/panels/IntelPanel.svelte(+2 -1)➕
src/lib/components/panels/Nifty50HeatmapPanel.svelte(+51 -0)➕
src/lib/components/panels/NiftyNext50HeatmapPanel.svelte(+51 -0)📝
src/lib/components/panels/index.ts(+3 -0)📝
src/lib/config/api.ts(+2 -1)📝
src/lib/config/feeds.ts(+13 -2)📝
src/lib/config/index.ts(+9 -1)➕
src/lib/config/nifty.ts(+122 -0)📝
src/lib/config/panels.ts(+8 -2)...and 10 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.