- 04 May, 2020 21 commits
-
-
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
-
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()`
-
Lyza Danger Gardner authored
This is needed so that `searchUris` don’t change when non-relevant frame state changes
-
Lyza Danger Gardner authored
Add a selector to check if any annotation fetches have completed yet
-
Lyza Danger Gardner authored
Add selector to check if there are any applied filters on annotations
-
Lyza Danger Gardner authored
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
In preparation for the removal of angular-mocks from the codebase, remove the final usage of it outside UI components.
-
- 01 May, 2020 5 commits
-
-
Lyza Gardner authored
Tune tutorial text to eliminate input-modality-specific instructions.
-
-
Robert Knight authored
Revise re-fetching of groups when logged-in user changes
-
Robert Knight authored
Use the dummy/blank profile object as the initial value of the `profile` field rather than `null`. This allows us to eliminate null-checks elsewhere while still enabling `hasFetchedProfile` to distinguish this profile from the profile fetched from the API.
-
Robert Knight authored
-
- 30 Apr, 2020 4 commits
-
-
Kyle Keating authored
Add visibility hidden to the sidebar iframe when its closed (and after it finishes animation). This prevents all interaction from the components of the sidebar. Add an optional coerce method to the hostPageSetting so that any incoming values can be coerced if needed. This may be required for values from from via that may only be a string type. openSidebar config value gets coerced to a boolean in the annotator settings (just like it does in the host-config).
-
Robert Knight authored
-
Robert Knight authored
Redo the automatic reload of groups when the logged-in user changes: - Ignore the initial change of user on startup if the user is logged in from a previous session. This generated an unnecessary additional API call on startup if the user had a login from a previous session - Replace the use of the deprecated `USER_CHANGED` Angular event in favor of reacting to store state changes using `watch(store.subscribe, ...)`
-
Robert Knight authored
Change the representation of the un-fetched profile within the `session` store module to make it possible to determine whether the profile has been fetched yet or not and expose this information via a `hasFetchedProfile` selector. The `profile` selector continues to return a dummy "logged out" profile before the real profile is fetched. This simplifies some of the code that uses that selector. This makes it possible for services to distinguish between the user ID changing because the user logged in by clicking "Log in" and completed the login process vs. the user already being logged in from a previous session.
-
- 28 Apr, 2020 10 commits
-
-
Robert Knight authored
Replace remaining uses angular-toastr/flash with toastMessenger
-
Robert Knight authored
Per Lyza's suggestion and matches the examples at https://www.typescriptlang.org/docs/handbook/type-checking-javascript-files.html
-
Robert Knight authored
Remove unused Preact component wrappers
-
Robert Knight authored
Fix thread list jumping when scrolling on mobile
-
Robert Knight authored
Bump commander from 5.0.0 to 5.1.0
-
Robert Knight authored
Bump sass from 1.26.3 to 1.26.5
-
dependabot-preview[bot] authored
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.9 to 2.0.10. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.9...2.0.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Bump mocha from 7.0.1 to 7.1.2
-
dependabot-preview[bot] authored
Bumps [commander](https://github.com/tj/commander.js) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v5.0.0...v5.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Bump terser from 4.6.11 to 4.6.12
-