Skip to content

fix(widget): remove unused imports in screens (#59) - #66

Merged
chintondutta merged 1 commit into
thefremn:mainfrom
rishiii183:fix/remove-unused-imports-widget
Aug 12, 2026
Merged

fix(widget): remove unused imports in screens (#59)#66
chintondutta merged 1 commit into
thefremn:mainfrom
rishiii183:fix/remove-unused-imports-widget

Conversation

@rishiii183

Copy link
Copy Markdown
Contributor

Fixes #59

Summary

Removes 15 unused import warnings (@typescript-eslint/no-unused-vars) across 4 screen files in apps/widget:

  • widget-chat-screen.tsx: removed unused AIConversationScrollButton
  • widget-contact-screen.tsx: removed unused MicIcon, MicOffIcon, AIConversation, AIConversationContent, AIConversationScrollButton, AIMessage, AIMessageContent, useVapi, cn
  • widget-inbox-screen.tsx: removed unused useAtom, AlertTriangleIcon, errorMessageAtom
  • widget-selection-screen.tsx: removed unused AlertTriangleIcon

Verification

  • Ran pnpm lint from the repo root to confirm all 15 unused import warnings in apps/widget are gone with zero new errors or behavior changes.

@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solvia-widget Ready Ready Preview Aug 12, 2026 11:46am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
solvia-web Skipped Skipped Aug 12, 2026 11:46am

@vercel
vercel Bot temporarily deployed to Preview – solvia-web August 12, 2026 11:15 Inactive
@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

@rishiii183 is attempting to deploy a commit to the FREMN's projects Team on Vercel.

A member of the Team first needs to authorize it.

@chintondutta
chintondutta merged commit 043fe39 into thefremn:main Aug 12, 2026
4 checks passed
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.

Remove unused imports in apps/widget

2 participants