Mitchel Cabuloy
Mitchel Cabuloy
When using `vite_asset`, the syntax is: ```django {% vite_asset 'javascript/main.js' %} ``` where `javascript/main.js` is the path to the source file. However, when using `vite_legacy_asset`, the syntax requires you to...
I wanted to raise another suggestion for django-vite. When working with `@vitejs/plugin-react-refresh`, we need to include this script to enable HMR. ```html import RefreshRuntime from 'http://localhost:3000/@react-refresh' RefreshRuntime.injectIntoGlobalHook(window) window.$RefreshReg$ = ()...
Right now, you have to put your svgs under `svg/`. It would be nice if it was configurable.
**Describe the solution you'd like** There should be an option to set the fade out time for chat tabs independent of the message fade time
Currently, native Blizzard timestamps and Prat timestamps work. But they could be better. **Describe the solution you'd like** A few ideas: ### Timestamps in its own "column" When messages wrap,...
The current chat dock is mostly based on the default chat dock. This was really good for getting Glass out the door really quickly, but it limits what we can...
A feature to "like" messages and save them. Is this a thing anyone wants.
Currently, when the tab switches and the other chat frame appears, messages appear as if they've only just arrived (they slide up). Instead, they should just fade in. Moreover, the...
Players are able to scroll past their chat history. This is because each sliding frame has a limit of 128 messages, so older message frames are recycled (to conserve memory)....