From 452a2d9b816809293fdea3a38d8e456cb590086c Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Wed, 22 Feb 2023 15:45:06 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84prettiers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/webviews/apps/plus/workspaces/components/issue-row.ts | 2 +- src/webviews/apps/plus/workspaces/components/plus-content.ts | 4 ++-- src/webviews/apps/plus/workspaces/components/pull-request-row.ts | 4 ++-- src/webviews/apps/shared/components/account/account-badge.ts | 5 ++--- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/webviews/apps/plus/workspaces/components/issue-row.ts b/src/webviews/apps/plus/workspaces/components/issue-row.ts index a4446d0..213392c 100644 --- a/src/webviews/apps/plus/workspaces/components/issue-row.ts +++ b/src/webviews/apps/plus/workspaces/components/issue-row.ts @@ -1,4 +1,4 @@ -import { css, customElement, FASTElement, html, observable, ref, volatile, when } from '@microsoft/fast-element'; +import { css, customElement, FASTElement, html, observable, volatile, when } from '@microsoft/fast-element'; import type { IssueShape } from '../../../../../git/models/issue'; import { fromNow } from '../../../../../system/date'; import { focusOutline, srOnly } from '../../../shared/components/styles/a11y'; diff --git a/src/webviews/apps/plus/workspaces/components/plus-content.ts b/src/webviews/apps/plus/workspaces/components/plus-content.ts index e38ec68..c5bf132 100644 --- a/src/webviews/apps/plus/workspaces/components/plus-content.ts +++ b/src/webviews/apps/plus/workspaces/components/plus-content.ts @@ -1,7 +1,7 @@ -import { attr, css, customElement, FASTElement, html, observable, volatile, when } from '@microsoft/fast-element'; +import { css, customElement, FASTElement, html, observable, volatile, when } from '@microsoft/fast-element'; import type { Subscription } from '../../../../../subscription'; import { SubscriptionState } from '../../../../../subscription'; -import { focusOutline, srOnly } from '../../../shared/components/styles/a11y'; +import { focusOutline } from '../../../shared/components/styles/a11y'; import { elementBase } from '../../../shared/components/styles/base'; import '../../../shared/components/code-icon'; diff --git a/src/webviews/apps/plus/workspaces/components/pull-request-row.ts b/src/webviews/apps/plus/workspaces/components/pull-request-row.ts index 7ca9d9e..2d20da8 100644 --- a/src/webviews/apps/plus/workspaces/components/pull-request-row.ts +++ b/src/webviews/apps/plus/workspaces/components/pull-request-row.ts @@ -1,14 +1,14 @@ -import { css, customElement, FASTElement, html, observable, ref, volatile, when } from '@microsoft/fast-element'; +import { css, customElement, FASTElement, html, observable, volatile, when } from '@microsoft/fast-element'; import type { PullRequestShape } from '../../../../../git/models/pullRequest'; import { fromNow } from '../../../../../system/date'; import { focusOutline, srOnly } from '../../../shared/components/styles/a11y'; import { elementBase } from '../../../shared/components/styles/base'; +import { fromDateRange } from './helpers'; import '../../../shared/components/table/table-cell'; import '../../../shared/components/avatars/avatar-item'; import '../../../shared/components/avatars/avatar-stack'; import '../../../shared/components/code-icon'; import './git-avatars'; -import { fromDateRange } from './helpers'; const template = html`