-
Notifications
You must be signed in to change notification settings - Fork 17
Feat : copy download image context menu ( fixed : #62 ) #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
base: main
Are you sure you want to change the base?
Feat : copy download image context menu ( fixed : #62 ) #63
Conversation
Hello @akhileshthite I came across your repository a few days ago and found it very interesting. I have a strong interest in technologies like Electron.js and React, and I’m also proficient in the MERN stack and Node.js in detail. I’m highly interested in your project and would love to contribute. I’m looking forward to any opportunities where I can collaborate and help improve the project. Thank you for your time, |
It's okay, no worries, 🤠 |
@akhileshthite I wanted to share an idea for a new feature that could make our browser more powerful in local networking scenarios . Problem Proposed Solution Route Example: Demo : Security This feature would turn our browser into a local collaboration and file-sharing hub, eliminating the need for extra apps. what is your opinion on this idea |
Also, since I noticed that some contributions to the project have previously been supported through bounties and rewards. |
Feature Update: Context Menu Image Copy/Download
Closes : #62
Overview
This update introduces two key improvements to the project:
1. Context Menu Image Copy & Download
Description:
A new feature that allows users to right-click on an image and directly copy or download it from the context menu — a familiar behavior from modern browsers.
2. Custom Error Logging
Description:
A new utility that logs errors with:
Purpose:
Codebase Changes
New File(s):
Created a dedicated file containing:
Legacy Code Integration:
Added two lines of code to the existing legacy codebase to:
Dev: [adarsh-iiit]
Closes : #62