diff options
author | 2019-07-30 01:54:01 +0700 | |
---|---|---|
committer | 2019-07-30 01:54:01 +0700 | |
commit | 2e4a24d3957c205c7bc49525c69e1fa08593d2ca (patch) | |
tree | 62d3b93525c367bb1b45388e9fe3e55a674f7e57 /source/features/edit-files-faster.tsx | |
parent | cb8de12eb680475024c21d5586aa31a232493c73 (diff) | |
download | refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.tar.gz refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.tar.zst refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.zip |
Sort features in Readme by area instead of by type (#2283)
Diffstat (limited to 'source/features/edit-files-faster.tsx')
-rw-r--r-- | source/features/edit-files-faster.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/features/edit-files-faster.tsx b/source/features/edit-files-faster.tsx index 4c24792d..7af3fbd9 100644 --- a/source/features/edit-files-faster.tsx +++ b/source/features/edit-files-faster.tsx @@ -29,7 +29,8 @@ async function init(): Promise<void> { features.add({ id: __featureName__, - description: 'Edit files straight from a repo’s file list by clicking their file icon', + description: 'Adds a button to edit files from the repo file list.', + screenshot: 'https://user-images.githubusercontent.com/1402241/56370462-d51cde00-622d-11e9-8cd3-8a173bd3dc08.png', include: [ features.isRepoTree ], |