ScuffleTV / scuffle

Live streaming platform
https://scuffle.tv
233 stars 26 forks source link

feat: login / register #63

Closed TroyKomodo closed 1 year ago

TroyKomodo commented 1 year ago

Proposed changes

Creating the Login / Register Pages

fixes #36

Types of changes

What types of changes does your code introduce to Scuffle? Put an x in the boxes that apply

Checklist

Further comments

image image image image image
codecov[bot] commented 1 year ago

Codecov Report

Merging #63 (329d0ef) into feature/website (886fb47) will decrease coverage by 0.44%. The diff coverage is 86.51%.

:exclamation: Current head 329d0ef differs from pull request most recent head cb1944e. Consider uploading reports for the commit cb1944e to get more accurate results

@@                 Coverage Diff                 @@
##           feature/website      #63      +/-   ##
===================================================
- Coverage            82.42%   81.98%   -0.44%     
===================================================
  Files                   29       41      +12     
  Lines                  438     1393     +955     
===================================================
+ Hits                   361     1142     +781     
- Misses                  77      251     +174     
Impacted Files Coverage Δ
common/src/config.rs 100.00% <ø> (ø)
common/src/lib.rs 100.00% <ø> (ø)
common/src/signal.rs 93.10% <ø> (ø)
common/src/types/channel.rs 0.00% <0.00%> (ø)
common/src/types/channel_ban.rs 0.00% <0.00%> (ø)
common/src/types/channel_role.rs 0.00% <0.00%> (ø)
common/src/types/channel_role_grant.rs 0.00% <0.00%> (ø)
common/src/types/chat_message.rs 0.00% <0.00%> (ø)
common/src/types/chat_room.rs 0.00% <0.00%> (ø)
common/src/types/follow.rs 0.00% <0.00%> (ø)
... and 28 more
TroyKomodo commented 1 year ago

@4w3Official @IS2511 Im going to merge this PR without your reviews, if you do review it, we can make a subsequent PR fixing any mistakes you guys find. This PR is too big and is blocking a lot of other tickets.