Alejandro Celaya
|
7e132be686
|
Fixed DomainStatusIcon test
|
2021-12-28 23:22:55 +01:00 |
|
Alejandro Celaya
|
aba1972d0d
|
Added dynamic tooltip placement in DomainStatusIcon based on media query
|
2021-12-28 23:15:34 +01:00 |
|
Alejandro Celaya
|
0268bb6930
|
Improved icon used for failing status domains
|
2021-12-28 22:54:17 +01:00 |
|
Alejandro Celaya
|
ecd6e6a066
|
Created DomainStatusIcon test
|
2021-12-28 22:48:35 +01:00 |
|
Alejandro Celaya
|
6411c6169b
|
Added tooltips to domain icons
|
2021-12-27 22:27:13 +01:00 |
|
Alejandro Celaya
|
a78467065a
|
Added logic in ManageDomains and DomainRow components to check if the domains status
|
2021-12-26 13:53:17 +01:00 |
|
Alejandro Celaya
|
c05c74f009
|
Extended domainsList reducer, adding functionality to verify domains statuses
|
2021-12-26 13:38:17 +01:00 |
|
Alejandro Celaya
|
ace29ca4a4
|
Created helper function to replace the authority on a URL
|
2021-12-26 13:21:09 +01:00 |
|
Alejandro Celaya
|
4f90d147a4
|
Merge pull request #548 from acelaya-forks/feature/remove-extra-check
Removed error check which is no longer needed for currently supported…
|
2021-12-26 10:45:52 +01:00 |
|
Alejandro Celaya
|
9348f211f0
|
Removed error check which is no longer needed for currently supported Shlink versions
|
2021-12-26 10:42:25 +01:00 |
|
Alejandro Celaya
|
729d9e4a39
|
Merge pull request #546 from acelaya-forks/feature/order-by-to-query
Feature/order by to query
|
2021-12-25 20:04:40 +01:00 |
|
Alejandro Celaya
|
3274088b54
|
Added tests for new ordering helper functions and updated changelog
|
2021-12-25 19:58:54 +01:00 |
|
Alejandro Celaya
|
49c841ca07
|
Added short URLs orderBy handling to the query state
|
2021-12-25 19:51:25 +01:00 |
|
Alejandro Celaya
|
91f319df65
|
Merge pull request #545 from acelaya-forks/feature/refactorings
Feature/refactorings
|
2021-12-25 10:53:44 +01:00 |
|
Alejandro Celaya
|
dbf4b0926e
|
Added Settings suffix to all settings sub-components
|
2021-12-25 10:49:12 +01:00 |
|
Alejandro Celaya
|
994f31b7e5
|
Renamed SortingDropdown to OrderingDropdown, for consistency
|
2021-12-25 10:32:33 +01:00 |
|
Alejandro Celaya
|
6213067f35
|
Removed default export in SortingDropdown
|
2021-12-25 10:26:38 +01:00 |
|
Alejandro Celaya
|
76fb45c97e
|
Renamed constants holding orderable fields for short URLs and tags
|
2021-12-25 10:24:37 +01:00 |
|
Alejandro Celaya
|
2bf5f276f5
|
Merge pull request #544 from acelaya-forks/feature/ordering-settings
Feature/ordering settings
|
2021-12-24 15:21:04 +01:00 |
|
Alejandro Celaya
|
eaadd6f7af
|
Removed params param when dispatching list short RULs action, as it was used by a reducer that has been deleted
|
2021-12-24 15:05:15 +01:00 |
|
Alejandro Celaya
|
86c6acb7b8
|
Updated changelog
|
2021-12-24 14:16:42 +01:00 |
|
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
|
e77508edcc
|
Merge pull request #541 from acelaya-forks/feature/not-empty-resultsets
Feature/not empty resultsets
|
2021-12-23 10:57:45 +01:00 |
|
Alejandro Celaya
|
c517c0521c
|
Renamed doFallbackRange to doIntervalFallback to make it more descriptive
|
2021-12-23 10:51:13 +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
|
a30687e4ea
|
Updated changelog
|
2021-12-22 20:34:56 +01:00 |
|
Alejandro Celaya
|
64ba346566
|
Updated VisitsStats components to react to the fallbackInterval
|
2021-12-22 20:23:26 +01:00 |
|
Alejandro Celaya
|
3745b297db
|
Updated visits components to support the doFallbackRange flag
|
2021-12-22 20:19:54 +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
|
482314b9f4
|
Merge pull request #540 from acelaya-forks/feature/extended-basic-creation-form
Added custom slug field to the basic creation form in Overview page
|
2021-12-19 12:56:21 +01:00 |
|
Alejandro Celaya
|
138e40315d
|
Added custom slug field to the basic creation form in Overview page
|
2021-12-19 12:52:49 +01:00 |
|
Alejandro Celaya
|
7d6afd47b1
|
Removed unecesary check
|
2021-12-14 23:12:39 +01:00 |
|
Alejandro Celaya
|
ed1f650fc6
|
Merge pull request #539 from acelaya-forks/feature/dash-order-by
Switched to the <field>-<dir> notation in orderBy param for short URL…
|
2021-12-14 23:09:36 +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
|
654b36ab08
|
Merge pull request #536 from acelaya-forks/feature/default-domain-edition
Feature/default domain edition
|
2021-12-09 13:49:14 +01:00 |
|
Alejandro Celaya
|
9abbfc5b1e
|
Updated changelog
|
2021-12-09 13:45:24 +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
|
7a320c9574
|
Merge branch 'develop' of github.com:acelaya/shlink-web-client-react into develop
|
2021-12-09 13:08:50 +01:00 |
|
Alejandro Celaya
|
3f1392ce62
|
Fixed changelog
|
2021-12-09 13:08:19 +01:00 |
|
Alejandro Celaya
|
79e54ea230
|
Updated changelog
|
2021-12-08 08:53:10 +01:00 |
|
Alejandro Celaya
|
e2473207ba
|
Merge pull request #534 from shlinkio/dependabot/npm_and_yarn/axios-0.21.2
Bump axios from 0.21.1 to 0.21.2
|
2021-12-08 08:50:53 +01:00 |
|
dependabot[bot]
|
fb961dd47b
|
Bump axios from 0.21.1 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-07 23:57:30 +00:00 |
|