-
Notifications
You must be signed in to change notification settings - Fork 578
Closed
Closed
Copy link
Labels
RefactorA complete logic rewrite is requested or being performed for an issue.A complete logic rewrite is requested or being performed for an issue.cleanupremove unused files in the codebaseremove unused files in the codebase
Description
Operating System
macOS
Run Mode
Electron (Desktop App)
App Version
v0.14.0rc
Bug Description
Currently when we want to use tooltip component we need to wrap it with to render it properly and its repeated across many ui files in codebase
Steps to Reproduce
none
Expected Behavior
Create it once in either renderer.tsx or in app.tsx and remove the duplicates across codebase this will clean up codebase a bit
Actual Behavior
tooltip provider is repeated across many ui files
Screenshots
No response
Relevant Logs
Additional Context
No response
Checklist
- I have searched existing issues to ensure this bug hasn't been reported already
- I have provided all required information above
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
RefactorA complete logic rewrite is requested or being performed for an issue.A complete logic rewrite is requested or being performed for an issue.cleanupremove unused files in the codebaseremove unused files in the codebase