aboutsummaryrefslogtreecommitdiff
path: root/src/app/components
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bad class name in feed create postmajor-redesignSyndamia2021-03-221-1/+1
|
* Improved readability and consistency of margin global stylingSyndamia2021-03-2211-41/+41
|
* Improved readability and consistency of font-size, text, border, colors and ↵Syndamia2021-03-2212-150/+150
| | | | padding CSS class names
* Implemented comment share functionalitySyndamia2021-03-222-6/+29
|
* 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 ↵Syndamia2021-03-222-3/+25
| | | | (thanks to ngxClipboard module)
* Navbar shows only the login button with text when use isn't logged inSyndamia2021-03-221-5/+3
|
* Major redesign of admin panel page component stylingSyndamia2021-03-223-133/+130
|
* Added a button for navigation to admin panel pageSyndamia2021-03-222-1/+6
|
* Major redesign of not-found page component styleSyndamia2021-03-221-9/+17
|
* Fixed form errors in profile settings componentSyndamia2021-03-221-0/+17
|
* Major redesign of technology and language selection design in profile ↵Syndamia2021-03-222-128/+47
| | | | settings (with this, profile settings is fully redesigned)
* Made input field labels have focus color in profile settingsSyndamia2021-03-221-5/+5
|
* Logging out of account in profile settings will redirect to login screen ↵Syndamia2021-03-221-1/+1
| | | | (and not profile page)
* Major redesign of almost all of profile settings pageSyndamia2021-03-221-93/+82
|
* Removed unused css styling in register and login componentsSyndamia2021-03-222-48/+0
|
* Major redesign of register page styling (following login page's styling)Syndamia2021-03-221-30/+20
|
* Implemented major redesign to profile page: add and remove friend button ↵Syndamia2021-03-221-4/+5
| | | | (and input field)
* Removed post component index number, since we don't need it anymoreSyndamia2021-03-224-6/+5
|
* Minor update/fix to styling of textarea component on editing commentSyndamia2021-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-213-4/+69
| | | | comments
* Removed comment page componentSyndamia2021-03-214-140/+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-214-49/+138
| | | | your posts into post component
* Major redesign of post page component and removed post edit and delete ↵Syndamia2021-03-215-145/+13
| | | | functionality, as well as old navbar from it
* Major redesign of form attachments (the ones you find on post creation and edit)Syndamia2021-03-214-19/+13
|
* Major redesign of login component stylingSyndamia2021-03-212-42/+13
|
* 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-204-60/+13
|
* Fixed and updated styling of rating highlightsSyndamia2021-03-202-8/+11
|
* Made a minor tweak on profile names padding, to improve mobile compatibilitySyndamia2021-03-191-1/+1
|
* Fixed messages for not having any posts of user or any posts from friendsSyndamia2021-03-192-2/+2
|
* 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
|