[ papiche/Astroport.ONE ] Refactor NOSTRCARD.refresh.sh to delegate friends activity summary generation to N2.journal.sh
This update improves code organization by offloading the summary generation logic to a dedicated script, enhancing maintainability. The script now supports daily, weekly, monthly, and yearly summaries while ensuring clearer logging and error handling. Additionally, it introduces metrics for tracking summary publication success and improves the overall efficiency of the N² journal generation process.
[ derekross/zappix ] feat: add remote login success callback page
Add /remoteloginsuccess page that handles the callback from signer
apps after NIP-46 authorization. The page checks for an active
session and redirects to home on success.
Bump version to 2.7.5
🤖 Generated with [Claude Code](
[ derekross/plektos ] feat: add remote login success callback page
Add /remoteloginsuccess page that handles the callback from signer
apps after NIP-46 authorization. The page checks for an active
session and redirects to home on success.
Bump version to 0.5.5
🤖 Generated with [Claude Code](
[ derekross/zaptrax ] feat: add remote login success callback page
Add /remoteloginsuccess page that handles the callback from signer
apps after NIP-46 authorization. The page checks for an active
session and redirects to home on success.
- Create RemoteLoginSuccess.tsx with session detection
- Update callback URL to use the new endpoint
- Bump version to 0.2.5
[ papiche/Astroport.ONE ] Enhance economic health monitoring in UPlanet scripts
Added functions to calculate and display economic metrics such as multipass count, zencard count, weekly revenue, and costs. Implemented a risk assessment mechanism to determine economic health levels (GREEN, YELLOW, ORANGE, RED) based on financial data. Updated the captain dashboard to include a summary of the captain's dedicated wallet and integrated a quick swarm health overview. Improved the navigation menu to reflect new economic insights and alerts for station statuses.