question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Drop `upload-button` feature

See original GitHub issue

The feature is currently broken. It was initially added because we hide this bar via CSS:

However now we have two reasons why this is not useful:

  • upload-button now also takes care of hiding the bar; i.e. the feature can be disabled altogether and the bar reappears
  • we now also offer a CSS field to restore the bar

Additionally:

Therefore we can either:

  • 👎 Keep the feature as JS, but not add the alternative button
  • 👍 Drop the JS feature and just hide the bar via CSS (who doesn’t want it can undo it easily in the custom CSS field)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
Mangecommented, Jun 1, 2019

I’m pretty sure it still counts, it’s just that it’s sorted “important, specificity”. So important always wins over non-important, but among important the specificity still wins.

I’m not sure how else the trick would have fixed it.

Den lör 1 juni 2019 04:52Federico Brigante notifications@github.com skrev:

!important doesn’t care about specificity, the last important wins 😅

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sindresorhus/refined-github/issues/2014?email_source=notifications&email_token=AAAAMPYUU6YP2BPMN5NYFU3PYHP6NA5CNFSM4HK6VPO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWWXGEA#issuecomment-497906448, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAAMPZN465S3STRCTDR7ELPYHP6NANCNFSM4HK6VPOQ .

1reaction
ShalokShalomcommented, Jun 2, 2019

Can we add an option for this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Drag and Drop File Uploading - CSS-Tricks
Regarding states: .box__uploading element will be visible during the Ajax process of file upload (and the others will still be hidden). Then ....
Read more >
File upload Feature using HTML CSS & JavaScript - YouTube
Drag & drop file uploader using Javascript and PHP | No Frameworks | Quick Programming Tutorial · Build A Drawing or Paint App...
Read more >
Drag & Drop or Browse - File upload Feature using HTML ...
Drag and Drop file upload means you can upload the file by drag & drop. Drag and Drop interfaces permit web applications to...
Read more >
Content Manager Request: Adding a Drag-and-Drop Upload ...
Content Manager Request: Adding a Drag-and-Drop Upload Feature ... site visitors to upload files to a collection by setting up a clickable upload...
Read more >
How To Make A Drag-and-Drop File Uploader With Vanilla ...
A demonstration of a web page in which you can upload images via drag and drop, preview the images being uploaded immediately, and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found