aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated READMESyndamia2021-04-091-14/+24
|
* Fixed liking functionality (after change in api)Syndamia2021-04-081-6/+6
|
* Merge pull request #6 from Team-Kaleidoscope/friends-updateKamen Mladenov2021-04-085-54/+69
|\ | | | | Friends request update
| * Improved styling of add/remove friend buttonfriends-updateSyndamia2021-04-081-1/+1
| |
| * Removed bad dependency injection in profile componentSyndamia2021-04-081-1/+1
| |
| * Removed unused bare user requests from user serviceSyndamia2021-04-081-17/+0
| |
| * Updated profile component to use friend service and updated html to show ↵Syndamia2021-04-082-37/+24
| | | | | | | | only add/remove friend button
| * Added friends service, from which you could add and remove friendsSyndamia2021-04-082-0/+45
|/
* Fixed bad timezone offsetSyndamia2021-04-082-2/+2
|
* Merge pull request #5 from Team-Kaleidoscope/profile-picture-updateKamen Mladenov2021-04-084-19/+36
|\ | | | | Profile picture request update
| * Updated profile settings page to use profile picture serviceprofile-picture-updateSyndamia2021-04-071-2/+3
| |
| * Added profile picture service and removed put profile picture from user serviceSyndamia2021-04-073-17/+33
|/
* Merge pull request #4 from Team-Kaleidoscope/click-sec-infoKamen Mladenov2021-03-296-107/+159
|\ | | | | Click sec info
| * Fixed sizing of success barclick-sec-infoSyndamia2021-03-291-0/+1
| |
| * Added show/hide button in profile settings confirm password fieldSyndamia2021-03-292-2/+12
| |
| * Added slim border to technology and language edit sections in profile settingsSyndamia2021-03-291-6/+6
| |
| * Moved password field to the bottom (but still above update button) in ↵Syndamia2021-03-291-10/+10
| | | | | | | | profile settings
| * Fixed languages and technologies being ordered in a column in profile pageSyndamia2021-03-291-4/+4
| |
| * Fixed update user request in service and in profile settingsSyndamia2021-03-292-6/+8
| |
| * 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
* Added a yarn.lockSyndamia2021-03-291-0/+9373
|
* 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
|
* Moved Angular data from GitHub wiki to a docs folderSyndamia2021-03-283-0/+261
|
* 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
|
* Merge pull request #3 from Team-Kaleidoscope/major-redesignKamen Mladenov2021-03-2267-1532/+18634
|\ | | | | Major redesign
| * 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-225-25/+15969
| | | | | | | | (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
| |