aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular
Commit message (Collapse)AuthorAgeFilesLines
* Fully impelemented technology modifying in admin panelSyndamia2021-02-013-13/+140
|
* Added an admin panel, that can be accessed by admin users; implemented ↵Syndamia2021-02-019-1/+325
| | | | modifying languages in admin panel and added beginnings of technology modifying
* Implemented edit post button functionality; fixed edit and create post ↵Syndamia2021-01-314-19/+87
| | | | requests in post service
* Added edit and delete buttons to post page (when you are viewing your own ↵Syndamia2021-01-315-9/+25
| | | | post); added the global delete-btn style (taken from profile-pages)
* Angular token service now can extract the username from jwtSyndamia2021-01-312-0/+10
|
* Added the loading component to postsSyndamia2021-01-311-0/+2
|
* Added a "Back to feed" button to post pageSyndamia2021-01-313-0/+18
|
* Implemented post page; when you click on a posts's message or timestamp, ↵Syndamia2021-01-318-5/+47
| | | | you'll be redirected to a page with the post
* Fixed global spacing of user-language and user-technology classes when there ↵Syndamia2021-01-312-7/+2
| | | | are a lot of them next to each other
* Fixed wraping of technologies and languages in profile pageSyndamia2021-01-311-0/+1
|
* Fixed post creating input field vertical alignment and fixed word break on ↵Syndamia2021-01-312-0/+3
| | | | posts with a very long word
* Fixed rating alignment, when a post is longSyndamia2021-01-311-1/+2
|
* Simplified goback functinality of profile and profile-settings componentsSyndamia2021-01-313-14/+2
|
* Quick fix of feed component html having a bad comment element and user ↵Syndamia2021-01-312-2/+2
| | | | service not sending proper get request
* Severely improved angular code consistency; moved (session) token logic in ↵Syndamia2021-01-3122-266/+310
| | | | it's own service
* Impelemented creating posts in feedSyndamia2021-01-314-4/+53
|
* Added roles and friends to user model; updating now sends user's roles and ↵Syndamia2021-01-315-9/+36
| | | | friends
* Slightly improved logic for showing "None" in language and technologies ↵Syndamia2021-01-312-6/+2
| | | | fields of user profile
* Moved language and technology class out of user modelSyndamia2021-01-316-13/+19
|
* 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 ↵Syndamia2021-01-303-2/+11
| | | | the author profile
* 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
| | | | posts are requested
* Implemented feed service to get the feed; the posts in the feed page are now ↵Syndamia2021-01-304-13/+46
| | | | loaded (aren't static anymore)
* Angular post model contains creator info; posts now load their creator's ↵Syndamia2021-01-305-19/+47
| | | | data; improved format of post created date
* Made user page posts dynamicSyndamia2021-01-304-6/+45
|
* Made post component slightly more dynamic (postId, message and timeSyndamia2021-01-305-5/+83
| | | | created are dynamic)
* Editing user languages and technologies supports having multiple spaces ↵Syndamia2021-01-301-2/+6
| | | | anywhere in input
* Fixed successbar error in consoleSyndamia2021-01-301-1/+4
|
* Made profile editing of languages and technologies in profile settings page ↵Syndamia2021-01-304-18/+60
| | | | look a lot better
* Implemented functionality for modifying languages and technologies in the ↵Syndamia2021-01-293-6/+145
| | | | user settings page with a rough UI
* Implemented functionality and rough UI in profile settings forUpdated ↵Syndamia2021-01-291-30/+12
| | | | profile component to use language and technology service methods
* 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 ↵Syndamia2021-01-298-14/+142
| | | | language and technology service, updated user to accomodate languages and technologies, updated profile component
* 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
| | | | error and success messages), made other components use them
* Back buttons now go back to the previous page you were on (not the root of ↵Syndamia2021-01-222-4/+14
| | | | the website)
* Made some minor front-end design improvements: better implemented scrolling ↵Syndamia2021-01-228-113/+137
| | | | of part of a page, fixed some alignments (mainly in the files)
* 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
| | | | his email in front-end
* Requests to user (in feed, login, register, profile, profile-settings) now ↵Syndamia2021-01-2211-121/+198
| | | | properly wait for the data to get loaded (instead of having a hard coded timer); Substantial improvement over how these pages handle errors; Login page shows request error message
* Added delete account functionality to settings page, added logout button ↵Syndamia2021-01-216-4/+132
| | | | when in your profile
* 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
|