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

[SOK-21] start game page #11

Merged
merged 23 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
417a413
wip
k0ndratov Sep 27, 2024
191d8fa
refact: small css changes
k0ndratov Sep 27, 2024
d9b6f53
feat: text-color-muted variable
k0ndratov Sep 27, 2024
1103036
feat: use border for player img
k0ndratov Sep 27, 2024
1f3961f
Merge branch 'SOK-20_leaderboard-page' of https://github.com/Timur233…
Timur233 Sep 27, 2024
13e4a69
Кнопки управления танком:
Timur233 Sep 28, 2024
cc9e83d
Кнопки управления танком:
Timur233 Sep 28, 2024
88891ef
Merge branch 'develop' of https://github.com/Timur233/falcon-tanks in…
Timur233 Sep 28, 2024
b48468b
Добавил Favicon
Timur233 Sep 28, 2024
cd7f210
Добавил чуть переменных
Timur233 Sep 28, 2024
f73667e
Добавил Favicon
Timur233 Sep 28, 2024
538af89
Добавил компонент Icon
Timur233 Sep 28, 2024
8244591
Добавил компонент модалки
Timur233 Sep 28, 2024
c22b302
Добавил компонент Прелоадер
Timur233 Sep 28, 2024
0d777d0
В кнопке сделал prop className не обязательным
Timur233 Sep 28, 2024
742d9ad
Компонент CustomPageTitle исправил ошибку в стилях
Timur233 Sep 28, 2024
95411b0
Сврерстал страницу игры и окно начала игры
Timur233 Sep 29, 2024
0768737
Сврерстал страницу игры и окно начала игры
Timur233 Sep 29, 2024
9daba7e
Правки ревью k0ndratov
Timur233 Sep 30, 2024
0fbd8c9
Добавил состояние для загрузки спрайта иконок
Timur233 Oct 1, 2024
e745411
Правки:
Timur233 Oct 3, 2024
98289b3
Merge branch 'develop' of https://github.com/Timur233/falcon-tanks in…
Timur233 Oct 3, 2024
1ea0f72
Linter Format
Timur233 Oct 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
175 changes: 155 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />

<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down
Binary file added packages/client/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading