Benedict Etzel
Benedict Etzel
This fixes the flickering of costs when reduced cards are played. Use it when build >=13921 (even though client only used it from 14366 onwards).
I'd like users to be able to rightclick cards on the field and the event log and for them to have navigation actions in the context menu: - `Jump to...`...
We're not preloading the class-specific card frames (because there is usually 7 classes overhead). Instead, the preloader should lookup the class in the metadata and preload that frame (for that...
We should preload card textures (the turn in advance)?
Right now, single logout will assemble a list of recent `ServiceTickets` for the current user which it then invalidates one-by-one. It uses the extremely basic check to only look at...
Right now, a network failure during remote logout (as part of SLO) will be silently ignored by mama_cas. It seems crucial that a logout failure is raised or at least...
Continuation of #35. If I have two chunks ("foo" and "bar)" loading one asset using file-loader each ("foo.png" and "bar.png") with an HtmlWebpackPlugin each ("foo.html" and "bar.html"), I want "foo.html"...