- 03 Mar, 2020 11 commits
-
-
Lyza Gardner authored
Make shortcut keys available with `metaKey` as well as `ctrlKey`
-
Lyza Danger Gardner authored
Update keypress handling to recognize `CMD/META+key` as well as `CTRL+key`. Very nice for the Mac users.
-
Robert Knight authored
Change highlight announcement text to "annotation start"
-
Lyza Gardner authored
Add reply and collapsed classnames to `AnnotationOmega`
-
Robert Knight authored
Move last remaining module out of src/sidebar/directive/test
-
Robert Knight authored
Bump fetch-mock from 8.3.2 to 9.0.0
-
Robert Knight authored
Bump terser from 4.6.3 to 4.6.4
-
Robert Knight authored
Bump preact from 10.3.2 to 10.3.3
-
Robert Knight authored
Bump @sentry/browser from 5.12.4 to 5.13.0
-
Robert Knight authored
Bump sass from 1.25.0 to 1.26.2
-
Robert Knight authored
Bump mocha from 7.0.1 to 7.1.0
-
- 02 Mar, 2020 12 commits
-
-
Lyza Danger Gardner authored
Mirror the current implementation in `Annotation` and `AnnotationThread` for applying stateful CSS classes to `AnnotationOmega` elements. This approach should be reviewed after migration is complete. Fixes #1837
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.8.4 to 7.8.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.4...v7.8.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.8.4 to 7.8.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.4...v7.8.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [mocha](https://github.com/mochajs/mocha) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v7.0.1...v7.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.624.0 to 2.630.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.624.0...v2.630.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [sass](https://github.com/sass/dart-sass) from 1.25.0 to 1.26.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.25.0...1.26.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.12.4 to 5.13.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/5.12.4...5.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [preact](https://github.com/preactjs/preact) from 10.3.2 to 10.3.3. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.3.2...10.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [terser](https://github.com/terser/terser) from 4.6.3 to 4.6.4. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v4.6.3...v4.6.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 8.3.2 to 9.0.0. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v8.3.2...v9.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Fixes #1817
-
- 27 Feb, 2020 16 commits
-
-
Lyza Gardner authored
Add save-with-key-combo support to `AnnotationOmega`
-
Lyza Gardner authored
Fix page note initial tab selection when there are replies in the mix
-
Robert Knight authored
-
Robert Knight authored
Move Angular component testing utilities into src/sidebar/components/test and rename the module to make it clear that it contains Angular-specific code which we can delete once all components are converted.
-
Robert Knight authored
Remove non-functional `window-scroll` Angular directive
-
Robert Knight authored
The /stream view is supposed to automatically fetch new annotations as you scroll. However this has been broken for a very long time. The code responsible for making this happen relied on `scroll` events on the `window`. However the stream content has for a long time been contained in a scrollable `.app-content-wrapper` container, so no such events were emitted. For the moment, just remove the non-functional code as that gets us a step closer to completing the migration away from Angular.
-
Robert Knight authored
Remove h-branding Angular directive
-
Robert Knight authored
After the previous commit, this is no longer used in the app.
-
Robert Knight authored
-
Robert Knight authored
Fix top bar failing to display in /stream route
-
Robert Knight authored
Remove unused Angular filters and directives
-
Lyza Danger Gardner authored
Before, the page notes tab would not be selected if any of the page notes had replies. Now will correctly auto-select page notes tab if all top-level (i.e. non-reply) annotations are page notes. Also add some rudimentary tests for the `ADD_ANNOTATIONS` reducer in the `selection` store module as none existed. Fixes #1827
-
Robert Knight authored
This broke in dff1f428 because the `$location` Angular service became unavailable to the `StreamSearchInput` component as it was not registered in the new dependency injection container.
-
Robert Knight authored
This used to contain Angular filters. The last references to this were removed in c978b6b2.
-
Robert Knight authored
-
Robert Knight authored
These directives were only used inside components that have now been converted to Preact.
-
- 26 Feb, 2020 1 commit
-
-
Lyza Danger Gardner authored
Resolves #1838
-