9Morello
9Morello
When in combination with some themes, sometimes the lack of shadow looks ugly. I suggest adding an option to let users add and configure button shadows. Example:  As you...
Hello, thanks for making this. Is there a way to make the application use other installed extensions, such as uBlock Origin?
The theme is enabled and applies the correct icon for Redshift, but not for qBittorrent. I didn't install the application (I'm running Fedora). I just copied the `elementaryPlus` folder to...
**Description:** Synchronization with MyAnimeList stopped working. I'm not sure exactly when or why - I just visited my MAL and found out that it was not being updated. I tried...
Currently, if the user uses Plank, Trackma will appear in the dock with a blurred icon.  This is because Trackma doesn't include a `.desktop` file by default....
I have tested this using Vite's `preact-ts` template. Using the `useState` hook keeps the state after the component gets reloaded because of a change: ```js export function App() { const...
Minor change that avoids a compiling error in case an user copypastes this line to their .hxml file on Linux
I'm getting an error when starting the dev server where Vite fails to resolve `vite/modulepreload-polyfill`. My client's `entry-meteor.js` looks like this: ```js import "../_vite-bundle/client/_entry.mjs" ``` And that import looks like...
This is a small PR that adjusts the `dynamic-import`'s `package.json` file to remove the dependence on the `fetch` package, and add a version bump to account for this change. The...