fix: resolve ESLint and TypeScript type declaration issues in multiple files#195
Merged
DianaLease merged 1 commit intoaccordproject:mainfrom Mar 17, 2025
yashsaraswat2004:yash/i186/eslint-ts-fix
Merged
fix: resolve ESLint and TypeScript type declaration issues in multiple files#195DianaLease merged 1 commit intoaccordproject:mainfrom yashsaraswat2004:yash/i186/eslint-ts-fix
DianaLease merged 1 commit intoaccordproject:mainfrom
yashsaraswat2004:yash/i186/eslint-ts-fix
Conversation
✅ Deploy Preview for ap-template-playground ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
DianaLease
requested changes
Mar 13, 2025
Member
DianaLease
left a comment
There was a problem hiding this comment.
Added a comment. Please also resolve merge conflicts.
| Open the | ||
| <Link to="/" target="_blank" rel="noopener noreferrer"> | ||
| Template Playground | ||
| </Link>{" "} |
Member
Signed-off-by: Yashsaraswat2004 <saraswatyash2004@gmail.com>
Contributor
Author
|
@DianaLease I have resolved the conflicts. Can you review it now .!! |
DianaLease
approved these changes
Mar 17, 2025
surya4419
pushed a commit
to surya4419/template-playground
that referenced
this pull request
Mar 17, 2025
…oject#195) Signed-off-by: Yashsaraswat2004 <saraswatyash2004@gmail.com>
surya4419
pushed a commit
to surya4419/template-playground
that referenced
this pull request
Mar 17, 2025
…oject#195) Signed-off-by: Yashsaraswat2004 <saraswatyash2004@gmail.com> Signed-off-by: surya4419 <suryaa4419@gmail.com>
teja-pola
pushed a commit
to teja-pola/template-playground
that referenced
this pull request
Mar 18, 2025
…oject#195) Signed-off-by: Yashsaraswat2004 <saraswatyash2004@gmail.com>
codeAntu
pushed a commit
to codeAntu/template-playground
that referenced
this pull request
Mar 18, 2025
…oject#195) Signed-off-by: Yashsaraswat2004 <saraswatyash2004@gmail.com> Signed-off-by: Ananta <codeantu@gmail.com>
codeAntu
pushed a commit
to codeAntu/template-playground
that referenced
this pull request
Mar 18, 2025
…oject#195) Signed-off-by: Yashsaraswat2004 <saraswatyash2004@gmail.com>
surya4419
pushed a commit
to surya4419/template-playground
that referenced
this pull request
Mar 19, 2025
…oject#195) Signed-off-by: Yashsaraswat2004 <saraswatyash2004@gmail.com> Signed-off-by: surya4419 <suryaa4419@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Related to #186
This PR resolves ESLint errors and TypeScript type declaration inconsistencies across multiple files to improve code quality, maintainability, and developer experience.
Changes
Sidebar.tsx,FullScreenModal.tsx,Navbar.tsx,ToggleDarkMode.tsx,App.tsx,ConcertoEditor.tsx,MarkDownEditor.tsx, andAgreementHTML.tsx.Flags
Screenshots or Video
N/A (No UI changes were made; this PR focuses on code quality improvements.)
Related Issues