atlantis icon indicating copy to clipboard operation
atlantis copied to clipboard

🔱 Atlantis

Results 79 atlantis issues
Sort by recently updated
recently updated
newest added

## Motivations In https://github.com/GetJobber/atlantis/pull/2012 there was a concern that uses on a touch screen device that was in a larger breakpoint would lose the ability to select a row action....

review requested
Team Atlantis

## 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`...

review requested
design approved
Team Atlantis

## Motivations During our separate Chip from Chips PR https://github.com/GetJobber/atlantis/pull/1995 we unintentionally changed the default background color of the `Chip` used in the `Chips` component, this PR allows the setting...

review requested
design review requested

Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `body-parser` from 1.20.2 to 1.20.3 Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add...

dependencies
review requested
Team Atlantis

Bumps [send](https://github.com/pillarjs/send), [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.18.0 to 0.19.0 Release notes Sourced from send's releases. 0.19.0 What's Changed Remove link renderization...

dependencies
review requested
Team Atlantis

## 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)...

review requested

## 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 Wanted to prevent a `Toast` from appearing multiple times if the page re-renders. Change the `id` type that already existed to a string so that we can have...

review requested
Team Atlantis

## Motivations This is a POC to see what an actions menu would involve on `FormatFile`. There may be more actions than just `delete` moving forward on the `FormatFile` component...