Jan
Jan
For heatmap, sorting has to be done in line 641 or before. Dashboard, it should be Line 1014
This is a feature proposal that adresses #177 The following new props have been added: * `sort-function` * `multi-sort-function` ## `sort-function` takes the following arguments: * a: Item * b:...
# Migrating Vue files to Composition API This issue keeps track on updating all Vue files to composition API. If necessary, vue files can be split into multiple files to...
docs are currently built up very hacky, a rewrite would probably be a good idea to increase maintainability. While doing this step, a migration to [VitePress](https://vitepress.dev/) could be considered. Things...
[SharedWorkers](https://developer.mozilla.org/en-US/docs/Web/API/SharedWorker) are a fancy concept to allow multiple browser windows/tabs (and iframes) of the same origin to use a script that lives on another Thread. I think, we could improve...
### Is your feature related to a problem? map can get crowded with vehicles very fast. ### Solution / Feature Filter after criteria: - [ ] own - [ ]...
DOM-Operations and `querySelector` are heavy operations. `getElementById` is much faster than `querySelector('#id')`, especially if called often (e.g. in loops and intervals). If multiple operations need to be done on an...
Currently, the latest version living on CTAN and MiKTeX is 0.2.2 (released in 2017) with Unicode 13.1. To be able to use latest Unicode Features (15.1, as already implemented in...