feat: port main page to web app - #245
Draft
Fruktus wants to merge 1 commit into
Draft
Conversation
Fruktus
force-pushed
the
feat/web-app-index
branch
3 times, most recently
from
June 3, 2026 16:54
b73dbcb to
6186406
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Fruktus
force-pushed
the
feat/web-app-index
branch
5 times, most recently
from
June 4, 2026 10:51
1b944ed to
3b75308
Compare
Fruktus
commented
Jun 4, 2026
| @@ -0,0 +1,15 @@ | |||
| .footer { | |||
Owner
Author
There was a problem hiding this comment.
I've modified it so that it stays on top of the swf instead of being below it, since it did not fit in the viewport most of the time.
Owner
Author
There was a problem hiding this comment.
Right now it is the same as it was - a part of game container
Fruktus
commented
Jun 4, 2026
Fruktus
commented
Jun 4, 2026
Owner
Author
There was a problem hiding this comment.
This entire file needs more work, there are unused elements etc, but I'll work on it separately later
Fruktus
force-pushed
the
feat/web-app-index
branch
from
June 4, 2026 10:54
3b75308 to
bf27e58
Compare
Fruktus
marked this pull request as ready for review
June 4, 2026 10:55
Fruktus
force-pushed
the
feat/web-app-index
branch
4 times, most recently
from
June 4, 2026 11:33
1a3bb47 to
c2559b2
Compare
Merged
Fruktus
force-pushed
the
feat/web-app-index
branch
2 times, most recently
from
June 11, 2026 12:44
a0158ac to
d7aabe7
Compare
Fruktus
force-pushed
the
feat/web-app-index
branch
from
June 11, 2026 13:01
d7aabe7 to
cef4580
Compare
Fruktus
marked this pull request as draft
June 11, 2026 14:51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates our old index.html to next web app.
Part of #240