Skip to content

Commit

Permalink
a11y updates
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgassler committed Jun 26, 2024
1 parent 287fdc6 commit 3e80e9e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Agent Squire

[WebUI Version: 0.10.5](https://github.com/StoicDreams/WebUI)
[WebUI Version: 0.10.6](https://github.com/StoicDreams/WebUI)

Demo website to showecase a scripting engine for call center agents.

Expand Down
2 changes: 1 addition & 1 deletion webapp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webapp"
version = "0.10.5" #syncwebui
version = "0.10.6" #syncwebui
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<webui-drawer slot="right" class="shared elevation-20" data-stopclick data-moveable data-state="slot">
</webui-drawer>
<header slot="header">
<button data-toggleclass=".nav|open" class="elevation-10 pa-1 mx-1">
<button aria-label="open navigation menu" data-toggleclass=".nav|open" class="elevation-10 pa-1 mx-1">
<webui-fa icon="bars"></webui-fa>
</button>
<h1 data-subscribe="page-title" data-set="innerHTML">Agent Squire</h1>
Expand Down
2 changes: 1 addition & 1 deletion webapp/root_files/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function get_uuid() {
});
}
}
const currentVersion = location.host.substring(0, 9) === 'localhost' ? `${get_uuid()}` : 'webui_0.10.5';
const currentVersion = location.host.substring(0, 9) === 'localhost' ? `${get_uuid()}` : 'webui_0.10.6';
const cacheNamePrefix = 'offline-cache-';
const cacheName = `${cacheNamePrefix}${currentVersion}`;
const offlineAssetsInclude = [/\.wasm/, /\.html/, /\.js$/, /\.json$/, /\.css$/, /\.woff$/, /\.png$/, /\.jpe?g$/, /\.gif$/, /\.ico$/];
Expand Down
2 changes: 1 addition & 1 deletion webapp/root_files/service-worker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions webapp/root_files/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.agentsquire.com"/"</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-06-26</lastmod>
</url>
<url>
<loc>https://www.agentsquire.com"/about"</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-06-26</lastmod>
</url>
<url>
<loc>https://www.agentsquire.com"/privacy"</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-06-26</lastmod>
</url>
<url>
<loc>https://www.agentsquire.com"/terms"</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-06-26</lastmod>
</url>
</urlset>

0 comments on commit 3e80e9e

Please sign in to comment.