Skip to content

Commit

Permalink
Merge pull request #31 from pshenok/main
Browse files Browse the repository at this point in the history
feat: new ui elements
  • Loading branch information
dmayboroda authored Feb 4, 2025
2 parents b08d924 + 6dd1668 commit 2bb3bad
Show file tree
Hide file tree
Showing 24 changed files with 2,398 additions and 0 deletions.
27 changes: 27 additions & 0 deletions chat/ui/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.code-workspace

package-lock.json
1 change: 1 addition & 0 deletions chat/ui/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
5 changes: 5 additions & 0 deletions chat/ui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# mnma
```
npm install
npm run dev
```
15 changes: 15 additions & 0 deletions chat/ui/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "mnma",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.81.0",
"vite": "^5.4.10"
}
}
Binary file added chat/ui/src/apple-touch-icon.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 chat/ui/src/favicon-96x96.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 chat/ui/src/favicon.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions chat/ui/src/favicon.svg
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 2bb3bad

Please sign in to comment.