-
Notifications
You must be signed in to change notification settings - Fork 63
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
feat: report issue popup #261
Conversation
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.
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.
There are some merge conflicts with this PR
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.
LGTM
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.
LGTM
This pull request introduces several new features and improvements, including the addition of a feedback reporting system, enhancements to the schedule creation logic, and various UI adjustments. Below is a summary of the most important changes:
New Features:
@sentry/react
dependency topackage.json
for error and feedback reporting. (package.json
)ReportIssueMain
component to handle user feedback submission. (src/views/components/ReportIssueMain.tsx
)openReportWindow
function to open a centered report window. (src/shared/util/openReportWindow.ts
)src/views/components/PopupMain.tsx
)Enhancements:
createSchedule
function to prevent duplicate schedule names by appending a number if necessary. (src/pages/background/lib/createSchedule.ts
)UI Adjustments:
src/pages/popup/index.html
)Codebase Simplification:
src/views/components/calendar/CalenderHeader.tsx
,src/views/lib/openNewTabFromContentScript.ts
) [1] [2]Configuration Updates:
vite.config.ts
to include the new report page. (vite.config.ts
) [1] [2] [3]This change is