Skip to content

Commit

Permalink
Update with new branding (#23)
Browse files Browse the repository at this point in the history
* udpate git ignore

* Update git ignore more

* add bun compiler to project

* add updated favicons

* remove old manifest and favicons

* add typeface files to fonts

* add colours

* update colours part 1

* prettier and update colours

* nav and footer update

* disable scroll bar

* update nav logic

* upadte nav and footer

* Update nav styling

* Update login styling page

* update login and signup styling

* updte profile styling

* upadte profile styling

* Update profile buttons

* login logout logic implemetned

* logout logic bug fixed

* account page styles updated

* update logout and header

* update about, apikeys, gdprbanner

* update inputs

* Update everything

* Update more things

* update button and miniscule thigns
  • Loading branch information
mrpthemrp authored Dec 19, 2024
1 parent 3616c3a commit 11c22ba
Show file tree
Hide file tree
Showing 125 changed files with 7,471 additions and 1,115 deletions.
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

0 comments on commit 11c22ba

Please sign in to comment.