Skip to content

Commit

Permalink
minimize-upload-bar - Drop feature (#7057)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Nov 15, 2023
1 parent 93f097f commit 2072f43
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion readme.md
Expand Up @@ -197,7 +197,6 @@ Thanks for contributing! 🦋🙌
- [](# "quick-comment-edit") [Lets you edit any comment with one click instead of having to open a dropdown.](https://user-images.githubusercontent.com/46634000/162252055-54750c89-0ddc-487a-b4ad-cec6009d9870.png)
- [](# "comment-fields-keyboard-shortcuts") [Adds a shortcut to edit your last comment: <kbd>↑</kbd>.](https://github.com/refined-github/refined-github/pull/961) (Only works in the following comment field, if it’s empty.)
- [](# "one-key-formatting") [Wraps selected text when pressing one of Markdown symbols instead of replacing it:](https://github-production-user-asset-6210df.s3.amazonaws.com/83146190/261155564-e7aabd0e-b14b-4fe6-b379-62e7419c43f8.gif) `[` `` ` `` `'` `"` `*` `~` `_`
- [](# "minimize-upload-bar") [Reduces the upload bar to a small button.](https://user-images.githubusercontent.com/17612510/99140148-205dd380-2693-11eb-9a61-9c228f8f9e36.png)
- [](# "clean-rich-text-editor") [Hides unnecessary comment field tooltips and toolbar items](https://user-images.githubusercontent.com/46634000/158201651-7364aba7-f9d0-4a51-89c4-2ced0cc34e48.png) (each one has a keyboard shortcut.)
- [](# "quick-mention") [Adds a button to `@mention` a user in conversations.](https://github-production-user-asset-6210df.s3.amazonaws.com/83146190/261158402-5a79cc3e-4331-475f-8063-5ed81fefcf10.gif)
- [](# "table-input") [Adds a button in the text editor to quickly insert a simplified HTML table.](https://user-images.githubusercontent.com/46634000/94559114-09892c00-0261-11eb-8fb0-c5a85ea76b6f.gif)
Expand Down
26 changes: 0 additions & 26 deletions source/features/minimize-upload-bar.css

This file was deleted.

6 changes: 0 additions & 6 deletions source/features/minimize-upload-bar.tsx

This file was deleted.

1 change: 0 additions & 1 deletion source/refined-github.ts
Expand Up @@ -29,7 +29,6 @@ import './features/mark-private-repos.css';
import './features/align-issue-labels.js';
import './features/clean-pinned-issues.js';
import './features/hide-newsfeed-noise.js';
import './features/minimize-upload-bar.js';
import './features/hide-diff-signs.js';
import './features/clean-rich-text-editor.js';

Expand Down

0 comments on commit 2072f43

Please sign in to comment.