mirror of
https://github.com/hipcityreg/situation-monitor.git
synced 2026-04-27 08:36:01 +03:00
[PR #13] Add Option for Sysadmin or Security or Local News Panel #11
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#11
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/13
Author: @Nels2
Created: 1/12/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (7)
c2c2102Create CNAME6c13472Delete CNAME78cc67cadd security option for CVEs09e3570add separate sysadmin panel. Begin implement of Local News panel.723400fAdd new feeds for security and sysadminddd8a37reorder feeds to correct locations...430ae83Add Self Hosted News to sysadmin panel...📊 Changes
18 files changed (+8220 additions, -7552 deletions)
View changed files
📝
package-lock.json(+7494 -7512)📝
src/lib/api/index.ts(+1 -1)📝
src/lib/api/news.ts(+229 -18)📝
src/lib/components/common/NewsItem.svelte(+14 -0)➕
src/lib/components/panels/LocalNewsPanel.svelte(+162 -0)📝
src/lib/components/panels/NewsPanel.svelte(+14 -3)📝
src/lib/components/panels/index.ts(+1 -0)📝
src/lib/config/feeds.ts(+25 -0)📝
src/lib/config/index.ts(+1 -0)📝
src/lib/config/keywords.ts(+50 -1)📝
src/lib/config/panels.ts(+6 -0)📝
src/lib/config/presets.ts(+15 -1)📝
src/lib/stores/index.ts(+5 -0)➕
src/lib/stores/local-news.ts(+117 -0)📝
src/lib/stores/news.ts(+33 -12)📝
src/lib/stores/settings.ts(+6 -1)📝
src/lib/types/index.ts(+13 -1)📝
src/routes/+page.svelte(+34 -2)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.