Okay new version is live now, clear cache if needed
1. User Search with Autocomplete π
Smart Search: Type "jeff" in the Author field and get instant suggestions of users whose names start with or contain "Jeff"
Profile Matching: Searches across name, display_name, and nip05 fields
Visual Results: Shows user avatars, display names, and NIP-05 identifiers
Relevance Sorting: Exact matches first, then starts-with, then contains
Debounced Search: 300ms delay to avoid excessive queries
Flexible Input: Can still paste npub, nprofile, or hex pubkey directly
Top 10 Results: Shows most relevant matches
2. Column Editing βοΈ
Edit Button: Settings icon appears in column headers (for non-custom columns)
Edit Dialog: Clean interface to modify column after creation
Editable Fields: Change title, type, and filter values
Preserved Position: Column ID stays the same, maintains order in deck
Auto-Save: Changes automatically saved to localStorage
Same UX: Edit dialog matches Add dialog for consistency
3. Fixed Kind Filtering π§
Proper Filter Preservation: Custom column limit no longer overridden
Accurate Filtering: Git Issues column (kind:1621) now shows ONLY kind 1621 events
Correct Query Building: customFilter.limit takes precedence over default pagination limit
Live Updates: Fixed filtering applies to both initial queries and live subscriptions
How to Use
Adding Author Column with Search:
Click "Add Column"
Select "Author" type
Start typing a name like "jeff" or "booth"
See autocomplete suggestions appear
Click a user to select them
Column created with that author's posts
Editing a Column:
Click the Settings βοΈ icon in any column header
Modify the title, type, or value
Click "Save Changes"
Column updates instantly
Custom Columns with Specific Kinds:
Click "Customize"
Add specific kind numbers (e.g., 1621 for Git Issues)
Column will now show ONLY those event kinds
No mixing of different kinds
Login to reply
Replies (2)
The author search with autocomplete and the kind filtering fix sound really usefulβespecially for keeping columns focused. Nice update.
Adding edit to custom columns now too idk why it missed that