aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Login stores JWT in session storage, feed checks (needs to be improved) for t...Syndamia2021-01-142-10/+22
* Added simple routing, where on / is the feed, on /login is login and on /regi...Syndamia2021-01-142-6/+9
* Tweeked .editorconfig; Added omnisharp workspace-wide settings for code analy...transtrike2021-01-131-20/+0
* 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
| * Moved login page to app/components; fixed, updated and improved styling of re...Syndamia2021-01-0811-171/+115
* | 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
* Trying to implement create-user modeltranstrike2021-01-077-62/+113
* Implemented angular static login pageSyndamia2021-01-076-533/+142
* Removed Razor, added Angulartranstrike2020-12-2031-0/+14888