Skip to content

Commit 3064662

Browse files
committed
Add compatibility note for itemcache.wdb in HTML and style updates for compatibility message
1 parent c9e17bd commit 3064662

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ <h1>Itemcache to SQL Exporter</h1>
6060
</form>
6161

6262
<p id="export-msg" class="status-msg" role="status" aria-live="polite"></p>
63+
<p class="compat-note">
64+
Compatible only with <code>itemcache.wdb</code> from World of Warcraft:
65+
The Burning Crusade 2.4.3 (build 8606).
66+
</p>
6367
<footer class="helper-text">
6468
Tip: Use absolute paths for best compatibility.
6569
</footer>

src/styles.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,24 @@ button:disabled {
201201
color: #ff7b72;
202202
}
203203

204+
.compat-note {
205+
margin: 10px 0 0;
206+
padding: 10px 12px;
207+
font-size: 0.85rem;
208+
line-height: 1.45;
209+
color: #d29922;
210+
background: rgba(210, 153, 34, 0.12);
211+
border: 1px solid rgba(210, 153, 34, 0.35);
212+
border-radius: 8px;
213+
}
214+
215+
.compat-note code {
216+
color: #ffd58f;
217+
background: rgba(210, 153, 34, 0.22);
218+
padding: 1px 5px;
219+
border-radius: 5px;
220+
}
221+
204222
.helper-text {
205223
margin-top: 10px;
206224
font-size: 0.82rem;

0 commit comments

Comments
 (0)