- 03 Jul, 2019 10 commits
-
-
Robert Knight authored
-
Robert Knight authored
Move the CSS styles into the module that corresponds to the component where they are used.
-
Robert Knight authored
Instead of passing a `searchController` prop into `TopBar` which is responsible for reading and updating the search query, from different sources depending on whether this is the sidebar or stream, handle reading/updating the search from within `TopBar` itself: - In the sidebar, read/update the filter query in the store - In the stream, render a `StreamSearchInput` control which reads/updates the "$q" param from the Angular `$location` service This removes some indirection and makes it easier to follow where the search input gets its data from and what happens when it is changed. Also fix a bug where existing annotations were not cleared after a route change from `/a/:id` to `/stream?q={query}`.
-
Robert Knight authored
This provides more runtime-checked documentation about what these props look like.
-
Robert Knight authored
If there was not enough space for all of the items in the top bar, the group name could end up wrapping. This tended to happen when the group name was long, the sidebar was narrow and the search input was active.
-
Robert Knight authored
Since this component is no longer referenced within an Angular template, the arguments no longer have to be named as properties in an object.
-
Robert Knight authored
-
Robert Knight authored
- Replace `h-branding` with `applyTheme` utility - Replace `h-tooltip` with standard tooltips using the `title` attribute, which matches other icons in the top bar - Fix a double-quoted string after `<svg-icon>` in an Angular template was converted to `<SvgIcon ...>` in JSX
-
Robert Knight authored
- Convert `<top-bar>` component to Preact - Add additional tests for top bar in different states - Remove `<login-control>` component. This has been inlined into `TopBar` - Remove unused component wrappers for components that are no longer referenced from Angular templates
-
Robert Knight authored
Only emit end if searchClient is done searching
-
- 02 Jul, 2019 2 commits
-
-
Robert Knight authored
Add self-closing ESlint enforcement
-
Lyza Danger Gardner authored
-
- 01 Jul, 2019 10 commits
-
-
Hannah Stepanek authored
-
Hannah Stepanek authored
Previously `end` was emitted after each getBatch call in the searchClient, now it is emitted once after all batches are complete.
-
Hannah Stepanek authored
Add loading of annotations state to store
-
Hannah Stepanek authored
-
Robert Knight authored
Bump npm-packlist from 1.4.1 to 1.4.4
-
Robert Knight authored
Bump eslint-plugin-react-hooks from 1.6.0 to 1.6.1
-
Robert Knight authored
Bump eslint-plugin-react from 7.14.1 to 7.14.2
-
dependabot-preview[bot] authored
Bumps [npm-packlist](https://github.com/npm/npm-packlist) from 1.4.1 to 1.4.4. - [Release notes](https://github.com/npm/npm-packlist/releases) - [Commits](https://github.com/npm/npm-packlist/compare/v1.4.1...v1.4.4) 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 1.6.0 to 1.6.1. - [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 [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.14.1 to 7.14.2. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.1...v7.14.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 28 Jun, 2019 2 commits
-
-
Kyle Keating authored
Add react moderation banner component
-
Kyle Keating authored
-
- 27 Jun, 2019 2 commits
-
-
Lyza Gardner authored
Break out `annotation-user` component from `annotation-header`
-
Lyza Danger Gardner authored
-
- 26 Jun, 2019 5 commits
-
-
Robert Knight authored
Rename group-list-v2 => group-list
-
Robert Knight authored
Now that the old group list/menu has been removed, rename the new version so that the file name matches the component name.
-
Robert Knight authored
Always use main URL from main frame when searching for groups
-
Robert Knight authored
Remove old dropdown menu implementation
-
Robert Knight authored
Remove old groups menu and "community_groups" feature flag checks
-
- 25 Jun, 2019 9 commits
-
-
Robert Knight authored
This was used by the old dropdown menus.
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
The corresponding JS component was removed as part of the recent redesign of the groups menu.
-
Robert Knight authored
-
Robert Knight authored
The new groups list implementation is still in `groups-list-v2.js` rather than renaming the file to avoid the diff being too confusing. Renaming it to remove the "-v2" suffix will happen in a follow-up commit.
-
Robert Knight authored
Use Prettier to auto-format .scss files
-