aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/post-page
Commit message (Collapse)AuthorAgeFilesLines
* Improved readability and consistency of margin global stylingSyndamia2021-03-221-2/+2
|
* Improved readability and consistency of font-size, text, border, colors and ↵Syndamia2021-03-221-3/+3
| | | | padding CSS class names
* Removed post component index number, since we don't need it anymoreSyndamia2021-03-221-1/+1
|
* Fixed a tiny "possibly undefined" error in post page component htmlSyndamia2021-03-211-1/+1
|
* Added a message to post page when there are no commentsSyndamia2021-03-211-0/+4
|
* Implemented (moved from comment page) functionality for editing and deleting ↵Syndamia2021-03-211-1/+1
| | | | comments
* 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-213-139/+12
| | | | functionality, as well as old navbar from it
* Fixed height of pages that were the whole window height but were also below ↵Syndamia2021-03-191-1/+1
| | | | the navbar
* Added navbar component to pages that need itSyndamia2021-03-191-0/+2
|
* Fixed post rating not highlighted when opening post pageSyndamia2021-03-151-1/+1
|
* 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
|
* Reverted footerSyndamia2021-03-061-51/+12
|
* Footer added; Pages fucked upfootertranstrike2021-02-251-12/+51
|
* Removed unnecessary variables from request subscriptionsSyndamia2021-02-251-5/+4
|
* Fixed unecessary max-width of 98% on submit buttons in post and comment pagesSyndamia2021-02-251-2/+0
|
* 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
* Improved semantics and simplified some HTML of comments and postsSyndamia2021-02-241-14/+14
|
* Moved from DevHivetranstrike2021-02-123-0/+261