Skip to content

feat(sticker-catalogue): seed more stickers#163

Merged
jeastham1993 merged 10 commits into
mainfrom
feat/sticker-seeding
Jan 21, 2026
Merged

feat(sticker-catalogue): seed more stickers#163
jeastham1993 merged 10 commits into
mainfrom
feat/sticker-seeding

Conversation

@jeastham1993

@jeastham1993 jeastham1993 commented Jan 21, 2026

Copy link
Copy Markdown
Collaborator

Resolves #150

  • Add /catalogue page to UI to load data from sticker catalogue, including pagination
  • Update Sticker detail page to remove stubs and include actual data
  • Fix bug in Sticker Catalogue backend service to actually set pagination correctly
  • Minor frontend changes (page title, favicon etc)

Tests

  • Manually ran docker compose locally
  • Ran e2e tests locally, all passed. 1 skipped.

Comment thread web-frontend/src/components/Sidebar.jsx
Comment thread web-frontend/src/components/StickerList.jsx
Comment thread e2e/tests/public/catalogue.spec.ts Outdated
await catalogue.goto();
});

test('loads without authentication', async () => {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this should be visible without auth - in my mental model, I think only the "public dashboard" should be

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@scottgerring hmmm, good point. I guess I thought that we might want to show the catalogue to public users.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably not the whole thing tho? I think the public dashboard can show some subset of them. I'm leaving the fetch image API public btw

@scottgerring scottgerring changed the title Feat/sticker seeding feat(sticker-catalogue): seed more stickers Jan 21, 2026

@scottgerring scottgerring left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved pending making catalogue private (for now at least, I think!)

@jeastham1993 jeastham1993 merged commit 7e12267 into main Jan 21, 2026
9 checks passed
@jeastham1993 jeastham1993 deleted the feat/sticker-seeding branch January 21, 2026 14:24
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.

feat(sticker-catalogue): Seed many more stickers

2 participants