Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landing Page #35

Closed
TroyKomodo opened this issue Feb 19, 2023 · 1 comment · Fixed by #62
Closed

Landing Page #35

TroyKomodo opened this issue Feb 19, 2023 · 1 comment · Fixed by #62
Assignees

Comments

@TroyKomodo
Copy link
Member

TroyKomodo commented Feb 19, 2023

We need to create the landing page for scuffle.tv
The first page where users will go.

@TroyKomodo TroyKomodo converted this from a draft issue Feb 19, 2023
@TroyKomodo TroyKomodo added this to the v1.0.0 milestone Feb 19, 2023
@TroyKomodo
Copy link
Member Author

In the beginning, we wont have any streams to feature so we should opt to create a landing page as more of an introduction to what this project is about, what we aim to do, why we are doing it, where they can find updates ect.

The typical approach would be to make a landing page which features the channels which are currently live however in our early stages we wont have anyone live so it would just make us look bad and look like a poor attempt of a twitch clone.

Open to ideas on this.

@mmattbtw mmattbtw moved this from Backlog to Todo in Scuffle Feb 19, 2023
mmattbtw added a commit to mmattbtw/scuffle that referenced this issue Feb 20, 2023
mmattbtw added a commit to mmattbtw/scuffle that referenced this issue Feb 20, 2023
@mmattbtw mmattbtw mentioned this issue Feb 20, 2023
9 tasks
@treuks treuks moved this from Todo to In Progress in Scuffle Feb 20, 2023
mmattbtw added a commit to mmattbtw/scuffle that referenced this issue Feb 20, 2023
mmattbtw added a commit to mmattbtw/scuffle that referenced this issue Feb 20, 2023
mmattbtw added a commit to mmattbtw/scuffle that referenced this issue Feb 20, 2023
mmattbtw added a commit to mmattbtw/scuffle that referenced this issue Feb 20, 2023
mmattbtw added a commit to mmattbtw/scuffle that referenced this issue Feb 20, 2023
TroyKomodo pushed a commit that referenced this issue Feb 24, 2023
Closes #35

fix: switch to scss

feat: finish up layout

chore: switch to mask + small other fixes

Switched to mask as our task runner from Just.
Mask seems to provide a much nicer cli than just and also is much easier
to write than the just files, since its markdown. Ideally they should
add support for submoudles and some things to help with code
duplication. Like global variables, global scripts, cascading flags,
catch all extra arguments, ect... However these are not big enough
issues for us to not use it since just/make is very unmaintainable and very
messy when we have a lot of tasks.

I made an issue on their repo for the submodule idea.
jacobdeichert/mask#96

Some small fixes:
- .gitignores on mac
- prettier not formatting all files

feat: start landing page

Closes #35

fix: switch to scss

fix: remove unused file

feat: fix magic text positioning

chore: format

fix: capitalization

chore: add code coverage

Add code coverage with Codecov.

closes #50

feat: add blurred circles to background

chore: format

fix: remove unused <script>

fix: text selection on top of blurred circles

feat: added blurred-circle animation

feat(api): initial api implementation + glibc

Upon testing the API we noticed that when the app is compiled with musl
the API would perform roughly 80% worse than the glibc counter part.
We will have to do real benchmarks to see where this performance drop
off is coming from and likely have to ticket it to the musl / rust /
tokio devs.

ci: add docker ci builds

Adding docker builds to CI so that we can have regularly updated docker
images pushed to GHCR.

closes #46
TroyKomodo pushed a commit that referenced this issue Feb 24, 2023
Closes #35

fix: switch to scss

feat: finish up layout

chore: switch to mask + small other fixes

Switched to mask as our task runner from Just.
Mask seems to provide a much nicer cli than just and also is much easier
to write than the just files, since its markdown. Ideally they should
add support for submoudles and some things to help with code
duplication. Like global variables, global scripts, cascading flags,
catch all extra arguments, ect... However these are not big enough
issues for us to not use it since just/make is very unmaintainable and very
messy when we have a lot of tasks.

I made an issue on their repo for the submodule idea.
jacobdeichert/mask#96

Some small fixes:
- .gitignores on mac
- prettier not formatting all files

feat: start landing page

Closes #35

fix: switch to scss

fix: remove unused file

feat: fix magic text positioning

chore: format

fix: capitalization

chore: add code coverage

Add code coverage with Codecov.

closes #50

feat: add blurred circles to background

chore: format

fix: remove unused <script>

fix: text selection on top of blurred circles

feat: added blurred-circle animation

feat(api): initial api implementation + glibc

Upon testing the API we noticed that when the app is compiled with musl
the API would perform roughly 80% worse than the glibc counter part.
We will have to do real benchmarks to see where this performance drop
off is coming from and likely have to ticket it to the musl / rust /
tokio devs.

ci: add docker ci builds

Adding docker builds to CI so that we can have regularly updated docker
images pushed to GHCR.

closes #46
TroyKomodo pushed a commit to mmattbtw/scuffle that referenced this issue Feb 24, 2023
Closes ScuffleCloud#35

fix: switch to scss

feat: finish up layout

chore: switch to mask + small other fixes

Switched to mask as our task runner from Just.
Mask seems to provide a much nicer cli than just and also is much easier
to write than the just files, since its markdown. Ideally they should
add support for submoudles and some things to help with code
duplication. Like global variables, global scripts, cascading flags,
catch all extra arguments, ect... However these are not big enough
issues for us to not use it since just/make is very unmaintainable and very
messy when we have a lot of tasks.

I made an issue on their repo for the submodule idea.
jacobdeichert/mask#96

Some small fixes:
- .gitignores on mac
- prettier not formatting all files

feat: start landing page

Closes ScuffleCloud#35

fix: switch to scss

fix: remove unused file

feat: fix magic text positioning

chore: format

fix: capitalization

chore: add code coverage

Add code coverage with Codecov.

closes ScuffleCloud#50

feat: add blurred circles to background

chore: format

fix: remove unused <script>

fix: text selection on top of blurred circles

feat: added blurred-circle animation

feat(api): initial api implementation + glibc

Upon testing the API we noticed that when the app is compiled with musl
the API would perform roughly 80% worse than the glibc counter part.
We will have to do real benchmarks to see where this performance drop
off is coming from and likely have to ticket it to the musl / rust /
tokio devs.

ci: add docker ci builds

Adding docker builds to CI so that we can have regularly updated docker
images pushed to GHCR.

closes ScuffleCloud#46
TroyKomodo pushed a commit to mmattbtw/scuffle that referenced this issue Feb 24, 2023
@TroyKomodo TroyKomodo mentioned this issue Feb 24, 2023
9 tasks
TroyKomodo pushed a commit that referenced this issue Mar 1, 2023
@TroyKomodo TroyKomodo moved this from In Progress to Done in Scuffle Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants