dub icon indicating copy to clipboard operation
dub copied to clipboard

Toggle button for link

Open simbafs opened this issue 1 year ago • 9 comments

A toggle button, so you can temporally close the link

simbafs avatar Sep 28 '22 16:09 simbafs

I'm not quite sure what you mean, can you elaborate? By "closing the link" do you mean temporarily deactivate it?

steven-tey avatar Sep 28 '22 19:09 steven-tey

Yes, sorry I didn't express it clearly

simbafs avatar Sep 29 '22 15:09 simbafs

Hey, @steven-tey I would like to work on this If it's still relevant.

chavda-bhavik avatar Oct 08 '22 10:10 chavda-bhavik

Building on top of this, a "timer" functionality would be nice, to keep the link active for an X amount of time, since Redis is the base database, we could set TTLs on the links for that (just a guess as I haven't yet looked at the code)

khaosdoctor avatar Oct 10 '22 19:10 khaosdoctor

@khaosdoctor unfortunately that wouldn't work with the current setup since we're using a hash to store links per custom domain.

I am thinking of switching to a more key-value based model though (and move the user-link relation to MySQL, right now we're using Redis sorted sets for that) so we could explore leveraging TTL very soon!

steven-tey avatar Oct 11 '22 03:10 steven-tey

@khaosdoctor planning to switch over to a key-value-based model (with TTL) this weekend! Will keep all of y'all posted 😄

Here's the PR if you wanna follow along: https://github.com/steven-tey/dub/pull/78

steven-tey avatar Oct 14 '22 14:10 steven-tey

Nice! I just got back home, scheduled some time to work on dub this weekend! I'll definitely follow along, also, if you want any help on that ping me on my telegram

khaosdoctor avatar Oct 19 '22 16:10 khaosdoctor

Sneak peek of the new UI 👀 🙈

CleanShot 2022-10-20 at 13 32 29

steven-tey avatar Oct 20 '22 18:10 steven-tey

Hey guys! This feature is now live (under "Advanced options" > "Expiration Date")

Feel free to try it out and let me know if there are any bugs 😄

https://user-images.githubusercontent.com/28986134/197401940-067b4823-eca2-4503-b345-d6f3183bf4b3.mp4

steven-tey avatar Oct 23 '22 15:10 steven-tey