Skip to content

Commit

Permalink
Merge pull request #55 from UTDNebula/redesign
Browse files Browse the repository at this point in the history
Redesign
  • Loading branch information
AbhiramTadepalli authored Oct 30, 2024
2 parents c6223de + ab3cbff commit 6b425d0
Show file tree
Hide file tree
Showing 60 changed files with 2,659 additions and 2,091 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Type Check

on: push

jobs:
main:
name: Run Typescript check
runs-on: ubuntu-latest

steps:
- name: Check out Git repository
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install packages
run: npm install

- name: Run type check
run: npm run type-check
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dist/
keys.json

# typescript
.tsbuildinfo
*.tsbuildinfo

# lint cache
.eslintcache
Expand Down
Binary file added assets/gradient.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions assets/icon-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions assets/icon-white.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 modified assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6b425d0

Please sign in to comment.