changing post display on profile to a more compact display that eventually you will be able to click into for more details - I think i will do the same on the posts page and have the admins enter information about why the post was approved or denied

This commit is contained in:
Will Baumbach
2025-08-07 23:23:46 -05:00
parent bcd78e3f89
commit 6dfe544e1d
5 changed files with 91 additions and 14 deletions

View File

@@ -1,5 +1,7 @@
export interface Post {
_id: string
address: string
date: Date
notes: string
photo: string
status: StatusEnum