Add name/type=search to search inputs (autofill/a11y warning)
The room filter, message search, and channel-search inputs had neither id nor name — browsers warn and can't autofill correctly. Give each a name + type=search + autoComplete=off. Bump SW cache v12 -> v13.
This commit is contained in:
parent
a35884871f
commit
9be124a477
4 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Tchatou service worker — installable PWA + offline app shell.
|
||||
// Scope: /app/. Only handles same-origin /app/ GETs; the IRC websocket and all
|
||||
// API calls (cloudflare, change_password, upload) pass straight through.
|
||||
const CACHE = 'tchatou-v12';
|
||||
const CACHE = 'tchatou-v13';
|
||||
const SHELL = ['/app/', '/app/index.html', '/app/favicon.svg', '/app/manifest.webmanifest'];
|
||||
|
||||
self.addEventListener('install', (e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue