atlantis
atlantis copied to clipboard
🔱 Atlantis
## Motivations Some of our eslint plugins are outdated, so this PR removes them in favour of cleaner prettier/eslint/stylelint approaches. Each tool now operates on their own, and we no...
## Motivations Related to the recent incident, https://github.com/GetJobber/atlantis/pull/2649, and [this ticket](https://jobber.atlassian.net/browse/JOB-131780), this PR adds an Eslint rule to prevent imports directly from `@jobber/hooks` ### Added - A new Eslint rule...
## Summary - Removed the deprecated `to` prop from the Button component - Enhanced the Link component with button-like styling options to provide a migration path - Updated tests and...
## Motivations 1. Needed a v2 automplete, along with the ability to trigger a 'setOptions' from the menu. ## Changes 1. Added support for v2 autocomplete, and the ability to...
## Motivations We have had to make a few PRs into jobber-mobile to work around onSubmit being called before the form is fully submitted. https://github.com/GetJobber/jobber-mobile/pull/10437 https://github.com/GetJobber/jobber-mobile/pull/10214 https://github.com/GetJobber/jobber-mobile/pull/9974 Tickets resolved by...
## Motivations In places that we reference dark mode and light mode, we are using emoji - this doesn't match the visual language of Atlantis, and should use iconography instead....
## 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 1. Needed a V2 for the Autocomplete. This just allows passthrough of the prop to the InputText currently. 2. This needs to be tested properly. ## Changes 1....
## Motivations 1. We had some reports that the way this component was managing dates from yesterday, but still within 24 hours, was causing some confusion. 2. This PR introduces...
## 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)...