Pavel Kuzmin
Pavel Kuzmin
- update mix(build for new os version) - update prism(fix memory leek) - update deps
OnlineSIM has a multitude of numbers and an API, so I switched providers.
### β Type of change - [x] π Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] π Bug fix (a non-breaking change that fixes an issue)...
### β Type of change - [x] π Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] π Bug fix (a non-breaking change that fixes an issue)...
adding lazy loading, after add you can use custom gtm plugin, example to change the tag after loading the module ```ts // pugins/gtm.ts import {defineNuxtPlugin, useRouter} from 'nuxt/app' import {...
Added the opensource command manager SwitchShuttle. ## Project URL https://github.com/s00d/switchshuttle ## Category Other ## Description SwitchShuttle is a cross-platform system tray application that allows users to run predefined commands in...
### Describe the bug The modal in the context menu disappears when it is not being hovered over. The issue seems to be related to the modal component located [here](https://github.com/chatwoot/chatwoot/blob/dff57013c3fbc4c847b972accdd88dcf98d66906/app/javascript/dashboard/modules/conversations/components/MessageContextMenu.vue#L154),...
### Environment - Operating System: Darwin - Node Version: v20.17.0 - Nuxt Version: 3.13.1 - CLI Version: 3.13.1 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: - -...
This PR introduces the ability to add icons to submenu items on macOS by providing a new `set_icon` and `set_native_icon` method in the `Submenu` API. ### Whatβs Changed - **macOS**:...