aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/post
Commit message (Expand)AuthorAgeFilesLines
* Fixed some session storage request that were happening while the user wasn't ...Syndamia2021-03-281-9/+11
* Updated some outdates style subscriptions in post componentSyndamia2021-03-271-13/+13
* Rating service now handles null returned ratings on initSyndamia2021-03-271-0/+4
* Improved readability and consistency of margin global stylingSyndamia2021-03-221-3/+3
* Improved readability and consistency of font-size, text, border, colors and p...Syndamia2021-03-221-18/+18
* Fixed how sharing link gets generated in post componentSyndamia2021-03-221-2/+1
* Implemented post share button, which copies the post link to the clipboard (t...Syndamia2021-03-222-3/+25
* Removed post component index number, since we don't need it anymoreSyndamia2021-03-221-1/+0
* Fixed rating highlighting not being properly executed upon loaded post compon...Syndamia2021-03-212-26/+21
* Fixed post deletion and enditing buttons being shown on other people's postsSyndamia2021-03-211-2/+2
* Implemented (moved from post page) functionality for editing and deleting you...Syndamia2021-03-213-6/+135
* Major rework of post attachment stylingSyndamia2021-03-202-2/+1
* Fixed and updated styling of rating highlightsSyndamia2021-03-202-8/+11
* Fixed slight missalignment between button icons and actual value of votes in ...Syndamia2021-03-192-1/+6
* Improved card (post) scaling, slight modifications of global stylingSyndamia2021-03-191-1/+1
* Implemented navbar component; added some global stylings and changed the name...Syndamia2021-03-191-2/+2
* Major redesign of post component styling. Added foundatinal global stylings a...Syndamia2021-03-182-145/+58
* Fixed post not loading properly when user not logged inSyndamia2021-03-151-1/+3
* Fixed outdated imports in post component and rating serviceSyndamia2021-03-141-9/+9
* Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive-Angular in...Danail Dimitrov2021-03-141-7/+7
|\
| * Fixed includes (for models) of all componentsSyndamia2021-03-141-2/+2
| * Update post and post-page's subscriptions to use an observer objectSyndamia2021-03-141-6/+6
* | fixed rating not beeing highlighted on init and and added capability of ratin...Danail Dimitrov2021-03-141-12/+8
* | fixed a bug when rating should be deletedDanail Dimitrov2021-03-141-1/+1
* | added functionality to highlight buttons on initDanail Dimitrov2021-03-141-2/+22
* | Updated the highlight functionalityrating_systemDanail Dimitrov2021-03-131-5/+8
* | added functionality to hightlit the rating button clicked by the userDanail Dimitrov2021-03-131-5/+16
* | improved rating systemDanail Dimitrov2021-03-132-28/+7
* | adding downVote functionalityDanail Dimitrov2021-03-131-40/+35
* | upVote functionality is finishedDanail Dimitrov2021-03-131-24/+47
* | adding downVote functionalityDanail Dimitrov2021-03-122-1/+36
* | added upvote post functionalityDanail Dimitrov2021-03-111-2/+15
* | Post rating shows current rating(not static number)Danail Dimitrov2021-03-111-1/+1
* | starting development of rating systemDanail Dimitrov2021-03-063-7/+7
|/
* Improved semantics and simplified some HTML of comments and postsSyndamia2021-02-241-21/+20
* Moved from DevHivetranstrike2021-02-123-0/+240