-
Notifications
You must be signed in to change notification settings - Fork 2
Refactor: improve ui/ux dlq page dashboard #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor: improve ui/ux dlq page dashboard #46
Conversation
nadmax
left a comment
There was a problem hiding this 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
left a comment
There was a problem hiding this 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
00c37db to
fbbf44e
Compare
Sorry, I'd copy/paste your commands and i dont see errors when add remote. It's ok with: |
nadmax
left a comment
There was a problem hiding this 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 🙂
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