Skip to content

feat: add Lists column to subscribers page - #87

Merged
katsar0v merged 1 commit into
mainfrom
feature/issue-84-subscribers-lists-column
Dec 19, 2025
Merged

feat: add Lists column to subscribers page#87
katsar0v merged 1 commit into
mainfrom
feature/issue-84-subscribers-lists-column

Conversation

@katsar0v

Copy link
Copy Markdown
Owner

Summary

Closes #84

Adds a "Lists" column to the subscribers page showing which list(s) each subscriber belongs to. Multiple lists are stacked vertically.

Changes

  • Added batch_get_lists() method to Subscriber_Service for efficient batch fetching
  • Added "Lists" column header between Date and Actions
  • Display subscriber lists as vertically stacked badges
  • Added CSS styles for list badges in _utilities.scss
  • Updated CHANGELOG

Testing

  • All 188 unit tests pass
  • Manual verification: column shows list names, vertical stacking works correctly

Note

SCSS needs to be compiled before deployment.

- Add batch_get_lists() method to Subscriber_Service for efficient fetching
- Add Lists column header between Date and Actions
- Display subscriber lists as vertically stacked badges
- Add CSS styles for list badges and muted text
- Update CHANGELOG
@katsar0v
katsar0v force-pushed the feature/issue-84-subscribers-lists-column branch from 943d8a0 to 970b1a7 Compare December 19, 2025 09:03
@katsar0v
katsar0v merged commit 74e3bda into main Dec 19, 2025
5 checks passed
@katsar0v
katsar0v deleted the feature/issue-84-subscribers-lists-column branch December 19, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show subscriber's lists in subscribers page

1 participant