mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-22 03:51:28 +01:00
feat: enhance command palette with new "uses" feature and update chat types
- Added "View setup" command to the command palette in English, French, and Spanish. - Removed "Tech Stack" command from the command palette. - Updated MessageContainer to handle new "uses" message type. - Refactored chat.ts to use a new ChatMessages function for better organization. - Created new Uses.vue component to display a list of software and gadgets. - Added Item.vue and List.vue components for rendering individual items and categories. - Updated content configuration to include new skills and uses categories. - Added new JSON files for programming languages, frontend, backend, devops, and python frameworks. - Updated existing JSON files for homelab items with improved descriptions. - Removed obsolete stack JSON files.
This commit is contained in:
4
content/stack/0.programming-languages.json
Normal file
4
content/stack/0.programming-languages.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Programming",
|
||||
"description": "Java, Python, Html, Css, JavaScript, TypeScript, SQL."
|
||||
}
|
||||
4
content/stack/1.frontend.json
Normal file
4
content/stack/1.frontend.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "FrontEnd",
|
||||
"description": "Nuxt Stack (Framework, UI, Hub, Content, Studio), VueJS, TailwindCSS, Vite."
|
||||
}
|
||||
4
content/stack/2.backend.json
Normal file
4
content/stack/2.backend.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "BackEnd",
|
||||
"description": "AdonisJs, Nuxt (powered by Nitro), PostgreSQL, Redis, MariaDB."
|
||||
}
|
||||
4
content/stack/3.devops.json
Normal file
4
content/stack/3.devops.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "DevOps",
|
||||
"description": "Docker, Git, GitHub, Traefik, Proxmox, Linux."
|
||||
}
|
||||
4
content/stack/4.python.json
Normal file
4
content/stack/4.python.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Python Frameworks",
|
||||
"description": "Pytorch, Scikit-learn, Tensorflow, Numpy, Matplotlib, Pandas, Seaborn."
|
||||
}
|
||||
Reference in New Issue
Block a user