Issue #704 by dependabot[bot]
Bump prettier from 3.1.0 to 3.2.5 Bumps prettier from 3.1.0 to 3.2.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.2.5</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#325">Changelog</a></p> <h2>3.2.4</h2> <ul> <li>Fix <code>.eslintrc.json</code> format <a href="https://redirect.github.com/prettier/prettier/issues/15947">#15947</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#324">Changelog</a></p> <h2>3.2.3</h2> <ul> <li>Format <code>tsconfig.json</code> file with <code>jsonc</code> parser <a href="https://redirect.github.com/prettier/prettier/issues/15927">#15927</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#323">Changelog</a></p> <h2>3.2.2</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#322">Changelog</a></p> <h2>3.2.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#321">Changelog</a></p> <h2>3.2.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.1.1...3.2.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/01/12/3.2.0.html">Release note</a></p> <h2>3.1.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#311">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.2.5</h1> <p><a href="https://github.com/prettier/prettier/compare/3.2.4...3.2.5">diff</a></p> <h4>Support Angular inline styles as single template literal (<a href="https://redirect.github.com/prettier/prettier/pull/15968">#15968</a> by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4> <p><a href="https://blog.angular.io/introducing-angular-v17-4d7033312e4b">Angular v17</a> supports single string inline styles.</p> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input @Component({ template: &lt;div&gt;...&lt;/div&gt;, styles: h1 { color: blue; }, }) export class AppComponent {} <p>// Prettier 3.2.4 <a href="https://github.com/Component"><code>@​Component</code></a>({ template: <code>&amp;lt;div&amp;gt;...&amp;lt;/div&amp;gt;</code>, styles: <code>h1 { color: blue; }</code>, }) export class AppComponent {}</p> <p>// Prettier 3.2.5 <a href="https://github.com/Component"><code>@​Component</code></a>({ template: <code>&amp;lt;div&amp;gt;...&amp;lt;/div&amp;gt;</code>, styles: <code>h1 { color: blue; }</code>, }) export class AppComponent {}</p> <p></code></pre></p> <h4>Unexpected embedded formatting for Angular template (<a href="https://redirect.github.com/prettier/prettier/pull/15969">#15969</a> by <a href="https://github.com/JounQin"><code>@​JounQin</code></a>)</h4> <p>Computed template should not be considered as A...
19 Replies
Digitomize
Digitomize6mo ago
Issue #588 by jaydeep203
feature: Signup or Login modal added Feature #532 I have created a login/signup modal in client/components/modals . I have added it currently in the leaderboard section of the website; if the user is not logged in, it gets triggered in the useEffect hook. I have created a src/hooks/useLoginModal.ts file to control the open and close of the modal using zustand. Use the modal wherever you want in the app. I have not tested it in the backend because I only updated the frontend. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> Summary by CodeRabbit - New Features - Introduced a modal component for user authentication and registration, supporting both traditional and social (Google, GitHub) login methods. - Added a custom React hook for managing the visibility of the login modal. - Chores - Updated the .gitignore file for better file management in version control. - Enhancements - Integrated the new authentication modal into the Leaderboard feature, prompting users to log in or register to view leaderboard details. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Digitomize
Digitomize6mo ago
Issue #581 by Manishak798
[Feature]: Re-designing of the Card and inserting API fetched User Details Is your feature request related to a problem? Please describe. As a viewer, these cards don't showcase any information at all that would help the visitors, we can consider restyling the card elements and to make it more readable we can insert dynamic card values through JS API or we can create our user API. Describe the solution you'd like By using javascript and CSS for this we can achieve desired results for the same. Alternatives No response Additional Context !Screenshot 2024-01-28 170013 Are you interested in contributing? - [ ] I'd like to work on this issue Code of Conduct - [X] I have used the search function to check if an issue already exists - [X] I agree to follow this project's Code of Conduct
Digitomize
Digitomize6mo ago
Issue #580 by Manishak798
[Feature]: Redesigning of this user Card Is your feature request related to a problem? Please describe. Re-Designing this to create a new user card will make the website look more appealing to the users. Describe the solution you'd like The solution to this is to do restyling of elements and adding js to the input tag to remove their input value when the page refreshes. Alternatives As a SWOC mentor, I am raising this issue for contributors. Additional Context !Screenshot 2024-01-28 165927 Are you interested in contributing? - [ ] I'd like to work on this issue Code of Conduct - [X] I have used the search function to check if an issue already exists - [X] I agree to follow this project's Code of Conduct
Digitomize
Digitomize6mo ago
Issue #566 by Ajen07
feat: Send verification email fixes #538 It sends verification email to users signingup using email and password using firebase <!-- This is an auto-generated comment: release notes by coderabbit.ai --> Summary by CodeRabbit - New Features - Enhanced email verification process, including the ability to resend verification emails. - Added toast notifications for successful actions. - Updated authentication flow to include email verification checks. - Bug Fixes - Improved password visibility toggle functionality. - Refactor - Updated navigation and authentication logic across several components for a smoother user experience. - Style - Introduced new styles for the email verification components, ensuring responsive design. - Chores - Minor UI adjustments and comment updates for clarity. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Digitomize
Digitomize6mo ago
Issue #538 by pranshugupta54
[Bug]: Email verification on signup Contact Details No response What happened? There is no verification when user signs up using email - Use email verification with firebase - info. - Also implement a check for all authorised page to redirect to login page with message as "Verify your email address first" What browsers are you seeing the problem on? No response Relevant log output No response Are you interested in contributing? - [ ] I'd like to work on this issue Code of Conduct - [X] I have used the search function to check if an issue already exists - [X] I agree to follow this project's Code of Conduct
Digitomize
Digitomize6mo ago
Issue #537 by pranshugupta54
[Feature]: Programs section on About Page Is your feature request related to a problem? Please describe. include program list like swoc kwoc etc Describe the solution you'd like On the about page, make a section for programs using react marquee, which shows all the programs we're a part of. - KWOC - SWOC - Tublian - IWOC Alternatives No response Additional Context Include their images (prefer svg) and date below it. Are you interested in contributing? - [ ] I'd like to work on this issue Code of Conduct - [X] I have used the search function to check if an issue already exists - [X] I agree to follow this project's Code of Conduct
Digitomize
Digitomize6mo ago
Issue #536 by Parmesh119
[Feature]: Contact Us page in official website Is your feature request related to a problem? Please describe. In this official website, there is a contact us page but the contact us page doesn't exist. Describe the solution you'd like I would like to make the new contact us form with already mentioned information in website. Alternatives No response Additional Context No response Are you interested in contributing? - [X] I'd like to work on this issue Code of Conduct - [X] I have used the search function to check if an issue already exists - [X] I agree to follow this project's Code of Conduct
Digitomize
Digitomize3mo ago
Issue #1038 by dependabot[bot]
Bump the npm_and_yarn group across 3 directories with 4 updates Bumps the npm_and_yarn group with 3 updates in the /backend directory: @grpc/grpc-js, braces and ws. Bumps the npm_and_yarn group with 4 updates in the /client directory: @grpc/grpc-js, braces, ws and engine.io-client. Bumps the npm_and_yarn group with 2 updates in the /extension/contest_list directory: braces and ws. Updates @grpc/grpc-js from 1.10.7 to 1.10.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-node/releases"><code>@​grpc/grpc-js</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​grpc/grpc-js</code> 1.10.9</h2> <ul> <li>Avoid buffering significantly more than <code>grpc.max_receive_message_size</code> per received message.</li> </ul> <h2><code>@​grpc/grpc-js</code> 1.10.8</h2> <ul> <li>Fix a bug that caused channels with <code>unix:</code> targets to not reconnect after the channel goes idle (<a href="https://redirect.github.com/grpc/grpc-node/issues/2750">#2750</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-node/commit/674f4e351a619fd4532f84ae6dff96b8ee4e1ed3"><code>674f4e3</code></a> Merge pull request from GHSA-7v5v-9h63-cj86</li> <li><a href="https://github.com/grpc/grpc-node/commit/7ecaa2d2dcaaa49467d41143169212caf55a40cd"><code>7ecaa2d</code></a> grpc-js: Bump to 1.10.9</li> <li><a href="https://github.com/grpc/grpc-node/commit/e64d816d7df6d6cde62314beb67d11f1e0a8c79e"><code>e64d816</code></a> grpc-js: Avoid buffering significantly more than max_receive_message_size per...</li> <li><a href="https://github.com/grpc/grpc-node/commit/45e5fe5462fea6cb4e3898fa2f07a4836f95916a"><code>45e5fe5</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2750">#2750</a> from murgatroid99/grpc-js_idle_uds_fix</li> <li><a href="https://github.com/grpc/grpc-node/commit/87a35414021f627f01591cade9b1f9a7dcaaf5d3"><code>87a3541</code></a> grpc-js: Fix UDS channels not reconnecting after going idle</li> <li><a href="https://github.com/grpc/grpc-node/commit/3105791fbe8a615a28289da33ad584fb868d2ff6"><code>3105791</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2740">#2740</a> from sergiitk/backport-1.10-psm-interop-common-prod-...</li> <li><a href="https://github.com/grpc/grpc-node/commit/fec135a9800ce884b8dd414782f4bd0014821a0c"><code>fec135a</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2729">#2729</a> from sergiitk/psm-interop-common-prod-tests</li> <li><a href="https://github.com/grpc/grpc-node/commit/76fe802309ff39c79887d494760de25633b2beb1"><code...
Digitomize
Digitomize3mo ago
Issue #1037 by dependabot[bot]
Bump the npm_and_yarn group across 3 directories with 3 updates Bumps the npm_and_yarn group with 2 updates in the /backend directory: @grpc/grpc-js and ws. Bumps the npm_and_yarn group with 3 updates in the /client directory: @grpc/grpc-js, ws and engine.io-client. Bumps the npm_and_yarn group with 1 update in the /extension/contest_list directory: ws. Updates @grpc/grpc-js from 1.10.7 to 1.10.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-node/releases"><code>@​grpc/grpc-js</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​grpc/grpc-js</code> 1.10.9</h2> <ul> <li>Avoid buffering significantly more than <code>grpc.max_receive_message_size</code> per received message.</li> </ul> <h2><code>@​grpc/grpc-js</code> 1.10.8</h2> <ul> <li>Fix a bug that caused channels with <code>unix:</code> targets to not reconnect after the channel goes idle (<a href="https://redirect.github.com/grpc/grpc-node/issues/2750">#2750</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-node/commit/674f4e351a619fd4532f84ae6dff96b8ee4e1ed3"><code>674f4e3</code></a> Merge pull request from GHSA-7v5v-9h63-cj86</li> <li><a href="https://github.com/grpc/grpc-node/commit/7ecaa2d2dcaaa49467d41143169212caf55a40cd"><code>7ecaa2d</code></a> grpc-js: Bump to 1.10.9</li> <li><a href="https://github.com/grpc/grpc-node/commit/e64d816d7df6d6cde62314beb67d11f1e0a8c79e"><code>e64d816</code></a> grpc-js: Avoid buffering significantly more than max_receive_message_size per...</li> <li><a href="https://github.com/grpc/grpc-node/commit/45e5fe5462fea6cb4e3898fa2f07a4836f95916a"><code>45e5fe5</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2750">#2750</a> from murgatroid99/grpc-js_idle_uds_fix</li> <li><a href="https://github.com/grpc/grpc-node/commit/87a35414021f627f01591cade9b1f9a7dcaaf5d3"><code>87a3541</code></a> grpc-js: Fix UDS channels not reconnecting after going idle</li> <li><a href="https://github.com/grpc/grpc-node/commit/3105791fbe8a615a28289da33ad584fb868d2ff6"><code>3105791</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2740">#2740</a> from sergiitk/backport-1.10-psm-interop-common-prod-...</li> <li><a href="https://github.com/grpc/grpc-node/commit/fec135a9800ce884b8dd414782f4bd0014821a0c"><code>fec135a</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2729">#2729</a> from sergiitk/psm-interop-common-prod-tests</li> <li><a href="https://github.com/grpc/grpc-node/commit/76fe802309ff39c79887d494760de25633b2beb1"><code>76fe802</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-node/issues/2739">#2739</a> from murgatroid99/backport-1.10-gr...
Digitomize
Digitomize3mo ago
Issue #1035 by dependabot[bot]
Bump prettier from 3.1.0 to 3.3.2 Bumps prettier from 3.1.0 to 3.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.3.2</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#332">Changelog</a></p> <h2>3.3.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#331">Changelog</a></p> <h2>3.3.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.2.5...3.3.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/06/01/3.3.0.html">Release note</a></p> <h2>3.2.5</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#325">Changelog</a></p> <h2>3.2.4</h2> <ul> <li>Fix <code>.eslintrc.json</code> format <a href="https://redirect.github.com/prettier/prettier/issues/15947">#15947</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#324">Changelog</a></p> <h2>3.2.3</h2> <ul> <li>Format <code>tsconfig.json</code> file with <code>jsonc</code> parser <a href="https://redirect.github.com/prettier/prettier/issues/15927">#15927</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#323">Changelog</a></p> <h2>3.2.2</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#322">Changelog</a></p> <h2>3.2.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#321">Changelog</a></p> <h2>3.2.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.1.1...3.2.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/01/12/3.2.0.html">Release note</a></p> <h2>3.1.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#311">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.3.2</h1> <p><a href="https://github.com/prettier/prettier/compare/3.3.1...3.3.2">diff</a></p> <h4>Fix handlebars path expressions starts with <code>@</code> (<a href="https://redirect.github.com/prettier/prettier/pull/16358">#16358</a> by <a href="https://github.com/Princeyadav05"><code>@​Princeyadav05</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="hbs"><code>{{! Input }} &lt;div&gt;{{@x.y.z}}&lt;/div&gt; <p>{{! Prettier 3.3.1 }} &lt;div&gt;{{<a href="https://github.com/x"><code>@​x</code></a>}}&lt;/div&gt;</p> <p>{{! Prettier 3.3.2 }} &lt;div&gt;{{<a href="https://github.com/x"><code>@​x</code></a>.y.z}}&lt;/div&gt; </code></pre></p> <h1>3.3.1</h1> <p><a href="https://github.com/prettier/prettier/compare/3.3.0...3.3.1">diff</a></p> <h4>Preserve empty lines in front matter (<a href="https://redirect.github.com/prettier/prettier/pull/16347">#16347</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted -->...
Digitomize
Digitomize3mo ago
Issue #1034 by AkhilaSunesh
[Feature]: Add facility to view the password Is your feature request related to a problem? Please describe. !image Location: Login and sign up page Makes it easy for the users to view the password Describe the solution you'd like Professional outlook Alternatives No response Additional Context No response Are you interested in contributing? - [X] I'd like to work on this issue Code of Conduct - [X] I have used the search function to check if an issue already exists - [X] I agree to follow this project's Code of Conduct Which program are you contributing in? gssoc
Digitomize
Digitomize3mo ago
Issue #1033 by thevijayshankersharma
[Feature]: Automatic Comment on Pull Request Raised Is your feature request related to a problem? Please describe. Often, when pull requests (PRs) are raised, reviewers may lack crucial context about the changes proposed. This can lead to delays in the review process and misunderstandings between contributors and reviewers. Describe the solution you'd like I propose implementing an automatic commenting system that triggers whenever a new PR is raised. This system would generate a predefined comment containing essential context about the changes, such as the purpose of the modifications, relevant issue or feature IDs, and specific instructions for reviewers. Alternatives One alternative could be relying solely on manual comments by reviewers upon PR creation. However, this approach may be time-consuming and inconsistent across different reviewers. Another option could be not providing any initial comments on PRs, but this would result in contributors having to repeatedly provide context to reviewers, slowing down the review process. Additional Context Automating the commenting process upon PR creation would streamline the review process, improve communication between contributors and reviewers, and ultimately enhance the efficiency and effectiveness of our project's development workflow. Are you interested in contributing? - [X] I'd like to work on this issue Code of Conduct - [X] I have used the search function to check if an issue already exists - [X] I agree to follow this project's Code of Conduct Which program are you contributing in? gssoc, ssoc
Digitomize
Digitomize3mo ago
Issue #1032 by Abdullah-Usmani1994
[Feature]: Open Blogs in a New Tab in Digitomize Is your feature request related to a problem? Please describe. When a user clicks on a blogs link within the Digitomize application, the blog opens in the same tab, causing the previous page to disappear. Describe the solution you'd like When a user clicks on a blogs link, it should open in a new tab, allowing the user to keep the current page open while accessing the blog in a separate tab. Alternatives No response Additional Context No response Are you interested in contributing? - [ ] I'd like to work on this issue Code of Conduct - [X] I have used the search function to check if an issue already exists - [X] I agree to follow this project's Code of Conduct Which program are you contributing in? Not applicable
Digitomize
Digitomize3mo ago
Issue #1031 by Aadithya-J
[Feature]: Change challenge to use the backend api Is your feature request related to a problem? Please describe. the challenge from quine is being displayed manually but the backend is added now. Describe the solution you'd like i want to modfiy the frontend to use the backend api to display the challenge Alternatives No response Additional Context PR is made for backend https://github.com/digitomize/digitomize/pull/1030 Are you interested in contributing? - [X] I'd like to work on this issue Code of Conduct - [X] I have used the search function to check if an issue already exists - [X] I agree to follow this project's Code of Conduct Which program are you contributing in? gssoc
Digitomize
Digitomize3mo ago
Issue #1030 by Aadithya-J
feat: backend for challenges Pull Request Details Description Implemented backend which fetches challenge from quine quests. according to issue 836 Type of PR - [x] Feature enhancement Summary -added controller to fetch challenge from quine using axios -setup routes and mongoose model for the challenge -setup index.js to update db and sync regularly for the challenges Screenshots (if applicable) <img width="862" alt="Screenshot 2024-06-11 at 9 24 48 PM" src="https://github.com/digitomize/digitomize/assets/147314019/9b4f1c98-f1d0-4240-82de-cc7a5c3341d7"> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> Summary by CodeRabbit - New Features - Introduced functionality to fetch, update, and sync challenges from MongoDB and an external API. - Added route for fetching a list of challenges and returning it as JSON. - Implemented a MongoDB schema for challenges with necessary fields and validations. - Enhancements - Improved error handling for challenge data retrieval and synchronization processes. - Integrations - Integrated new functions to update and sync challenges, and set up challenge routes for handling requests in both production and development environments. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Want results from more Discord servers?
Add your server