Saihajpreet Singh
Saihajpreet Singh
can you give a specific example?
With #495 we can allow to add that button Update: #503 adds a disabled button so users don't get confused. Functionality will be added with #495
Putting On Hold since #495 is needed to be implemented first.
can we fill color on whatever is currently selected ?
@Harjot1Singh `react-router-dom`'s [`NavLink`]( https://reacttraining.com/react-router/web/api/NavLink/activeclassname-string) offers in to take `activeClassName` but we are using hooks to set things and I couldn't find a way to set from hook. Are you familiar...
We can have option to style this in theme tool and overlays just need to provide support for this
We can use https://momentjs.com as it offers so many date formats and then user can style the date as they want. MomentJS allows us to define locales.
We can do the URL way, it is simpler and no need for reading/writing files. We pass in the format in the query as said above and then that param...
Yes it opens two instances. If you quit the one on the left, then it closes both ShabadOS windows but one still remains in dock. But, if you close the...
So each new presenter window is a new instance of electron... so basically it adds it to the dock. We can find a way to group those together and that...