apoorvaron / Shorty

β€’ Shortens link and customize it according to user’s need.
http://shrty.rf.gd
MIT License
18 stars 70 forks source link

Externalize CSS for successCopy, Register, Profile, and Preview PHP Pages πŸŽ¨πŸ”„ #357

Closed Nishitbaria closed 1 year ago

Nishitbaria commented 1 year ago

Related Issue

Closes: #343

Description of Changes

This PR addresses the issue by relocating internal and inline CSS from the successCopy, Register, Profile, and Preview PHP pages to dedicated external CSS files. The existing embedded CSS can lead to code redundancy and maintenance complexities. By adhering to coding best practices and enhancing code organization, we aim to improve maintainability and streamline the development process.

Key Changes:

Transferred embedded CSS to separate external CSS files for the successCopy, Register, Profile, and Preview PHP pages. πŸ”—πŸ“‚ Updated the respective PHP pages to utilize references to the newly externalized CSS files. πŸ”„ By externalizing CSS, we strive to create a more modular and easily maintainable codebase, leading to optimized performance.

Your collaboration and insights are essential as we continue our efforts to refine our codebase and enhance development workflows. Your review and feedback on this PR are greatly appreciated. πŸŒŸπŸ“πŸš€

Checklist:

Nishitbaria commented 1 year ago

@apoorvaron Please Review this PR

Nishitbaria commented 1 year ago

@apoorvaron Conflicts Resolved

Nishitbaria commented 1 year ago

@apoorvaron Its alright from my side

apoorvaron commented 1 year ago

@Nishitbaria Merged