shlink-web-client/src/short-urls
2022-12-23 21:06:59 +01:00
..
data Take into consideration exclñudeBots from query on short URLs row 2022-12-23 20:00:59 +01:00
helpers Removed references to feature checks for version 2.7 2022-12-23 21:06:59 +01:00
reducers Simplified reducer logic to update short URLs when new visits come 2022-12-22 18:30:02 +01:00
services Ensured proper amount of visits is displayed on short URLs based on config 2022-12-22 18:39:09 +01:00
CreateShortUrl.tsx Replaced inheritance by composition on short URL creation interface 2022-11-07 18:27:41 +01:00
EditShortUrl.tsx Refactored getShortUrlDetail action to have a single DTO param 2022-11-06 19:16:51 +01:00
Paginator.tsx Exported some specific component types and improved spacing in short URLs list 2022-12-18 10:12:34 +01:00
ShortUrlForm.scss Fixed short URL creation and modal close buttons 2022-03-06 11:16:31 +01:00
ShortUrlForm.tsx Removed references to feature checks for version 2.7 2022-12-23 21:06:59 +01:00
ShortUrlsFilteringBar.scss Improved tags filtering for short URLs, allowing to select from any existing tag 2022-05-14 12:53:02 +02:00
ShortUrlsFilteringBar.tsx Removed references to feature checks for version 2.7 2022-12-23 21:06:59 +01:00
ShortUrlsList.tsx Added filtering dropdown to short URLs filtering bar 2022-12-23 20:15:52 +01:00
ShortUrlsTable.scss Exported some specific component types and improved spacing in short URLs list 2022-12-18 10:12:34 +01:00
ShortUrlsTable.tsx Moved short URL status to the last column in the table 2022-12-19 19:40:04 +01:00
UseExistingIfFoundInfoIcon.scss Updated dependencies 2020-09-06 10:17:46 +02:00
UseExistingIfFoundInfoIcon.tsx Migrated UseExistingIfFoundInfoIcon test from enzyme to react testing library 2022-05-02 18:54:19 +02:00