Reupen Shah

Results 32 issues of Reupen Shah

In version 1.0.0, the following does not pass linting: ``` 'use strict'; /*eslint angular/di: [2,"array"]*/ angular.module('myApp.myService') .factory('myService', ['myDep', myService]); function myService(myDep) { } ``` ``` $ ./node_modules/.bin/eslint test.js test.js 9:1...

Bug

Support for using SVGs as custom icons in the buttons toolbar has been requested a couple of times. https://github.com/sammycage/lunasvg is one library that could be used for this. (The compiled...

buttons

In the current versions of Windows 10 and 11, the Tab stack and playlist tabs scroll buttons are still light when dark mode is enabled: ![image](https://user-images.githubusercontent.com/12693549/164780127-ce7142da-d25b-44da-9e3a-261f1cf42350.png) It will be dark...

bug
dark mode

Renovate supports batching which will make submodule updates easier: https://docs.renovatebot.com/configuration-options/#groupname

If possible. See also colour fonts: https://docs.microsoft.com/en-us/windows/win32/directwrite/color-fonts

enhancement

There is some unwanted vertical padding in buttons, particularly with large custom images. This should be removed (if possible) at least in 'No edges' mode.

buttons

As per https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository

Add a menu item (say View/Filters/Focus Filter search) to give the keyboard focus to the Filter search toolbar. This would preselect any existing text. The menu item would probably be...

enhancement
filter panel

Add the ability to not display blank group titles, reclaiming the space they would otherwise occupy. This would probably not affect the indentation of group titles and playlist items nested...

enhancement
playlist view

Since Windows 10 1607, per-monitor DPI awareness can be set per (top-level) window. Therefore, it's now possible to achieve some level of per-monitor DPI support (as the entire process doesn't...

enhancement
external
blocked