-
Notifications
You must be signed in to change notification settings - Fork 61
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
chore(web): Remove NewLinks component #17363
Conversation
WalkthroughThe pull request involves the removal of the Changes
Possibly related PRs
Suggested labels
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (4)
💤 Files with no reviewable changes (3)
🧰 Additional context used📓 Path-based instructions (1)apps/web/screens/Home/Home.tsx (1)Pattern
🔇 Additional comments (8)apps/web/screens/Home/Home.tsx (8)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17363 +/- ##
==========================================
+ Coverage 35.67% 35.69% +0.01%
==========================================
Files 6933 6930 -3
Lines 148845 148701 -144
Branches 42523 42480 -43
==========================================
- Hits 53098 53074 -24
+ Misses 95747 95627 -120
Flags with carried forward coverage won't be shown. Click here to find out more. see 27 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ 0 Failed, 84 Passed, 0 Skipped, 24.43s Total Time |
This PR currently has a merge conflict. Please resolve this and then re-add the |
Remove NewLinks component
What
isn't being used anywhere so I suggest we remove it
Why
(Screenshot I took here: https://web.archive.org/web/20220308133147/https://island.is/)
Checklist:
Summary by CodeRabbit
Removal
NewLinks
component and its associated CSS stylesNewLinks
export from shared components moduleComponent Updates
Home
screen with new imports and component structureThe changes primarily involve removing a specific component and refactoring the home screen's component architecture.