Skip to content

Conversation

@Medzoner
Copy link
Contributor

@Medzoner Medzoner commented Jan 11, 2026

Improve Dead Letter Queue UI/UX

Summary

This PR enhances the Dead Letter Queue (DLQ) page with improved visual design, better information architecture, and enhanced user interactions. The changes provide a more intuitive and visually appealing interface for managing failed tasks.

#25

@nadmax nadmax added enhancement New feature or request dashboard Something related to the dashboard labels Jan 11, 2026
Copy link
Owner

@nadmax nadmax left a comment

Choose a reason for hiding this comment

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

Apart from the comment in the CSS file, you need to rebase your branch from master

git add remote upstream git@github.com:nadmax/nexq.git
git fetch upstream
git checkout master
git rebase upstream/master
git push -f origin master
git checkout feat/improve-ui-ux-in-dlq-page
git rebase origin/master
git push -f origin feat/improve-ui-ux-in-dlq-page

@nadmax nadmax linked an issue Jan 12, 2026 that may be closed by this pull request
@Medzoner Medzoner requested a review from nadmax January 12, 2026 18:37
Copy link
Owner

@nadmax nadmax left a comment

Choose a reason for hiding this comment

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

You haven't rebase your branch from master
Let me know if you need any help

@Medzoner Medzoner force-pushed the feat/improve-ui-ux-in-dlq-page branch from 00c37db to fbbf44e Compare January 13, 2026 20:34
@Medzoner
Copy link
Contributor Author

Medzoner commented Jan 13, 2026

You haven't rebase your branch from master Let me know if you need any help

Sorry, I'd copy/paste your commands and i dont see errors when add remote. It's ok with:
git remote add upstream git@github.com:nadmax/nexq.git

@nadmax nadmax self-requested a review January 14, 2026 00:34
Copy link
Owner

@nadmax nadmax left a comment

Choose a reason for hiding this comment

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

Everything is good now 🙂
Thank you for your contribution 😄

I'm going to squash and merge your PR.
If you still want to contribute, you're welcome to do so.

Feel free to leave a star if you like the project 🙂

@nadmax nadmax merged commit 1bb84c3 into nadmax:master Jan 14, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dashboard Something related to the dashboard enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dashboard: Failed tasks in Dead Letter Queue tab

2 participants