Skip to content

Commit

Permalink
refactor: switch to menubar setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor committed Mar 24, 2024
1 parent b0303c6 commit ecaae62
Show file tree
Hide file tree
Showing 67 changed files with 760 additions and 1,125 deletions.
40 changes: 27 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
Expand All @@ -16,19 +14,8 @@
# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env
.env*.local

# vercel
.vercel

Expand All @@ -38,3 +25,30 @@ next-env.d.ts

**/__pycache__/
/target


# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
.env
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["tauri-apps.tauri-vscode", "rust-lang.rust-analyzer"]
}
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,16 @@ an AGI operating system

> [!IMPORTANT]
> This project is currently in a very early development/experimental stage. There are a lot of unimplemented/broken features at the moment. Contributions are welcome to help out with the progress!
## Installation

- `git clone https://github.com/cs50victor/os1.git`
- `cd os1`
- `cargo tauri dev`

## Milestone

- [ ] Be fully compatible with M1 / M2 / M3 macbooks.



19 changes: 0 additions & 19 deletions app/auth/callback/route.ts

This file was deleted.

Binary file removed app/favicon.ico
Binary file not shown.
42 changes: 0 additions & 42 deletions app/globals.css

This file was deleted.

28 changes: 0 additions & 28 deletions app/layout.tsx

This file was deleted.

119 changes: 0 additions & 119 deletions app/login/page.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions app/login/submit-button.tsx

This file was deleted.

Binary file removed app/opengraph-image.png
Binary file not shown.
54 changes: 0 additions & 54 deletions app/page.tsx

This file was deleted.

Loading

0 comments on commit ecaae62

Please sign in to comment.