Distinguish new media outlets from regular ones within categories

Refactors `getOutletsByCategory` to `getSeparatedOutlets` in `MainContent.tsx`, separating outlets with recent articles (marked as "NEW") from regular ones and improving UI presentation.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: aabe2db1-f078-4501-aab5-be145ebc6b9a
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/aabe2db1-f078-4501-aab5-be145ebc6b9a/ETDmxYB
This commit is contained in:
kimjaehyeon0101
2025-10-13 09:09:28 +00:00
parent 22efc5a753
commit f9e2e49d8a
2 changed files with 68 additions and 10 deletions

View File

@ -38,6 +38,10 @@ externalPort = 3000
localPort = 43777
externalPort = 4200
[[ports]]
localPort = 44067
externalPort = 5000
[env]
PORT = "5000"