fixed cropping image

This commit is contained in:
2025-04-07 19:07:22 -06:00
parent 84d38dbeb3
commit e5b3e048b8
8 changed files with 44 additions and 33 deletions
+4 -2
View File
@@ -8,7 +8,9 @@
- [x] Ensure a consistent design & UX aesthetic --- v0.1.0
- [ ] Sensible CSS class names for a modular styling approach --- v0.2.0
#### Security
- [x] Convert db_functions.php queries/statements into prepared SQL for protection against SQL injection --- v0.2.0
- [ ] XSS prevention --- v0.2.0
- [ ] Email Handler:
- [ ] Email users subscribed to author or tag whenever a new article is posted. --- v0.3.0
@@ -34,7 +36,7 @@
- [x] Get Users (requires auth) --- v0.2.0
- [x] Create Users (requires auth) --- v0.2.0
- [x] Delete Users --- v0.2.0
- [ ] Get User (for public facing account page) --- v0.2.0
- [x] Get User (for public facing account page) --- v0.2.0
#### Analytics on Accounts (requires auth) --- account_analytic_functions.php
- [ ] Get Users by Creation --- v0.3.0
@@ -45,7 +47,7 @@
#### Account Systems Interfaces
- [x] Sign Up & Login Form --- v0.1.0
- [x] Account Settings (requires login, self) --- v0.1.0
- [ ] Account Page (of each user, hidden by default) --- v0.2.0
- [x] Account Page (of each user, hidden by default) --- v0.2.0
- [ ] Allow for user customization of their account page (colors, layout, maybe even let them have their own CSS file to make changes) --- v0.2.0
- [ ] Articles: