Nazarii L
Nazarii L
Spend hours trying to get the plugin to work. Seems like sass-loader and less-loader both changed their `options` object shapes. I got to the bottom of the issue by exploring...
## Motivations ## Changes ### Added - Added conditions to `shouldShowContextMenu` and `shouldShowHoverMenu` to hide the context and hover menus in case at least one of the items in `DataList`...
## Motivations ## Changes ### Added - ### Changed - ### Deprecated - ### Removed - ### Fixed - ### Security - ## Testing Changes can be [tested via Pre-release](https://github.com/GetJobber/atlantis/actions/workflows/trigger-qa-build.yml)...
## Motivations Add Cursor rules for generating, updating, and submitting PR descriptions to simplify and speed up GH workflow straight from IDE (Cursor) ## Changes ### Added - `pr-description-generator` rule...
DO NOT REVIEW! This PR is me trying to create Cursor rules for generating PR description based on changes in the PR, as well as submitting the PR with correct...
There must be something wrong with schemas or the way the individual records are fetched. 1. Go to https://swapi-graphql.netlify.app/ 2. Try any query, requesting different fields. Example: ```gql query MyQuery...
## Motivations - Upgrade Atlantis to React Native 0.82 while keeping React 19.1.x aligned. - Ensure Storybook v9 (web and mobile) and the docs site continue to build. - Resolve...
chore(docx): improve generateDocs script to run only for updated components with -t/--touched flag
## Motivations - Make the docs generator quieter and easier to operate, while keeping behavior consistent with the target branch. - Improve path stability in generated JSON and avoid unnecessary...