shlink-web-client/src/short-urls/helpers
2022-12-03 12:15:36 +01:00
..
qr-codes Extracted some QR code modal components to external components 2021-08-16 17:26:54 +02:00
CreateShortUrlResult.scss Implemented behavior to create new short URLs 2018-07-29 18:13:23 +02:00
CreateShortUrlResult.tsx Implemented state machine for short URL creation 2022-11-07 18:55:12 +01:00
DeleteShortUrlModal.tsx Simplified DeleteShortUrlModal so that it only requires writing 'delete' 2022-11-25 19:08:40 +01:00
ExportShortUrlsBtn.tsx Updated to airbnb coding styles 2022-03-26 12:17:42 +01:00
hooks.ts Created new hook to handle visits filtering via query string 2022-12-03 12:15:36 +01:00
index.ts Added support for short URLs with multi-segment slugs 2022-08-07 18:19:53 +02:00
QrCodeModal.scss Added subtle shadow in QR code image, so that it's easier to notice the margin 2021-02-14 10:21:10 +01:00
QrCodeModal.tsx Removed all default export except for services and reducers 2022-05-28 11:16:59 +02:00
ShortUrlDetailLink.tsx Added support for short URLs with multi-segment slugs 2022-08-07 18:19:53 +02:00
ShortUrlFormCheckboxGroup.tsx Refactored some default exports to regular ones 2022-05-28 10:34:12 +02:00
ShortUrlsRow.scss Fixed broken short URLs table when creating short URL with too long slug 2022-11-25 18:34:27 +01:00
ShortUrlsRow.tsx Fixed broken short URLs table when creating short URL with too long slug 2022-11-25 18:34:27 +01:00
ShortUrlsRowMenu.tsx Removed unnecesarry promise references in delete short URL modal 2022-11-06 18:48:47 +01:00
ShortUrlVisitsCount.scss Added automatic refresh on mercure events 2020-04-18 10:50:01 +02:00
ShortUrlVisitsCount.tsx Created helper function to convert mutable refs from useRef into element refs for the ref prop 2022-06-06 20:46:51 +02:00