[Draft] feat(nostr-feed): Reddit-style link aggregator #9

Closed
padreug wants to merge 19 commits from feature/link-aggregator into main
Showing only changes of commit 7f4b1f1e9e - Show all commits

fix(ui): Add top padding to sort tabs

Add spacing between header border and sort tabs for better visual
separation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Patrick Mulligan 2026-01-01 21:33:03 +01:00

View file

@ -64,7 +64,7 @@ function selectTimeRange(range: TimeRange) {
</script> </script>
<template> <template>
<div class="flex items-center gap-1 text-sm border-b border-border pb-2 mb-2"> <div class="flex items-center gap-1 text-sm border-b border-border pt-3 pb-2 mb-2">
<!-- Sort tabs --> <!-- Sort tabs -->
<template v-for="option in sortOptions" :key="option.id"> <template v-for="option in sortOptions" :key="option.id">
<button <button