Skip to content
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

[BUG-60]: Create UI Empty State Components for Notifications/ Messages #160

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

leonamagaya
Copy link
Collaborator

Empty state for messages.

@vercel
Copy link

vercel bot commented Sep 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
planet-of-the-bugs-client ❌ Failed (Inspect) Sep 10, 2023 6:42am

@Maiz27 Maiz27 changed the title Bug-60 [BUG-60]: Create UI Empty State Components for Notifications/ Messages Sep 10, 2023
@Maiz27 Maiz27 added 🖥️ Frontend user interface related task 😌 Enhancement New feature or request 🚧 WIP describes work in progress labels Sep 10, 2023
Copy link
Owner

@Emmanuel-Melon Emmanuel-Melon left a comment

Choose a reason for hiding this comment

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

Solid work!!!!!! Just left a few comments

<img class="resize" src={Image} alt="Man using magnet to collect mail" />
<h1>No new messages.</h1>
<p>There are no new messages. Start chatting with your fellow BUGSLAYERS!</p>
<button class="btn btn-wide">New Chat</button>
Copy link
Owner

Choose a reason for hiding this comment

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

We have a reusable button component in svelte-ui.

}

h1 {
font-weight: bolder;
Copy link
Owner

Choose a reason for hiding this comment

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

You can use tailwind's utility classes to modify font sizes and weights.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😌 Enhancement New feature or request 🖥️ Frontend user interface related task 🚧 WIP describes work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG-60]: Create UI Empty State Components for Notifications/ Messages
3 participants