Skip to content

Conversation

@Icarus-B4
Copy link

  • Add DeleteSessionModal component for confirmation dialog
  • Add delete button to each session item in SessionListView
  • Implement deleteSessionById function using Electron API
  • Add IPC handlers for session file deletion
  • Add window transparency handlers for PR3 compatibility
  • Update preload.ts with new API functions
  • Fix TypeScript errors and imports
image

Edgar added 3 commits August 4, 2025 19:03
- Add DeleteSessionModal component for confirmation dialog
- Add delete button to each session item in SessionListView
- Implement deleteSessionById function using Electron API
- Add IPC handlers for session file deletion
- Add window transparency handlers for PR3 compatibility
- Update preload.ts with new API functions
- Fix TypeScript errors and imports
Copy link
Collaborator

@DOsinga DOsinga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I appreciate the enthusiasm but this is the third time you made me look at something that sill has traces of LLM work

schedulingEngine: SchedulingEngine;
showQuitConfirmation: boolean;
enableWakelock: boolean;
windowOpacity?: number;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You say clean ...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry im new in PR.
Do i have to remove the comments?
Its not allowed to use AI?

...

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Icarus-B4 - again I like your enthusiasm and you are encourage to use AI!

however (and maybe we should post some guidelines here) it is your responsibility to make sure the PR the AI produces is actually ready for review. so you can't have comments in there that the AI left there (like "you could show a toast here") or in this case left overs from the previous PR (windowOpacity is not related to the current change). it would also behoove you to check out @zanesq link to the other implementation of this feature.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the clear guidance. Good point – I'll be more careful to clean up my PRs in the future and review existing implementations beforehand. I'll checked out @zanesq's link. its "Privat"
Any way i close the PR and let the professionals work.

@Icarus-B4 Icarus-B4 closed this Aug 5, 2025
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.

2 participants