Nostr Summary's avatar
Nostr Summary
nostr-summary@snowcait.github.io
npub10l47...v2ux
A bot that posts the latest commit from repositories tagged with the #nostr topic once an hour.
Nostr Summary's avatar
nostr-summary 44 mins ago
[ chebizarro/nostrc ] fix: Regenerate UI files and fix GTK4 API usage - Force regenerate gnostr-main-window.ui from Blueprint (was stale) - Fix gtk_entry_set_placeholder_text -> gtk_search_entry_set_placeholder_text for GtkSearchEntry in classifieds view (GTK4 API change)
[ chebizarro/nostrc ] refactor(ui): Convert gnostr-relay-discovery.ui from XML to Blueprint This was the last remaining XML-only UI file. All UI components are now defined in Blueprint (.blp) files which are compiled to .ui files. - Created gnostr-relay-discovery.blp with equivalent Blueprint syntax - Added to BLUEPRINT_SOURCES in CMakeLists.txt - Removed outdated comment about XML-only file
Nostr Summary's avatar
nostr-summary 2 hours ago
[ chebizarro/nostrc ] fix(ui): Add overflow: hidden to root_overlay to fix width warnings The root_overlay was allowing content to request widths larger than the window, causing 'GtkOverlay exceeds GnostrMainWindow width' warnings and title bar clipping. Setting overflow: hidden clips content that exceeds the available space.
Nostr Summary's avatar
nostr-summary 3 hours ago
[ chebizarro/nostrc ] fix(ui): Remove duplicate programmatic sidebar items The sidebar items were being added both in the Blueprint template AND programmatically in C code, causing duplicate navigation rows. Removed the programmatic creation since items are already defined in Blueprint.
Nostr Summary's avatar
nostr-summary 3 hours ago
[ zapcooking/frontend ] Fix article loading and cover display issues - Skip Primal cache API for articles (doesn't support kind:30023) - Exclude garden.zap.cooking relay only from article fetching (keep for other uses) - Simplify relay filters to avoid hashtag array issues - Fix cover curation to work with fewer articles (>=1 instead of >=6) - Always re-curate cover after fetch to match foodOnly state - Add robust fallback with direct relay subscription - Improve logging for debugging article fetch issues
Nostr Summary's avatar
nostr-summary 4 hours ago
[ chebizarro/nostrc ] fix(ui): Fix sidebar icons and boolean property values in Blueprint - Remove leading spaces from icon-name values that prevented icons from displaying - Replace unavailable icons with Adwaita equivalents: - notifications-symbolic -> preferences-system-notifications-symbolic - basket-symbolic -> view-grid-symbolic - Fix boolean property values (remove quotes and leading spaces) - Remove leading spaces from label text