aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/post-page/post-page.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implemented (moved from post page) functionality for editing and deleting ↵Syndamia2021-03-211-43/+3
| | | | your posts into post component
* Major redesign of post page component and removed post edit and delete ↵Syndamia2021-03-211-50/+0
| | | | functionality, as well as old navbar from it
* Fixed includes (for models) of all componentsSyndamia2021-03-141-1/+1
|
* Update post and post-page's subscriptions to use an observer objectSyndamia2021-03-141-16/+16
|
* Removed unnecessary variables from request subscriptionsSyndamia2021-02-251-5/+4
|
* Made posts not update at all of the new message is blank (to be consistent ↵Syndamia2021-02-251-5/+2
| | | | with comment page)
* Editing post message has the current message by default and doesn't update ↵Syndamia2021-02-251-8/+12
| | | | if the message isn't changed
* Moved from DevHivetranstrike2021-02-121-0/+162