[PR #13] Add Option for Sysadmin or Security or Local News Panel #11

Open
opened 2026-03-16 12:11:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hipcityreg/situation-monitor/pull/13
Author: @Nels2
Created: 1/12/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (7)

  • c2c2102 Create CNAME
  • 6c13472 Delete CNAME
  • 78cc67c add security option for CVEs
  • 09e3570 add separate sysadmin panel. Begin implement of Local News panel.
  • 723400f Add new feeds for security and sysadmin
  • ddd8a37 reorder feeds to correct locations...
  • 430ae83 Add 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

  • Add Security Option for CVEs
  • Add Sysadmin Option
  • Add Local News Panel. Use City/State_Full_Name

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hipcityreg/situation-monitor/pull/13 **Author:** [@Nels2](https://github.com/Nels2) **Created:** 1/12/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`c2c2102`](https://github.com/hipcityreg/situation-monitor/commit/c2c210234e1d2ac4d2fb8f55e788131ddf4921fe) Create CNAME - [`6c13472`](https://github.com/hipcityreg/situation-monitor/commit/6c13472ae1d3f090533f6904d89789eb6a9726c2) Delete CNAME - [`78cc67c`](https://github.com/hipcityreg/situation-monitor/commit/78cc67c72015c425a1dc98b2d0ef5d18a62c5b76) add security option for CVEs - [`09e3570`](https://github.com/hipcityreg/situation-monitor/commit/09e3570008420ebf6dc4658a0262c11887c7e302) add separate sysadmin panel. Begin implement of Local News panel. - [`723400f`](https://github.com/hipcityreg/situation-monitor/commit/723400f026c6cea75609322a3d7ec2d261942ba5) Add new feeds for security and sysadmin - [`ddd8a37`](https://github.com/hipcityreg/situation-monitor/commit/ddd8a37a2d0146a03c5a7c60129cc0c9ad2efd03) reorder feeds to correct locations... - [`430ae83`](https://github.com/hipcityreg/situation-monitor/commit/430ae83c05a6c81c86967a674e4b6b2422246622) Add Self Hosted News to sysadmin panel... ### 📊 Changes **18 files changed** (+8220 additions, -7552 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - Add Security Option for CVEs - Add Sysadmin Option - Add Local News Panel. Use City/State_Full_Name --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/situation-monitor#11
No description provided.