Skip to content
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

Refactor innerHTML Concatenation to Template Literals #4192

Open
4 tasks done
haroon10725 opened this issue Dec 27, 2024 · 2 comments
Open
4 tasks done

Refactor innerHTML Concatenation to Template Literals #4192

haroon10725 opened this issue Dec 27, 2024 · 2 comments

Comments

@haroon10725
Copy link
Contributor

Current Behavior

Currently, we are using the innerHTML concatenation method with the + operator to generate dynamic HTML content.

Desired Situation

Refactoring this to use template literals would significantly improve code readability, maintainability, and clarity, making the HTML structure easier to understand and modify.

Checklist

  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.

Thank you for contributing to our project! We appreciate your help in improving it.

📚 See contributing instructions.

🙋🏾🙋🏼 Questions: Community Matrix Server.

@monk0707
Copy link

@haroon10725 Can I work on this issue?

@haroon10725
Copy link
Contributor Author

@monk0707 Let discuss in the matrix channel. There are too many files that have to be migrated. We should decide there, who is migrating which file.

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

No branches or pull requests

2 participants