- 17 Jun, 2019 1 commit
-
-
dependabot-preview[bot] authored
Bumps [babel-plugin-transform-async-to-promises](https://github.com/rpetrich/babel-plugin-transform-async-to-promises) from 0.8.11 to 0.8.12. - [Release notes](https://github.com/rpetrich/babel-plugin-transform-async-to-promises/releases) - [Commits](https://github.com/rpetrich/babel-plugin-transform-async-to-promises/compare/v0.8.11...v0.8.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 14 Jun, 2019 2 commits
-
-
Robert Knight authored
Convert loading spinner to Preact
-
Robert Knight authored
-
- 13 Jun, 2019 8 commits
-
-
Hannah Stepanek authored
Remove passing of search
-
Robert Knight authored
-
Hannah Stepanek authored
Previously a search object was built inside the hypothesis-app component and passed down to its child components. Now, just use the store.getState().filterQuery directly. This avoids unnecessarily passing things between components and a layer of indirection between the search object and the value in the store. Rename searchQuery to filterQuery.
-
Hannah Stepanek authored
Simplify groups service `load` method using async/await
-
Robert Knight authored
As per previous commit, it is currently possible for client configuration to specify both an annotation to focus and an additional group to include.
-
Robert Knight authored
Move sidebar-content funcs to search-status-bar
-
Robert Knight authored
Convert `help-link` component to preact
-
Hannah Stepanek authored
- filterMatchCount - areAllAnnotationsVisible - Remove passing of total-count as it's not used.
-
- 12 Jun, 2019 15 commits
-
-
Lyza Danger Gardner authored
- Add tests
-
Robert Knight authored
Replace help icon with lighter variant
-
Lyza Danger Gardner authored
- Add `height` rule to `top-bar__btn` to help with alignment
-
Robert Knight authored
Implement new groups menu design built on groups menu
-
Robert Knight authored
Also mock the `MenuItem` component manually so that any problems with that component won't cause a cascade of failures in `GroupListItem`.
-
Robert Knight authored
-
Robert Knight authored
This covers the functionality related to the submenu for group list items.
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
Conditionally rendered items create boolean `false` entries in the `children` prop when the condition is false. To indicate that there are no special restrictions on the `children` prop here beyond them being some kind of renderable content, I've opted for the `any` prop type.
-
Robert Knight authored
Avoid showing a focus ring on the item when activating it via touch/mouse for consistency with how other tab-reachable parts of the menu and top bar work.
-
Robert Knight authored
Group names are user supplied and can be up to 25 chars, so allow more space for this.
-
Robert Knight authored
This can be used to set a custom minimum width for a particular menu for example.
-
Robert Knight authored
The name of the "groups" service is slightly ambiguous in this context. We can't rename the prop because service dependencies are resolved by name and the service is called "groups" when registered with Angular.
-
Robert Knight authored
-
- 11 Jun, 2019 13 commits
-
-
Robert Knight authored
-
Lyza Gardner authored
Convert portions of login-control component to (preact) UserMenu component
-
Robert Knight authored
The URL fragment syntax for direct links only supports either an annotation or a group, the client's JSON configuration however currently allows both an annotation and a group to be specified. If that happens, the client goes to the group containing the direct-linked annotation, but will still add the direct-linked group to the groups list.
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Robert Knight authored
Open sidebar when highlighting while logged-out
-
Hannah Stepanek authored
-
Hannah Stepanek authored
Previously the error message about not being able to create annotations when logged out only mentioned annotations but, technically you cannot create highlights either. Change the error message to include highlights as well.
-
Dima Gerasimov authored
When the user creates a highlight while logged out, they appear to work however, they silently do not get saved. An error message does pop up in the sidebar informing them they cannot create annotations when not logged in but they don't see it because the sidebar does not open when creating a highlight. This makes the error message more apparent to the user by popping open the sidebar.
-
- 10 Jun, 2019 1 commit
-
-
Robert Knight authored
Bump prettier from 1.17.1 to 1.18.2
-