Extendy / SmartyURL

SmartyURL is a PHP-based web application for Smart URL management, Sharing, shortening, and analytics, featuring smart redirects.
https://docs.smartyurl.extendy.net/
MIT License
12 stars 2 forks source link

feat: Complete ListURLs Layout with Correct View and Data #63

Closed mshannaq closed 11 months ago

mshannaq commented 11 months ago

Pull Request Summary:

In this PR, I am completing the ListURLs layout with the correct view and data.

Changes:

Checklist:

Please review and merge as needed. Thank you!

mshannaq commented 11 months ago

I'd like to propose a change for the Controllers/Url.php controller. Instead of using queries directly within the controller, I suggest utilizing the getUrlsForUser() function and other functions I plan to create later. This approach will enhance code organization and maintainability.

mshannaq commented 11 months ago

I'd like to propose a change for the Controllers/Url.php controller. Instead of using queries directly within the controller, I suggest utilizing the getUrlsForUser() function and other functions I plan to create later. This approach will enhance code organization and maintainability.

done in commit 5ba50fc356e3a8246c4d1a4bcc9de36a41c8bd11