You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Currently, JavaScript code for open-source.html is placed inside the HTML or shared global JS file.
I propose moving it into a dedicated file (open-source.js) and linking it in open-source.html.
Benefits:
• Cleaner separation of concerns (HTML, CSS, JS)
• Easier debugging and future updates
• Better maintainability and scalability