- 11 Jun, 2019 6 commits
-
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
- 10 Jun, 2019 13 commits
-
-
Robert Knight authored
Bump prettier from 1.17.1 to 1.18.2
-
Robert Knight authored
Bump raven-js from 3.27.1 to 3.27.2
-
Robert Knight authored
-
Robert Knight authored
Bump enzyme from 3.9.0 to 3.10.0
-
dependabot-preview[bot] authored
Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/airbnb/enzyme/releases) - [Changelog](https://github.com/airbnb/enzyme/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.10.0/packages/enzyme) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Bump enzyme-adapter-preact-pure from 1.13.2 to 1.13.4
-
Robert Knight authored
Bump @octokit/rest from 16.27.3 to 16.28.0
-
Robert Knight authored
Bump autoprefixer from 9.5.1 to 9.6.0
-
dependabot-preview[bot] authored
Bumps [raven-js](https://github.com/getsentry/raven-js) from 3.27.1 to 3.27.2. - [Release notes](https://github.com/getsentry/raven-js/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/raven-js/compare/v3.27.1...v3.27.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [enzyme-adapter-preact-pure](https://github.com/preactjs/enzyme-adapter-preact-pure) from 1.13.2 to 1.13.4. - [Release notes](https://github.com/preactjs/enzyme-adapter-preact-pure/releases) - [Changelog](https://github.com/preactjs/enzyme-adapter-preact-pure/blob/master/CHANGELOG.md) - [Commits](https://github.com/preactjs/enzyme-adapter-preact-pure/compare/v1.13.2...v1.13.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [prettier](https://github.com/prettier/prettier) from 1.17.1 to 1.18.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.17.1...1.18.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.27.3 to 16.28.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.27.3...v16.28.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.5.1 to 9.6.0. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/9.5.1...9.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 07 Jun, 2019 8 commits
-
-
Hannah Stepanek authored
Move onForceVisible to annotation-thread
-
Lyza Gardner authored
Create `SortMenu` component in new menu style
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Robert Knight authored
Fix menu arrow alignment and overlap with content
-
Robert Knight authored
The menu arrow was previously implemented with a 45-degree rotated square with border on two sides and white background. This had two problems: - Because a square's diagonal is longer than its width, the right edge after rotation extended beyond the right edge of the content - The bottom part of the rotated square overlapped the menu content, which created a "notch" in the top menu item when hovered Fix the problem and simplify the CSS by creating the triangle shape using an SVG instead.
-
- 06 Jun, 2019 1 commit
-
-
Hannah Stepanek authored
Move the implementation of onForceVisible into where it's used in the annotation-thread component instead of passing it through several layers of components. This simplifies the implementation and makes the code easier to follow.
-
- 04 Jun, 2019 2 commits
-
-
Hannah Stepanek authored
Convert timestamp component to React
-
Hannah Stepanek authored
- Use now variable instead of walking the clock. - Use iso format instead of seconds. - Pass a Date object instead of an iso format to time.<methods>so the methods off the Date object can be mocked in order to avoid timezone specific tests. Since methods like getFullYear output the year in whatever timezone the operating system is set to, these methods must be mocked/mapped to their UTC equivalents when testing such as getUTCFullYear. - Remove offseting of time based on timezone as this is now covered by mocking the getFullYear method and not needed for the decayInterval as that only cares about time deltas.
-
- 03 Jun, 2019 9 commits
-
-
Robert Knight authored
Bump @octokit/rest from 16.27.0 to 16.27.3
-
Robert Knight authored
Bump gulp-changed from 3.2.0 to 4.0.0
-
dependabot-preview[bot] authored
Bumps [gulp-changed](https://github.com/sindresorhus/gulp-changed) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/gulp-changed/releases) - [Commits](https://github.com/sindresorhus/gulp-changed/compare/v3.2.0...v4.0.0)
-
dependabot-preview[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.27.0 to 16.27.3. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.27.0...v16.27.3)
-
Robert Knight authored
Replace several uses of `console.warn` with `warnOnce`
-
Robert Knight authored
The stub is re-initialized for every test, so there is no point in checking at the start.
-
Robert Knight authored
This reduces warning spam in the event where the code path that triggers the warning is invoked repeatedly and there is no value to the developer in telling them about the issue more than once. To make `warnOnce` an easier drop-in replacement for `console.warn`, it has been modified to accept multiple arguments, all of which get forwarded to `console.warn`.
-
Robert Knight authored
Upgrade Preact
-
Robert Knight authored
-
- 31 May, 2019 1 commit
-
-
Hannah Stepanek authored
Move firstKey function from sidebar-content to store
-