-
Notifications
You must be signed in to change notification settings - Fork 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 Inbox and Spam pages #1449
Conversation
hrithik73
commented
Mar 11, 2024
- Removed unused code
- Removed commented code
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -11,32 +11,29 @@ import styled, { ThemeProvider, useTheme } from "styled-components"; | |||
// Internal Compoonents | |||
import * as PushAPI from "@pushprotocol/restapi"; | |||
import { NotificationItem } from "@pushprotocol/uiweb"; | |||
import { ReactComponent as Close } from 'assets/chat/group-chat/close.svg'; |
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.
- height: 85% causes bottom gap in inbox and spam
- Feedbox should be renamed to Inbox
- spam should be Spam
- ScrollItem should be duplicated and adjusted instead of imported
- height 100% causes loading indicator to hide
- why is dispatch needed provided notifications are loaded internally
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.
height: 85% causes bottom gap in inbox and spam
Feedbox should be renamed to Inbox
spam should be Spam
ScrollItem should be duplicated and adjusted instead of imported
height 100% causes loading indicator to hide
why is dispatch needed provided notifications are loaded internally
5c4809d
to
1885723
Compare
All looks good. |
Approved |