Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94e8abbd48 | |||
| c46ecaf3e2 | |||
| efb7ee0c28 | |||
| 5af3756e4f |
@@ -12,16 +12,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '8.0'
|
||||
|
||||
- name: Stamp version from tag
|
||||
shell: powershell
|
||||
run: |
|
||||
|
||||
10
.gitignore
vendored
10
.gitignore
vendored
@@ -20,11 +20,11 @@ src-tauri/binaries/
|
||||
# ── UO asset art (large binary files, user-supplied) ─────────────────────────
|
||||
# BMPs are sourced from the user's UO client — not committed to the repo.
|
||||
# The XML manifests (gumps.xml, script_gumps.xml) ARE committed.
|
||||
UO Gumps/*.bmp
|
||||
UO artwork/*.bmp
|
||||
UO artwork/*.png
|
||||
UO artwork/*.tga
|
||||
UO artwork/*.dds
|
||||
#UO Gumps/*.bmp
|
||||
#UO artwork/*.bmp
|
||||
#UO artwork/*.png
|
||||
#UO artwork/*.tga
|
||||
#UO artwork/*.dds
|
||||
|
||||
# ── SQLite databases ──────────────────────────────────────────────────────────
|
||||
*.db
|
||||
|
||||
@@ -31,10 +31,6 @@
|
||||
"externalBin": [
|
||||
"binaries/asw-sidecar"
|
||||
],
|
||||
"resources": {
|
||||
"../UO artwork": "UO artwork",
|
||||
"../UO Gumps": "UO Gumps"
|
||||
},
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
.screen {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
background: var(--bg-base);
|
||||
padding: 40px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.card {
|
||||
|
||||
Reference in New Issue
Block a user