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

Update with new branding #23

Merged
merged 29 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6af6e34
udpate git ignore
mrpthemrp Dec 10, 2024
a701ce0
Update git ignore more
mrpthemrp Dec 10, 2024
0f82915
add bun compiler to project
mrpthemrp Dec 10, 2024
074c3fa
add updated favicons
mrpthemrp Dec 10, 2024
3509ba2
remove old manifest and favicons
mrpthemrp Dec 10, 2024
c90ed5d
add typeface files to fonts
mrpthemrp Dec 10, 2024
13a3799
add colours
mrpthemrp Dec 10, 2024
dd02217
update colours part 1
mrpthemrp Dec 11, 2024
8af4ed7
prettier and update colours
mrpthemrp Dec 15, 2024
f53c4f6
nav and footer update
mrpthemrp Dec 15, 2024
fbf0603
disable scroll bar
mrpthemrp Dec 15, 2024
b9575e0
update nav logic
mrpthemrp Dec 15, 2024
fa3e2eb
upadte nav and footer
mrpthemrp Dec 15, 2024
3ba2419
Update nav styling
mrpthemrp Dec 15, 2024
cccc296
Update login styling page
mrpthemrp Dec 15, 2024
150ae8e
update login and signup styling
mrpthemrp Dec 15, 2024
48e02b9
updte profile styling
mrpthemrp Dec 15, 2024
0fcc799
upadte profile styling
mrpthemrp Dec 15, 2024
287aed2
Update profile buttons
mrpthemrp Dec 15, 2024
0bdddf3
login logout logic implemetned
mrpthemrp Dec 15, 2024
46d0e08
logout logic bug fixed
mrpthemrp Dec 15, 2024
18091f7
Merge branch 'master' into 18-kscale-design-refresh
mrpthemrp Dec 15, 2024
9e50f53
account page styles updated
mrpthemrp Dec 19, 2024
7ff8007
update logout and header
mrpthemrp Dec 19, 2024
807b658
update about, apikeys, gdprbanner
mrpthemrp Dec 19, 2024
63984e8
update inputs
mrpthemrp Dec 19, 2024
d25b441
Update everything
mrpthemrp Dec 19, 2024
9ddb542
Update more things
mrpthemrp Dec 19, 2024
f6f813f
update button and miniscule thigns
mrpthemrp Dec 19, 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
4 changes: 1 addition & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@
"@babel/preset-react",
"@babel/preset-typescript"
],
"plugins": [
"@babel/plugin-proposal-private-property-in-object"
]
"plugins": ["@babel/plugin-proposal-private-property-in-object"]
}
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

#IDE related
.idea
*.idea/

# dependencies
/node_modules
/.pnp
.pnp.js
pnpm-lock.yaml
*.lockb
bun.lockb

# testing
/coverage
Expand Down
3 changes: 3 additions & 0 deletions assets/cursor/default.svg
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 assets/cursor/default_dark.svg
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 assets/cursor/grab.svg
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 assets/cursor/grab_dark.svg
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 assets/cursor/grabbing.svg
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 assets/cursor/grabbing_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/cursor/pointer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/cursor/pointer_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions assets/cursor/progress.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions assets/cursor/progress_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/cursor/text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/cursor/text_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/cursor/wait.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/cursor/wait_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/favicon.ico
Binary file not shown.
Binary file added assets/favicons/favicon_144x144.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 assets/favicons/favicon_16x16.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 assets/favicons/favicon_180x180.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 assets/favicons/favicon_192x192.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 assets/favicons/favicon_194x194.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 assets/favicons/favicon_256x256.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 assets/favicons/favicon_32x32.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 assets/favicons/favicon_ico.ico
Binary file not shown.
12 changes: 12 additions & 0 deletions assets/favicons/favicon_svg.svg
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 assets/fonts/CoFoSansMono-Regular.woff
Binary file not shown.
Binary file added assets/fonts/CoFoSansMono-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/GT-Planar-Regular.woff
Binary file not shown.
Binary file added assets/fonts/GT-Planar-Regular.woff2
Binary file not shown.
5,055 changes: 5,053 additions & 2 deletions assets/gstwebrtc-api-2.0.0.min.js

Large diffs are not rendered by default.

Binary file removed assets/logo192.png
Binary file not shown.
25 changes: 0 additions & 25 deletions assets/manifest.json

This file was deleted.

2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"lib": "@/lib",
"hooks": "@/hooks"
}
}
}
Loading
Loading