Skip to content

Commit

Permalink
sub
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
Weedshaker committed Jan 5, 2024
1 parent 189e661 commit 1b2b287
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions readme
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The easiest way to connect with others without the need for phone numbers or ema
- [ ] Update yjs rollup stuff
- [ ] chat msgObj[] shall hold msgType and if unknown has to include not supported and link to newest version.
- [ ] Service Worker for caching assets PWA & TODO at yjs sw regarding this.location save to cache
- [ ] mobile on focus ask by dialog to refresh (reload), when the last activity to provider is old
--- Beta ---
- [ ] speech (tests/exampleThree.html) see tests/exampleThree/Input.js
- [ ] QR code scanner: https://github.com/nimiq/qr-scanner
Expand Down
2 changes: 1 addition & 1 deletion src/es/Environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ self.Environment = {
isTestingEnv: location.hostname === 'localhost',
language: currentScriptUrl.searchParams.get('language') || document.documentElement.getAttribute('lang') || 'en',
stage: currentScriptUrl.searchParams.get('stage') || document.documentElement.getAttribute('stage') || 'alpha',
version: currentScriptUrl.searchParams.get('version') || document.documentElement.getAttribute('version') || '3.0.5', // https://semver.org/
version: currentScriptUrl.searchParams.get('version') || document.documentElement.getAttribute('version') || '3.0.6', // https://semver.org/
/**
* Get custom mobile breakpoint
* @param {{constructor?: string, tagName?: string, namespace?: string}} organism
Expand Down
2 changes: 1 addition & 1 deletion src/es/chat

0 comments on commit 1b2b287

Please sign in to comment.