소스 검색

Updates helper menu order in graph search

main
Keith Daulton 2 년 전
부모
커밋
85ea5f8c2d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/webviews/apps/shared/components/search/search-input.ts

+ 3
- 3
src/webviews/apps/shared/components/search/search-input.ts 파일 보기

@ -147,6 +147,9 @@ const template = html`
</div>
<div class="helper" id="helper" tabindex="-1" ${ref('helper')}>
<p class="helper-label">Search by</p>
<button class="helper-button" type="button" @click="${(x, _c) => x.handleInsertToken('@me')}">
My changes <small>@me</small>
</button>
<button class="helper-button" type="button" @click="${(x, _c) => x.handleInsertToken('message:')}">
Message <small>message: or =:</small>
</button>
@ -162,9 +165,6 @@ const template = html`
<button class="helper-button" type="button" @click="${(x, _c) => x.handleInsertToken('change:')}">
Change <small>change: or ~:</small>
</button>
<button class="helper-button" type="button" @click="${(x, _c) => x.handleInsertToken('@me')}">
My changes <small>@me</small>
</button>
</div>
</template>
`;

불러오는 중...
취소
저장