aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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, ↵Syndamia2021-01-166-130/+91
| | | | fixed return type of getters and setters, fixed some other spacing
* Removed unnecessary service classesSyndamia2021-01-166-77/+0
|
* Moved fetch functions from the feed, login and register pages to the user ↵Syndamia2021-01-165-58/+104
| | | | service and added loading time for the fetch result
* Feed now saves the user data and uses it to show the names and username of ↵Syndamia2021-01-157-5/+54
| | | | the user
* Added validation to password, improved how form data errors are shown, added ↵Syndamia2021-01-154-22/+40
| | | | form data errors to login
* 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 ↵Syndamia2021-01-147-12/+49
| | | | other (register to login and login to register)
* Updated login to use the same styling as registerSyndamia2021-01-142-38/+22
|
* Made register style DIY and moved most register CSS components to the global ↵Syndamia2021-01-145-102/+224
| | | | styles
* Login stores JWT in session storage, feed checks (needs to be improved) for ↵Syndamia2021-01-142-10/+22
| | | | that token and redirects to login
* Added simple routing, where on / is the feed, on /login is login and on ↵Syndamia2021-01-142-6/+9
| | | | /register is register
* Tweeked .editorconfig; Added omnisharp workspace-wide settings for code ↵transtrike2021-01-131-20/+0
| | | | analyzers
* Reworked feed componentSyndamia2021-01-135-56/+98
|
* Reworked post component CSS and HTMLSyndamia2021-01-134-71/+77
|
* Feed & posts visual modificationstranstrike2021-01-111-1/+0
|
* Posts design fixestranstrike2021-01-114-184/+62
|
* Finished feed styling and fucked up post styling(I hate css)transtrike2021-01-1112-251/+376
|
* Added required error validation to registertranstrike2021-01-102-16/+20
|
* Added services; Tweeked registertranstrike2021-01-1015-3/+322
|
* Register component done with Angular-Materialtranstrike2021-01-0814-264/+308
|
* Merge branch 'dev' of DevHive into devtranstrike2021-01-0813-185/+144
|\
| * Removed unecessary age field from registerUserFormGroupSyndamia2021-01-081-9/+0
| |
| * Implemented and improved sending API requests from login and register pages; ↵Syndamia2021-01-084-18/+42
| | | | | | | | the response is printed in the (browser) console
| * Moved login page to app/components; fixed, updated and improved styling of ↵Syndamia2021-01-0811-171/+115
| | | | | | | | register and login pages
* | Register page changestranstrike2021-01-081-0/+1
|/
* Register almost? implementationtranstrike2021-01-0813-1/+310
|
* Implemented latest login dev UI, add functionality (result from API is shown ↵Syndamia2021-01-085-29/+39
| | | | in console); updated tsconfig