You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love the design and UI of this program, and it's packed with features I really need ( i.e., login with Google and admin control, fork option, expiry, etc.)
The only missing feature here is a QR code preview of the copied login URL so that I can open it easily from another device without clipboard sync or texting myself the URL. I like the fact that the URL is randomly generated with a length of 8 chars ( safe enough for brute force - although an env variable to adjust the random character length will be GREAT! if possible ), but it's hard to type in the combination on another device.
If this is an easy implementation, please add this feature. Thank you so much for making this awesome piece of software :)
The text was updated successfully, but these errors were encountered:
Adding qr codes would be simple. That's not the problem. The question is where to put a button for it in the already overloaded UI for a feature that only will be used by some few users.
Thank you for getting back to me! I was thinking somewhere like here 👍
I think that's a fair spot, and that will be fine with mobile design too.
About your concern of "where to put a button for it in the already overloaded UI", I have a few suggestions.
Make it optional. Have a optional ( default disabled ) flag for the feature like PASTEFY_ENABLE_QR
Don't add it to the UI at all, just have an endpoint like /qr-code after the slug ( i.e. https://host.domain.com/slug-here/qr-code ) to get the QR code like other applications/url-shorteners do
I think this is an useful feature because I can quickly open the link on my mobile and don't have to share the url via messaging apps for myself. And this is the only feature I miss from microbin.
If it's not complicated to implement, and you have some time, please let me know if this can be added to this awesome application :)
I love the design and UI of this program, and it's packed with features I really need ( i.e., login with Google and admin control, fork option, expiry, etc.)
The only missing feature here is a QR code preview of the copied login URL so that I can open it easily from another device without clipboard sync or texting myself the URL. I like the fact that the URL is randomly generated with a length of 8 chars ( safe enough for brute force - although an env variable to adjust the random character length will be GREAT! if possible ), but it's hard to type in the combination on another device.
If this is an easy implementation, please add this feature. Thank you so much for making this awesome piece of software :)
The text was updated successfully, but these errors were encountered: