Alejandro Celaya
|
de32d899bc
|
Added new settings card to customize short URLs lists
|
2021-12-24 14:15:28 +01:00 |
|
Alejandro Celaya
|
d4356ba6e6
|
Moved types from old shortUrlsListParams reducer, to the data index file
|
2021-12-24 13:47:27 +01:00 |
|
Alejandro Celaya
|
275aee4de2
|
Removed shortUrlsListParams reducer, as the state is now handled internally in the component
|
2021-12-24 13:39:57 +01:00 |
|
Alejandro Celaya
|
57075c581d
|
Updated Short URLs list so that it allows setting default orderBy from settings
|
2021-12-24 13:14:13 +01:00 |
|
Alejandro Celaya
|
d8442e435d
|
Added option to customize ordering in tags list
|
2021-12-24 11:06:02 +01:00 |
|
Alejandro Celaya
|
e954a860bf
|
Added test for migrateDeprecatedSettings function
|
2021-12-23 17:59:18 +01:00 |
|
Alejandro Celaya
|
5598fe0f53
|
Created new settings card for tags-related options
|
2021-12-23 17:53:14 +01:00 |
|
Alejandro Celaya
|
e22856ff74
|
Added logic in reducers to fallback to a different date interval if default one returns no visits
|
2021-12-23 10:38:02 +01:00 |
|
Alejandro Celaya
|
401418c049
|
Extended DateRangeSelector to allow updating its value via props after rendering
|
2021-12-22 20:14:26 +01:00 |
|
Alejandro Celaya
|
7adb40489d
|
Added some helper function to deal with dates
|
2021-12-22 20:08:28 +01:00 |
|
Alejandro Celaya
|
17e4e06fcc
|
Switched to the <field>-<dir> notation in orderBy param for short URLs list
|
2021-12-14 23:02:16 +01:00 |
|
Alejandro Celaya
|
c9d906316f
|
Updated domain components to use defaultRedirects prop when present (Shlink 2.10 or newer)
|
2021-12-09 13:44:29 +01:00 |
|
Alejandro Celaya
|
8d476e0729
|
Added support to fetch full response from list domains endpoint
|
2021-12-09 13:16:28 +01:00 |
|
Alejandro Celaya
|
4986dbcb91
|
Fixed tests
|
2021-12-07 20:41:07 +01:00 |
|
Alejandro Celaya
|
14b2ee53b5
|
Fixed export servers to ensure autoConnect is not included
|
2021-11-20 09:44:12 +01:00 |
|
Alejandro Celaya
|
7d29129ca1
|
Updated landing page to be vertically aligned on mobile devices
|
2021-11-13 23:04:59 +01:00 |
|
Alejandro Celaya
|
7bc3819ebe
|
Fixed TS error in SearchBar test
|
2021-11-11 21:38:37 +01:00 |
|
Alejandro Celaya
|
21b8e05e35
|
Moved dates handling in short URLs list to query
|
2021-11-10 22:25:56 +01:00 |
|
Alejandro Celaya
|
ed038b9799
|
Fixed ShortUrlsList test
|
2021-11-08 23:41:17 +01:00 |
|
Alejandro Celaya
|
5f33059de1
|
Improved SearchBar test
|
2021-11-08 23:23:45 +01:00 |
|
Alejandro Celaya
|
3bc5b4c154
|
Extended ShortUrlsPaginator so that it allows appending current query string
|
2021-11-08 22:13:37 +01:00 |
|
Alejandro Celaya
|
a2421ee2d3
|
Created helper function to evolve a query string based on an object
|
2021-11-07 11:22:29 +01:00 |
|
Alejandro Celaya
|
109baef828
|
Minor changes on tags filtering for short URLs
|
2021-11-07 11:03:31 +01:00 |
|
Alejandro Celaya
|
303900756d
|
Added TableOrderIcon test
|
2021-11-06 22:46:40 +01:00 |
|
Alejandro Celaya
|
fe81e023e8
|
Moved table sorting icon to its own component wrapping the logic
|
2021-11-06 22:34:29 +01:00 |
|
Alejandro Celaya
|
ee826458be
|
Updated sorting dropdown to accept an order object instead of two individual props
|
2021-11-06 12:26:20 +01:00 |
|
Alejandro Celaya
|
a6892b8a12
|
Covered ordering use cases on TagsList test
|
2021-11-06 11:58:59 +01:00 |
|
Alejandro Celaya
|
765c4713a2
|
Fixed all tests to work with new tags sorting approach
|
2021-11-06 11:30:42 +01:00 |
|
Alejandro Celaya
|
39d5853fe3
|
Added tests for ordering logic in TagsTable
|
2021-11-01 14:10:57 +01:00 |
|
Alejandro Celaya
|
9cbeef1cb4
|
Moved test to the right place
|
2021-11-01 13:57:53 +01:00 |
|
Alejandro Celaya
|
04571ea634
|
Added logic to order tags list
|
2021-11-01 13:42:53 +01:00 |
|
Alejandro Celaya
|
5241925acc
|
Added not-enabled sorting on tags table
|
2021-11-01 12:48:11 +01:00 |
|
Alejandro Celaya
|
e5f99d0893
|
Removed remaining instances of setImmediate in tests
|
2021-10-31 12:33:17 +01:00 |
|
Alejandro Celaya
|
57e73dcba6
|
Fixed unhandled promise in remoteServers.test
|
2021-10-31 12:20:02 +01:00 |
|
Alejandro Celaya
|
80f0f9bd08
|
Updated test libs
|
2021-10-31 12:07:38 +01:00 |
|
Alejandro Celaya
|
2375882c73
|
Fixed TS compile error in Home component test
|
2021-10-31 00:12:03 +02:00 |
|
Alejandro Celaya
|
6d392ba403
|
Added more tests covering how real-time visits are filtered out based on date intervals
|
2021-10-24 22:37:14 +02:00 |
|
Alejandro Celaya
|
e135dd92ec
|
Ensured new visits are pushed to the state only if they match selected date range
|
2021-10-24 10:31:32 +02:00 |
|
Alejandro Celaya
|
41398f659e
|
Created ManageServers test
|
2021-10-23 11:33:32 +02:00 |
|
Alejandro Celaya
|
8618519b6b
|
Created ManageServersRowDropdown test
|
2021-10-23 10:55:52 +02:00 |
|
Alejandro Celaya
|
c7c32b494e
|
Created ManageServersRow test
|
2021-10-23 10:34:20 +02:00 |
|
Alejandro Celaya
|
7637ce3107
|
Added logic to toggle auto-connect on servers
|
2021-10-22 20:13:23 +02:00 |
|
Alejandro Celaya
|
ada5488a6c
|
Ensured export servers btn is not displayed when there are no servers
|
2021-10-22 19:03:12 +02:00 |
|
Alejandro Celaya
|
478209f50d
|
Improvements on ManageServers
|
2021-10-22 18:53:00 +02:00 |
|
Alejandro Celaya
|
7f4263966e
|
Created new section to manage servers
|
2021-10-17 19:13:06 +02:00 |
|
Alejandro Celaya
|
beff6668de
|
Increased minimum required branch code coverage to 80
|
2021-10-17 13:43:37 +02:00 |
|
Alejandro Celaya
|
4baa901f1c
|
Fixed merge conflicts
|
2021-10-17 12:41:23 +02:00 |
|
Alejandro Celaya
|
85161915b1
|
Ensured short URL title can be resetted after creation
|
2021-10-17 12:35:11 +02:00 |
|
Alejandro Celaya
|
1bf3569774
|
Allowed to customize initial state for forward query
|
2021-10-13 23:10:22 +02:00 |
|
Alejandro Celaya
|
c71e0919e9
|
Allowed to select 'all' as the default interval for visits
|
2021-10-03 21:07:07 +02:00 |
|