aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/post-page
Commit message (Expand)AuthorAgeFilesLines
* Improved readability and consistency of margin global stylingSyndamia2021-03-221-2/+2
* Improved readability and consistency of font-size, text, border, colors and p...Syndamia2021-03-221-3/+3
* 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
* Implemented (moved from post page) functionality for editing and deleting you...Syndamia2021-03-211-43/+3
* Major redesign of post page component and removed post edit and delete functi...Syndamia2021-03-213-139/+12
* Fixed height of pages that were the whole window height but were also below t...Syndamia2021-03-191-1/+1
* 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 wi...Syndamia2021-02-251-5/+2
* Editing post message has the current message by default and doesn't update if...Syndamia2021-02-251-8/+12
* Improved semantics and simplified some HTML of comments and postsSyndamia2021-02-241-14/+14
* Moved from DevHivetranstrike2021-02-123-0/+261