- 26 Dec, 2019 1 commit
-
-
dependabot-preview[bot] authored
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. **This update includes a security fix.** - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 23 Dec, 2019 4 commits
-
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) from 3.10.0 to 3.11.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.11.0/packages/enzyme) 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.590.0 to 2.595.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.590.0...v2.595.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 19 Dec, 2019 4 commits
-
-
Lyza Gardner authored
Replace `ActionButton`, `IconButton` components with `Button`
-
Lyza Danger Gardner authored
Converge button components into a single `Button` component and adjust across various components accordingly. Refactor SASS for sanity.
-
Robert Knight authored
Remove analytics tracking from annotation component
-
Robert Knight authored
We are not actively doing anything with this data, so we can save ourselves some Angular => Preact porting effort by removing the tracking code for the time being.
-
- 17 Dec, 2019 9 commits
-
-
Kyle Keating authored
Add new preact tag editor component
-
Lyza Gardner authored
Add and use new `IconButton` component
-
Lyza Gardner authored
Add and use new `ActionButton` component
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
No longer needed after `IconButton` added
-
Lyza Danger Gardner authored
- Eliminate custom sub-components that fulfill the same task - Replace `AnnotationActionButton` with `IconButton` where used - Consolidate and adjust styling
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
- 16 Dec, 2019 10 commits
-
-
Robert Knight authored
Bump scroll-into-view from 1.12.3 to 1.13.1
-
Robert Knight authored
Bump fetch-mock from 8.0.1 to 8.1.0
-
dependabot-preview[bot] authored
-
Robert Knight authored
Bump npm-packlist from 2.0.1 to 2.0.2
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 8.0.1 to 8.1.0. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v8.0.1...v8.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [npm-packlist](https://github.com/npm/npm-packlist) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/npm/npm-packlist/releases) - [Commits](https://github.com/npm/npm-packlist/compare/v2.0.1...v2.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [scroll-into-view](https://github.com/KoryNunn/scroll-into-view) from 1.12.3 to 1.13.1. - [Release notes](https://github.com/KoryNunn/scroll-into-view/releases) - [Commits](https://github.com/KoryNunn/scroll-into-view/commits) 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.586.0 to 2.590.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.586.0...v2.590.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.35.0 to 16.35.2. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.35.0...v16.35.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 12 Dec, 2019 5 commits
-
-
Robert Knight authored
Fix naming inconsistency of modules in src/sidebar/util
-
Robert Knight authored
Fix a naming inconsistency for modules in src/sidebar/util where some had a `-util` suffix and some did not.
-
Lyza Gardner authored
Consolidate some form and button styles
-
Lyza Danger Gardner authored
In advance of some migration work, remove some unused classes, extract some color variables and organize.
-
Lyza Gardner authored
Update Cancel UI for `AnnotationPublishControl`
-
- 11 Dec, 2019 4 commits
-
-
Lyza Danger Gardner authored
-
Sean Hammond authored
Don't filter annotations when showing "All Students"
-
Sean Hammond authored
When the client is running in the LMS app and in grading mode, don't apply a broken filter to the annotations list when the LMS app is asking the client to show "All Students". Fixes https://github.com/hypothesis/lms/issues/1259
-
Sean Hammond authored
The LMS app sends username not userid: https://github.com/hypothesis/lms/blob/d6b88fd7e375a4b23899117556b3e39cfe18986b/lms/static/scripts/frontend_apps/components/LMSGrader.js#L36 But the test for ths client code that receives this was sending userid. Fix the test to send username, the same as the LMS app does.
-
- 10 Dec, 2019 3 commits
-
-
Lyza Gardner authored
Consolidate all grey colors across client application
-
Lyza Danger Gardner authored
Migrate usages of `$gray-light` to `$grey-semi`
-
Lyza Danger Gardner authored
Migrate usages to `$grey-5`
-