mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-05 09:15:45 +03:00
feat: add graphical user interface (#34)
This commit is contained in:
parent
c3ed45a21b
commit
4f2130bcce
43 changed files with 2939 additions and 971 deletions
6
.vscode/cspell_custom.txt
vendored
6
.vscode/cspell_custom.txt
vendored
|
@ -1,7 +1,10 @@
|
|||
aggrid
|
||||
CHACHA
|
||||
configmap
|
||||
containerignore
|
||||
devcontainer
|
||||
devcontainers
|
||||
dotenv
|
||||
ENDCOLOR
|
||||
ensurepath
|
||||
envsubst
|
||||
|
@ -14,6 +17,7 @@ lightspeed
|
|||
lineinfile
|
||||
minica
|
||||
Mountpoint
|
||||
nicegui
|
||||
noarchive
|
||||
noimageindex
|
||||
Nosniff
|
||||
|
@ -23,11 +27,13 @@ pipx
|
|||
posix
|
||||
Proto
|
||||
redirections
|
||||
refreshable
|
||||
rvproxy
|
||||
serverstransport
|
||||
traefik
|
||||
ublue
|
||||
varnames
|
||||
venvs
|
||||
VIRTUALENVS
|
||||
wantlist
|
||||
websecure
|
||||
|
|
17
.vscode/launch.json
vendored
Normal file
17
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python Debugger: NiceGui",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "anvil/nicegui/main.py",
|
||||
"console": "integratedTerminal",
|
||||
"autoStartBrowser": true,
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue