reactist icon indicating copy to clipboard operation
reactist copied to clipboard

Open source React components made with ❤️ by Doist

Results 91 reactist issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/Doist/reactist/issues/679 ## Short description This re-implements the modal with Ariakit. It tries to match the previous implementation as close as possible, both API and markup wise, so we don't...

## 🚀 Feature request ### Motivation The `Box` component already supports setting various flexbox properties, so it would be beneficial to also be able to provide a `gap` value using...

Type:Feature

Closes https://github.com/Doist/Issues/issues/7375 ## Short description Applies `min-height: 44px` and `max-height: var(--popover-available-height)` to `.reactist_menulist` in order to allow the menu list popover to scroll when it's height is greater than the...

## Short description One issue I found while creating the demo for my Doistalk about the design system components. Having all columns to automatically fill in the entire height is...

DO-NOT-MERGE

As addon-knobs is deprecated ([ref](https://github.com/storybookjs/addon-knobs/tree/v6.4.0#storybook-addon-knobs-deprecated)), it should be replaced with [@storybook/addon-controls](https://storybook.js.org/docs/react/essentials/controls). There are only two stories (avatar, keyboard-shortcuts) left that are using knobs.

Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

## Short description A handful of improvements and fixes related to field components. Most prominently: 1. Allow them to render without a label. - This was already technically possible, but...

## 🚀 Feature request Reported in https://github.com/Doist/reactist/pull/680#discussion_r945869248 The `ColorPicker` is built using the now-deprecated `Dropdown` component (see https://github.com/Doist/reactist/pull/680). To be able to remove the component, it needs to be re-implemented...

We rely on Reach-UI's [Dialog](https://github.com/reach/reach-ui/tree/v0.17.0/packages/dialog) component to power our [Modal](https://github.com/Doist/reactist/tree/v12.1.1/src/new-components/modal). In Todoist, there are 11 modals built using the Reactist Modal, and 27 in Twist. Todoist also pulls in @reach/dialog...

Theoretically, it should suffice to `|| ^18.0.0` to our `peerDependencies` of `react` and `react-dom`. While at it, please look into (and ideally resolve) https://github.com/Doist/reactist/issues/645 - [x] https://github.com/Doist/reactist/issues/645 - [ ]...