aboutsummaryrefslogtreecommitdiff
path: root/src/app/components
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bottom border of secondary info cards not being proper width when none ↵Syndamia2021-03-192-2/+6
| | | | message is shown
* Fixed spacing around user secondary infoSyndamia2021-03-192-11/+16
|
* Added an hr to feed and profile components, styled properlySyndamia2021-03-193-1/+3
|
* Merged profile picture and username from navbar into one nav itemSyndamia2021-03-191-6/+8
|
* Fixed height of pages that were the whole window height but were also below ↵Syndamia2021-03-196-5/+6
| | | | the navbar
* Major redesign of profile component stylingSyndamia2021-03-193-162/+59
|
* Fixed navbar showing static usernameSyndamia2021-03-192-1/+2
|
* Major redesign of feed component stylingSyndamia2021-03-192-194/+44
|
* Fixed slight missalignment between button icons and actual value of votes in ↵Syndamia2021-03-192-1/+6
| | | | posts
* Improved card (post) scaling, slight modifications of global stylingSyndamia2021-03-193-8/+2
|
* Fixed going to your profile (via navbar) while on someone else's profileSyndamia2021-03-191-0/+5
|
* Fixed navbar component not handling logged out user properlySyndamia2021-03-192-9/+25
|
* Added navbar component to pages that need itSyndamia2021-03-196-0/+12
|
* Implemented navbar component; added some global stylings and changed the ↵Syndamia2021-03-194-2/+130
| | | | name of others; added icons
* Major redesign of post component styling. Added foundatinal global stylings ↵Syndamia2021-03-182-145/+58
| | | | as well as icons.
* Fixed post not loading properly when user not logged inSyndamia2021-03-151-1/+3
|
* Fixed post rating not highlighted when opening post pageSyndamia2021-03-151-1/+1
|
* Fixed outdated imports in post component and rating serviceSyndamia2021-03-141-9/+9
|
* Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive-Angular ↵Danail Dimitrov2021-03-1410-210/+200
|\ | | | | | | into rating_system
| * Fixed settings page having an outdated link and routing user to outdated ↵Syndamia2021-03-141-0/+6
| | | | | | | | profile page when changing username
| * Fixed includes (for models) of all componentsSyndamia2021-03-149-18/+18
| |
| * Moved a nested http request in profile component to it's own methodSyndamia2021-03-141-8/+12
| |
| * Removed unnecessary getters for form group controls from login and register ↵Syndamia2021-03-142-29/+1
| | | | | | | | components
| * Updated profile and profile-setting's subscriptions to use an observer objectSyndamia2021-03-142-47/+49
| |
| * Update post and post-page's subscriptions to use an observer objectSyndamia2021-03-142-22/+22
| |
| * Updated login and register's subscriptions to use an observer objectSyndamia2021-03-142-8/+8
| |
| * Updated feed's subscriptions to use an observer objectSyndamia2021-03-141-12/+12
| |
| * Updated comment and comment-page's subscriptions to use an observer objectSyndamia2021-03-142-16/+16
| |
| * Updated admin-panel-page's subscriptions to use an observer objectSyndamia2021-03-141-55/+61
| |
* | fixed rating not beeing highlighted on init and and added capability of ↵Danail Dimitrov2021-03-143-16/+12
| | | | | | | | rating to handle multiple posts
* | 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
|/
* Reverted footerSyndamia2021-03-0612-697/+150
|
* Made file input hide it's button part of the global stylingSyndamia2021-03-042-9/+0
|
* Fixed file upload button being visible on FireFoxSyndamia2021-03-041-1/+2
|
* Fixed sizing twitch of input fields on non-chromium based browsers (FireFox)Syndamia2021-03-042-8/+8
|
* Fixed styling of input fields on non-chromium based browser (FireFox)Syndamia2021-03-041-13/+0
|
* Footer added; Pages fucked upfootertranstrike2021-02-2512-150/+697
|
* Removed unnecessary variables from request subscriptionsSyndamia2021-02-256-39/+31
|
* Fixed unecessary max-width of 98% on submit buttons in post and comment pagesSyndamia2021-02-252-3/+0
|
* Made posts not update at all of the new message is blank (to be consistent ↵Syndamia2021-02-251-5/+2
| | | | with comment page)