Mitchel Cabuloy

Results 33 issues of 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...

enhancement

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$ = ()...

duplicate
enhancement

Right now, you have to put your svgs under `svg/`. It would be nice if it was configurable.

feature-request

**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

feature request

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,...

feature request

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...

feature request

A feature to "like" messages and save them. Is this a thing anyone wants.

feature request

Scrolling through chat history should be smooth

enhancement
Priority: Low

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...

enhancement
Priority: Low

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)....

bug
Priority: Low