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

Refactor Inbox and Spam pages #1449

Merged
merged 8 commits into from
Mar 27, 2024
Merged

Refactor Inbox and Spam pages #1449

merged 8 commits into from
Mar 27, 2024

Conversation

hrithik73
Copy link
Contributor

  • Removed unused code
  • Removed commented code

Copy link

vercel bot commented Mar 11, 2024

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

Name Status Preview Comments Updated (UTC)
push-dapp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 27, 2024 4:43am

@@ -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';
Copy link
Contributor

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

Copy link
Contributor

@HarshRajat HarshRajat left a 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

Copy link

All looks good.

@HarshRajat
Copy link
Contributor

Approved

@0xNilesh 0xNilesh merged commit a92e257 into main Mar 27, 2024
3 checks passed
@0xNilesh 0xNilesh deleted the refactor-inbox branch March 27, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

😈 [Feature Enhancement] - <Inbox and Spam page refactor>
3 participants