Skip to content

Commit

Permalink
favicon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Weedshaker committed Nov 28, 2023
1 parent b9a548c commit 578657f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion readme
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
- [x] move exampleTwo to here...
- [x] textarea instead of input field
- [ ] style and overhaul src/es/chat/es/components/views/Input.js (BTN: https://weedshaker.github.io/webnesday2023_event-driven/)
- [ ] header controls in dialog (nav modal), also fix icon on Chat page glitch
- [ ] header controls in dialog (nav modal)
- [ ] add scroll down/not read messages button
- [ ] reorganize exampleTwo, hidden appear effect, chat-, room-, user-, provider- controller
- [ ] chat msgObj[] shall hold msgType and if unknown has to include not supported and link to newest version.
- [ ] finish completely style/transform exampleTwo
- [ ] user pick a color (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color)
- [ ] pimp Router to open new components on certain query parameters (as key) and make room view to choose room or create room / manifest to fullscreen
- [ ] notification on request per room (deliver through message channel), cache notification at sw cache with room name (cache this location, see MasterServiceWorker.js L:37)
- [ ] QR code generator (something like https://github.com/sumimakito/Awesome-qr.js#browsers)
Expand Down
2 changes: 1 addition & 1 deletion src/es/components/pages/Chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default class Chat extends Index {
<section>
<o-header toggle-once>
<yjs-share-api style="height: fit-content;">share this room:</yjs-share-api>
<a href="?page=/" route target="_self"><a-logo namespace="logo-invert-" invert></a-logo></a>
<a href="?page=/" route target="_self"><a-logo namespace="logo-invert-" invert favicon="true"></a-logo></a>
</o-header>
<o-body>
<yjs-chat-update></yjs-chat-update>
Expand Down

0 comments on commit 578657f

Please sign in to comment.