- 06 May, 2020 2 commits
-
-
Lyza Danger Gardner authored
Only set `aria-label` and `title` attributes on `<button>` elements if they are different from the text displayed in the button.
-
Lyza Danger Gardner authored
-
- 05 May, 2020 16 commits
-
-
Kyle Keating authored
allowLeavingGroups is a new service level config setting that can globally override the the UI to hide the leave button for a group. This is necessary for section groups in LMS where groups are indeed private, but also can’t be left.
-
Robert Knight authored
Cleanup sidebar CSS
-
Robert Knight authored
This rule is already in the user-agent stylesheet for Safari, Chrome and Firefox.
-
Robert Knight authored
This doesn't belong here and we don't have a `<markdown>` element in the app any more.
-
Robert Knight authored
Refactor the styles used by the `HypothesisApp` component and other top-level elements in the sidebar page to follow the conventions used by other components. Also clean up some unused styles. - Rename CSS classes for `HypothesisApp` component to `hypothesis-app*` to follow our normal naming conventions - Consolidate styles for the `body` element in `sidebar.scss` - Consolidate general element styles in `elements.scss`, eliminating `common.scss` - Remove unnecessary styles for `html` and `body` - Move `sheet` styles into `focused-mode-header` class, since these styles were only ever applied to that element - Extract the styles from the `content` class used to center content in the top bar and content area into a mixin and then use that mixin in the component styles for the top bar and content area - Remove unused mixin imports from `sidebar.scss`. These are no longer needed since the transition to the new SASS module system
-
Robert Knight authored
Follow the module naming convention of other components.
-
Robert Knight authored
Remove unused `USER_CHANGED` event
-
Lyza Gardner authored
Improve document outline and stucture
-
Robert Knight authored
Bump puppeteer from 3.0.1 to 3.0.2
-
Robert Knight authored
Bump karma from 5.0.2 to 5.0.4
-
dependabot-preview[bot] authored
Bumps [karma](https://github.com/karma-runner/karma) from 5.0.2 to 5.0.4. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v5.0.2...v5.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Bump terser from 4.6.12 to 4.6.13
-
Robert Knight authored
Bump karma-mocha from 2.0.0 to 2.0.1
-
dependabot-preview[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.9.5 to 7.9.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.9.5...v7.9.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.9.0 to 7.9.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.9.0...v7.9.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Bump postcss from 7.0.27 to 7.0.29
-
- 04 May, 2020 22 commits
-
-
Robert Knight authored
All consumers of this event have now been migrated to watch `store.profile()` and/or `store.hasFetchedProfile()` instead.
-
dependabot-preview[bot] authored
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.27 to 7.0.29. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.27...7.0.29) 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.663.0 to 2.669.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.663.0...v2.669.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Migrate HypothesisApp component and remove AngularJS
-
Robert Knight authored
-
Lyza Danger Gardner authored
- Also add heading reset CSS so that headings can be used without fear of visual effects
-
Lyza Danger Gardner authored
- Add `@screen-reader-only` mixin - Add `.u-screen-reader-only` utility class rules
-
Lyza Danger Gardner authored
Convert some `section` elements to `div`s for a less chattery document structure.
-
dependabot-preview[bot] authored
Bumps [karma-mocha](https://github.com/karma-runner/karma-mocha) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/karma-runner/karma-mocha/releases) - [Changelog](https://github.com/karma-runner/karma-mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-mocha/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [terser](https://github.com/terser/terser) from 4.6.12 to 4.6.13. - [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.12...v4.6.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Commits](https://github.com/puppeteer/puppeteer/compare/v3.0.1...v3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
Also remove the `angular-util` helpers which are no longer used after this change.
-
Robert Knight authored
Convert the root `<hypothesis-app>` component to Preact and update the startup code in `src/sidebar/index.js` to replace the AngularJS app bootstrap with rendering the `HypothesisApp` component directly using `render` from Preact.
-
Robert Knight authored
This is no longer needed as we no longer have any AngularJS components in the app.
-
Robert Knight authored
Assorted Angular migration cleanups
-
Lyza Gardner authored
Migrate `SidebarContent` to preact
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
Make `streamer` auto-reconnect on user change to support this migration
-
Lyza Danger Gardner authored
Avoid accessing state via `getState()`
-