Skip to content

Adding 'About' option under 'Help' menu #274

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

Merged
merged 5 commits into from
Nov 22, 2024

Conversation

shivaahir158
Copy link
Collaborator

@shivaahir158 shivaahir158 commented Nov 21, 2024

Motivate of the pull request

  • To address an existing issue. If so, please provide a link to the issue:
  • Breaking new feature. If so, please describe details in the description part.

Describe the technical details -

Draft PR for 'About' under 'Help' menu, as discussed.

image

image

What is currently done? (Provide issue link if applicable)

What does this pull request change?

Which part of the code base require a change

  • Frontend: main.js
  • Backend:
  • Library: <Specify the library name, e.g. npm packages>
  • Plug-in: <Specify the plugin name, e.g. Webpack, jtest>
  • Documentation
  • Regression tests
  • Continuous Integration (CI) scripts

Impact of the pull request

  • Require a change on Quality of Results (QoR)
  • Break backward-compatibility. If so, please list who may be influenced.

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.78%. Comparing base (811c270) to head (9eec0b9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #274   +/-   ##
=======================================
  Coverage   68.78%   68.78%           
=======================================
  Files         110      110           
  Lines        9035     9035           
  Branches      402      402           
=======================================
  Hits         6215     6215           
  Misses       2820     2820           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@shivaahir158 shivaahir158 changed the title Adding about option under help menu Adding 'About' option under 'Help' menu Nov 21, 2024
@shivaahir158 shivaahir158 marked this pull request as ready for review November 22, 2024 15:16
main.js Outdated
const packagePath = path.join(__dirname, 'package.json');
const packageData = JSON.parse(fs.readFileSync(packagePath, 'utf8'));

const message = `${packageData.build.productName}\nVersion: ${packageData.version}\nAuthor: ${packageData.author}\nCopyright: ${packageData.build.copyright}\nType: Engineering`;
Copy link
Contributor

Choose a reason for hiding this comment

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

Type is still hardcoded here, please remove it.
Also confirm that production build has same data.

@ravikiranchollangi ravikiranchollangi merged commit fb4d21f into main Nov 22, 2024
11 checks passed
@ravikiranchollangi ravikiranchollangi deleted the about-under-help-menu branch November 22, 2024 20:59
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