aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added logic for transferring languages and technologies from available to ↵Syndamia2021-03-292-3/+28
| | | | chosen and back in profile settings
* Made choosen and avaiable languages and technologies beside eachother in ↵Syndamia2021-03-291-12/+12
| | | | profile settings
* Fixed loading of avaiable languages and technologies in profile settings pageSyndamia2021-03-291-3/+13
|
* Replaced technology and language input fields with arrays and button elementsSyndamia2021-03-292-86/+81
|
* Added basic effects and skeleton of functionality for clicking available ↵Syndamia2021-03-292-2/+11
| | | | technologies and languages in profile settings
* Fixed language and technology drawers having all items in a single column in ↵Syndamia2021-03-292-8/+8
| | | | profile settings and admin panel
* Fully removed Angular materialSyndamia2021-03-292-18/+0
|
* Fixed password going behind show/hide button; Minor spacing adjustmentsSyndamia2021-03-293-3/+7
|
* Implemented a password show and hide button to register and login pages; ↵Syndamia2021-03-287-5/+175
| | | | added it's icons (eye and eye-off)
* Improved how error-bar handles error messagesSyndamia2021-03-283-15/+11
|
* Reimplemented comment page componentSyndamia2021-03-285-1/+64
|
* Fixed some session storage request that were happening while the user wasn't ↵Syndamia2021-03-282-15/+18
| | | | logged in
* 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
|
* Fixed bad class name in feed create postmajor-redesignSyndamia2021-03-221-1/+1
|
* Improved readability and consistency of margin global stylingSyndamia2021-03-2212-50/+50
|
* Improved readability and consistency of font-size, text, border, colors and ↵Syndamia2021-03-2213-176/+178
| | | | 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-223-4/+28
| | | | (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
|
* Service methods that return default object values now return empty string valuesSyndamia2021-03-223-3/+3
|
* Fixed form errors in profile settings componentSyndamia2021-03-221-0/+17
|
* Major redesign of technology and language selection design in profile ↵Syndamia2021-03-223-128/+57
| | | | 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-222-104/+104
|
* 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-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-216-49/+304
| | | | 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
|