-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: dev
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
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> |
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.
We have a reusable button component in svelte-ui
.
} | ||
|
||
h1 { | ||
font-weight: bolder; |
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 can use tailwind's utility classes to modify font sizes and weights.
Empty state for messages.