aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Minor update/fix to styling of textarea component on editing commentSyndamia2021-03-222-2/+3
| |
| * 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-213-4/+69
| | | | | | | | comments
| * Removed comment page componentSyndamia2021-03-216-144/+0
| |
| * Major redesign of comment component stylingSyndamia2021-03-212-56/+43
| |
| * Fixed rating highlighting not being properly executed upon loaded post ↵Syndamia2021-03-212-26/+21
| | | | | | | | component HTML
| * 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 ↵Syndamia2021-03-217-49/+307
| | | | | | | | your posts into post component
| * Major redesign of post page component and removed post edit and delete ↵Syndamia2021-03-216-168/+30
| | | | | | | | functionality, as well as old navbar from it
| * Major redesign of form attachments (the ones you find on post creation and edit)Syndamia2021-03-216-33/+101
| |
| * Major redesign of login component stylingSyndamia2021-03-213-135/+84
| |
| * Improved styling of download button in post attachmentSyndamia2021-03-202-1/+2
| |
| * Updated filename regex in attachmentsSyndamia2021-03-201-1/+6
| |
| * Major rework of post attachment stylingSyndamia2021-03-207-60/+181
| |
| * Fixed and updated styling of rating highlightsSyndamia2021-03-203-8/+18
| |
| * Made a minor tweak on profile names padding, to improve mobile compatibilitySyndamia2021-03-192-1/+6
| |
| * Fixed messages for not having any posts of user or any posts from friendsSyndamia2021-03-192-2/+2
| |
| * Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive-Angular into ↵Syndamia2021-03-193-4/+4
| |\ | |/ |/| | | major-redesign
* | Fixed requests, following API updatesSyndamia2021-03-193-4/+4
| |
| * 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
| |
| * Reverted a fix that shouldn't be done hereSyndamia2021-03-191-1/+1
| |
| * Added an hr to feed and profile components, styled properlySyndamia2021-03-194-1/+9
| |
| * 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-198-6/+12
| | | | | | | | the navbar
| * Major redesign of profile component stylingSyndamia2021-03-194-162/+72
| |
| * Fixed navbar showing static usernameSyndamia2021-03-192-1/+2
| |
| * Major redesign of feed component stylingSyndamia2021-03-194-196/+113
| |
| * 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-194-9/+25
| |
| * Removed old image assets and added new default user icon assetSyndamia2021-03-196-1/+72
| |
| * 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-193-9/+94
| |
| * Added navbar component to pages that need itSyndamia2021-03-196-0/+12
| |
| * Implemented navbar component; added some global stylings and changed the ↵Syndamia2021-03-1912-8/+598
| | | | | | | | name of others; added icons
| * Major redesign of post component styling. Added foundatinal global stylings ↵Syndamia2021-03-188-148/+562
|/ | | | 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-142-13/+11
|
* Merge pull request #2 from Team-Kaleidoscope/rating_systemDanail Dimitrov2021-03-1414-20/+1230
|\ | | | | Rating system
| * Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive-Angular ↵Danail Dimitrov2021-03-1434-351/+216
| |\ | |/ |/| | | into rating_system
* | Removed unused app-shell componentSyndamia2021-03-144-41/+0
| |
* | Removed e2e testsSyndamia2021-03-144-84/+0
| |
* | Fixed settings page having an outdated link and routing user to outdated ↵Syndamia2021-03-141-0/+6
| | | | | | | | profile page when changing username
* | Merge pull request #1 from Team-Kaleidoscope/code-refactorKamen Mladenov2021-03-1423-224/+208
|\ \ | | | | | | Code refactor
| * | Fixed model imports of post and user modelscode-refactorSyndamia2021-03-142-6/+6
| | |
| * | Fixed includes (for models) of all componentsSyndamia2021-03-149-18/+18
| | |
| * | Renamed all models to have proper naming (from model-name.ts to ↵Syndamia2021-03-1413-7/+7
| | | | | | | | | | | | model-name.model.ts), updated includes of services
| * | Moved a nested http request in profile component to it's own methodSyndamia2021-03-141-8/+12
| | |