Parcourir la source

💄prettiers

main
Keith Daulton il y a 1 an
committed by Keith Daulton
Parent
révision
452a2d9b81
4 fichiers modifiés avec 7 ajouts et 8 suppressions
  1. +1
    -1
      src/webviews/apps/plus/workspaces/components/issue-row.ts
  2. +2
    -2
      src/webviews/apps/plus/workspaces/components/plus-content.ts
  3. +2
    -2
      src/webviews/apps/plus/workspaces/components/pull-request-row.ts
  4. +2
    -3
      src/webviews/apps/shared/components/account/account-badge.ts

+ 1
- 1
src/webviews/apps/plus/workspaces/components/issue-row.ts Voir le fichier

@ -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';

+ 2
- 2
src/webviews/apps/plus/workspaces/components/plus-content.ts Voir le fichier

@ -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';

+ 2
- 2
src/webviews/apps/plus/workspaces/components/pull-request-row.ts Voir le fichier

@ -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<PullRequestRow>`
<template role="row">

+ 2
- 3
src/webviews/apps/shared/components/account/account-badge.ts Voir le fichier

@ -1,9 +1,8 @@
import { attr, css, customElement, FASTElement, html, observable, ref, volatile, when } from '@microsoft/fast-element';
import { attr, css, customElement, FASTElement, html, observable, volatile, when } from '@microsoft/fast-element';
import type { Subscription } from '../../../../../subscription';
import { getSubscriptionTimeRemaining, SubscriptionState } from '../../../../../subscription';
import { fromNow } from '../../../../../system/date';
import { pluralize } from '../../../../../system/string';
import { focusOutline, srOnly } from '../styles/a11y';
import { focusOutline } from '../styles/a11y';
import { elementBase } from '../styles/base';
import '../overlays/pop-over';

Chargement…
Annuler
Enregistrer