aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular
Commit message (Expand)AuthorAgeFilesLines
* Improved scrolling in profile pageSyndamia2021-01-301-1/+1
* Added a message to user profiles, when the user hasn't posted anythingSyndamia2021-01-303-1/+13
* Added a message in feed when none of your friends have posted anythingSyndamia2021-01-303-1/+17
* Fixed "Cannot read property 'hideMsg' of undefined" profile settings page errorSyndamia2021-01-301-2/+2
* Implemnted ability to click on user profile in post and get redirected to the...Syndamia2021-01-303-2/+11
* Fixed posts array in feed componentSyndamia2021-01-301-2/+2
* Fixed profile posts not loading on certain accounts; fixed time at which the ...Syndamia2021-01-301-3/+5
* Implemented feed service to get the feed; the posts in the feed page are now ...Syndamia2021-01-304-13/+46
* Angular post model contains creator info; posts now load their creator's data...Syndamia2021-01-305-19/+47
* Made user page posts dynamicSyndamia2021-01-304-6/+45
* Made post component slightly more dynamic (postId, message and timeSyndamia2021-01-305-5/+83
* Editing user languages and technologies supports having multiple spaces anywh...Syndamia2021-01-301-2/+6
* Fixed successbar error in consoleSyndamia2021-01-301-1/+4
* Made profile editing of languages and technologies in profile settings page l...Syndamia2021-01-304-18/+60
* Implemented functionality for modifying languages and technologies in the use...Syndamia2021-01-293-6/+145
* Implemented functionality and rough UI in profile settings forUpdated profile...Syndamia2021-01-291-30/+12
* Implemented angular languages and technologies service requests for getting dataSyndamia2021-01-292-0/+81
* Added a confirmation message when deleting your accountSyndamia2021-01-293-7/+25
* Implemented dynamic getting of user languages and technologies: added languag...Syndamia2021-01-298-14/+142
* Made feed design more consistent with design of all other pagesSyndamia2021-01-294-21/+9
* Error bar now shows the actual error message from the apiSyndamia2021-01-233-2/+11
* Renamed error component to not-found component (to better match it's purpose)Syndamia2021-01-237-11/+11
* Added a success and error bar components (for more consistent way of showing ...Syndamia2021-01-2316-41/+125
* Back buttons now go back to the previous page you were on (not the root of th...Syndamia2021-01-222-4/+14
* Made some minor front-end design improvements: better implemented scrolling o...Syndamia2021-01-228-113/+137
* Implemented a message when the profile is successfully updatedSyndamia2021-01-222-1/+7
* Implemented updating profile properties in the settings page; user now saves ...Syndamia2021-01-225-3/+133
* Requests to user (in feed, login, register, profile, profile-settings) now pr...Syndamia2021-01-2211-121/+198
* Added delete account functionality to settings page, added logout button when...Syndamia2021-01-216-4/+132
* Replaced loading in profile page with loading componentSyndamia2021-01-211-4/+1
* Moved loading style from feed to it's own componentSyndamia2021-01-215-5/+22
* Made profile icon dynamicSyndamia2021-01-219-8/+20
* Fixed login redirecting too quickly to the feedSyndamia2021-01-211-3/+4
* Added settings and logout buttons to the feed page (user sidebar)Syndamia2021-01-214-10/+36
* Added a simple error (not found) pageSyndamia2021-01-216-3/+63
* Made a major redesign of feed page styleSyndamia2021-01-165-17/+90
* Feed page redirects to the loggedin user profileSyndamia2021-01-163-9/+14
* Added initial profile settings pageSyndamia2021-01-165-2/+22
* User profile loads properly if viewing the logged in userSyndamia2021-01-164-11/+76
* Added a static design for the profile pageSyndamia2021-01-162-1/+104
* Added the starting point of the user profile componentSyndamia2021-01-165-2/+35
* Moved some information to an AppConstants moduleSyndamia2021-01-163-14/+15
* Fixed naming of private properties, replaced tab indentation with spaces, fix...Syndamia2021-01-166-130/+91
* Removed unnecessary service classesSyndamia2021-01-166-77/+0
* Moved fetch functions from the feed, login and register pages to the user ser...Syndamia2021-01-165-58/+104
* Feed now saves the user data and uses it to show the names and username of th...Syndamia2021-01-157-5/+54
* Added validation to password, improved how form data errors are shown, added ...Syndamia2021-01-154-22/+40
* Fixed wrong styling in feed pageSyndamia2021-01-142-2/+2
* Improved and fixed functionality of registerSyndamia2021-01-141-10/+14
* Added buttons on the login and register pages, that redirect you to each othe...Syndamia2021-01-147-12/+49