Skip to content

Commit

Permalink
Add project screen (#404)
Browse files Browse the repository at this point in the history
* Add ProjectIndex and Resource components

* Add `large` size to PersonAvatar

* Project index files

* Remove `pauseTest`

* Renames and types for added clarity

* Cleanup and documentation

* Post-meeting endpoint tweaks

* Basic "clear type errors" commit

* Mark todos; cleanup Mirage config

* Add JiraIssue and HermesDocument

* Cleanup

* Fix v1 reference and related-resource URL

* Update config.ts

* jiraObject → jiraIssue

* Updates add/remove project resource methods

* Renames

* Renames

* Update property name
  • Loading branch information
jeffdaley authored Nov 14, 2023
1 parent 37592d5 commit b36181c
Show file tree
Hide file tree
Showing 16 changed files with 1,459 additions and 16 deletions.
6 changes: 1 addition & 5 deletions web/app/components/document/sidebar/related-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@ import {
RelatedExternalLink,
RelatedHermesDocument,
RelatedResource,
RelatedResourceSelector,
} from "hermes/components/related-resources";
import { assert } from "@ember/debug";

enum RelatedResourceSelector {
ExternalLink = ".external-resource",
HermesDocument = ".hermes-document",
}

export interface DocumentSidebarRelatedResourcesComponentArgs {
productArea?: string;
objectID?: string;
Expand Down
5 changes: 4 additions & 1 deletion web/app/components/overflow-menu.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
{{if dd.contentIsShown 'visible' 'invisible'}}
"
>
<dd.ToggleAction class="overflow-button {{if dd.contentIsShown 'open'}}">
<dd.ToggleAction
data-test-overflow-menu-button
class="overflow-button {{if dd.contentIsShown 'open'}}"
>
<div class="button-affordance">
<FlightIcon @name="more-vertical" />
</div>
Expand Down
Loading

0 comments on commit b36181c

Please sign in to comment.