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

Feature/welcome page #77

Merged
merged 44 commits into from
Jan 7, 2024
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
cd52522
refactor: change layout to work with welcome page
Quiddlee Jan 4, 2024
26b4e1a
refactor: change layout to work with welcome page
Quiddlee Jan 4, 2024
fe42eea
chore: add necessary images & icons
Quiddlee Jan 5, 2024
e455884
feat: implement welcome page layout
Quiddlee Jan 5, 2024
d6593e6
fix: tests issue
Quiddlee Jan 5, 2024
cbbd892
feat: add welcome page visual elements
Quiddlee Jan 5, 2024
c60ab95
chore: add framer motion
Quiddlee Jan 5, 2024
3161806
feat: add welcome page animations
Quiddlee Jan 5, 2024
50a7381
refactor: encapsulate each section in a separate component
Quiddlee Jan 5, 2024
63d904e
refactor: change team members image height
Quiddlee Jan 5, 2024
ab18f80
chore: disable eslint rule
Quiddlee Jan 5, 2024
b0cc8d2
feat: add cards hover effect
Quiddlee Jan 5, 2024
19c0a91
feat: add tilt effect to cards
Quiddlee Jan 5, 2024
11210f5
refactor: minor changes
Quiddlee Jan 5, 2024
122eeeb
refactor: change tilt value
Quiddlee Jan 5, 2024
693929f
fix: team members animation start
Quiddlee Jan 6, 2024
55e9624
refactor: change scroll animations
Quiddlee Jan 6, 2024
00f8510
fix: layout issues
Quiddlee Jan 6, 2024
15334e8
fix: issue
Quiddlee Jan 6, 2024
9fb4918
feat: add header auth user and unauth
Quiddlee Jan 6, 2024
ce943fa
feat: add header language switcher
Quiddlee Jan 6, 2024
a8c1e27
feat: add header log out button
Quiddlee Jan 6, 2024
56e0d7a
feat: implement change button based on auth
Quiddlee Jan 6, 2024
94f98f2
feat: add scroll header animation
Quiddlee Jan 6, 2024
d35d503
feat: add welcome page translation
Quiddlee Jan 6, 2024
7437158
refactor: minor improvements
Quiddlee Jan 6, 2024
6a5fd5d
fix: spelling
Quiddlee Jan 6, 2024
e0f5ed8
feat: add routes animations
Quiddlee Jan 6, 2024
14ec778
feat: add header links animation
Quiddlee Jan 6, 2024
295f32a
fix: types
Quiddlee Jan 6, 2024
2b2f51f
refactor: change to show roboto font in russian
Quiddlee Jan 6, 2024
6e72508
feat: implement welcome page adaptive
Quiddlee Jan 6, 2024
a987f9d
fix: resolve merge conflicts
Quiddlee Jan 6, 2024
67df49c
feat: add light theme different app picture
Quiddlee Jan 7, 2024
4933a1d
fix: tests issues
Quiddlee Jan 7, 2024
f6d0bf3
feat: add view transition hook
Quiddlee Jan 7, 2024
d601914
refactor: change app title
Quiddlee Jan 7, 2024
7012c4e
feat: improve auth pages
Quiddlee Jan 7, 2024
0bd96f1
fix: header on mobile
Quiddlee Jan 7, 2024
a0da6a0
fix: routes animations
Quiddlee Jan 7, 2024
28d6fe2
feat: improve fade in animations
Quiddlee Jan 7, 2024
8851ff3
fix: gap
Quiddlee Jan 7, 2024
a91a9ae
fix: alignment
Quiddlee Jan 7, 2024
80633ca
fix: tooltip
Quiddlee Jan 7, 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
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
},
plugins: ['react', 'import', 'react-refresh', '@typescript-eslint', 'simple-import-sort', 'prettier'],
rules: {
'no-param-reassign': 0,
'react/prop-types': 0,
'react/jsx-props-no-spreading': 0,
'react/require-default-props': 0,
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="./src/assets/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GraphiQL playground</title>
<title>GraphiQL | You're Dream IDE</title>
</head>
<body>
<body class="overflow-x-hidden">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
Expand Down
39 changes: 39 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@lit/react": "^1.0.2",
"@material/web": "^1.0.1",
"firebase": "^10.7.1",
"framer-motion": "^10.17.9",
"overlayscrollbars": "^2.4.5",
"overlayscrollbars-react": "^0.5.3",
"react": "^18.2.0",
Expand Down
Binary file added src/assets/Bohdan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/Desktop-welcome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/Harry.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/Oleksii.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 78 additions & 0 deletions src/assets/rs_school.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading