Alejandro Celaya
|
17d5c4327b
|
Added form to create short URLs to overview page
|
2020-12-07 20:37:03 +01:00 |
|
Alejandro Celaya
|
9b30a82a79
|
Created visitsOverview reducer test
|
2020-12-07 19:19:37 +01:00 |
|
Alejandro Celaya
|
a0ec3c0293
|
Improved wording
|
2020-12-07 13:03:47 +01:00 |
|
Alejandro Celaya
|
d9e39eee2b
|
Added new reducer for visits overview, and added it to overview page
|
2020-12-07 12:12:39 +01:00 |
|
Alejandro Celaya
|
032e9c53f3
|
Extracted short URLs table into reusable component to use both on list section and overview section
|
2020-12-07 11:17:19 +01:00 |
|
Alejandro Celaya
|
dba0ac6442
|
Created Overview page as default page after connecting to a server
|
2020-12-06 18:37:22 +01:00 |
|
Alejandro Celaya
|
bd6e455cd6
|
Fixed import
|
2020-12-06 13:20:16 +01:00 |
|
Alejandro Celaya
|
b9fc906537
|
Fixed alignment and margins for checkboxes in create form
|
2020-12-06 13:14:43 +01:00 |
|
Alejandro Celaya
|
8f7e356e54
|
Added support to enable/disable validating the URL while it is created
|
2020-12-06 13:07:44 +01:00 |
|
Alejandro Celaya
|
ff48c0cd45
|
Added DomainSelector test
|
2020-11-28 12:36:40 +01:00 |
|
Alejandro Celaya
|
02c7125236
|
Created domainsList reducer test
|
2020-11-28 12:22:52 +01:00 |
|
Alejandro Celaya
|
2a206f11b9
|
Renamed DomainsDropdown to DomainSelector
|
2020-11-28 09:58:05 +01:00 |
|
Alejandro Celaya
|
369fcf2f6a
|
Improved design on domains dropdown
|
2020-11-28 09:34:41 +01:00 |
|
Alejandro Celaya
|
983e4db3b1
|
Created component to allow selecting from existing domains list
|
2020-11-25 21:05:27 +01:00 |
|
Alejandro Celaya
|
3e21cccb14
|
Fixed visits getting accumulated every time the visits page is opened
|
2020-11-14 13:01:35 +01:00 |
|
Alejandro Celaya
|
c54f314424
|
Updated react-datepicker to latest version
|
2020-11-14 12:10:42 +01:00 |
|
Alejandro Celaya
|
4964f28169
|
Updated more production dependencies
|
2020-11-14 11:00:41 +01:00 |
|
Alejandro Celaya
|
4621246cec
|
Updated color-picker and fixed error when left open and modal is closed
|
2020-11-14 09:16:26 +01:00 |
|
Alejandro Celaya
|
f83280068b
|
Updated more dev dependencies
|
2020-11-14 08:59:20 +01:00 |
|
Alejandro Celaya
|
6c90d7072f
|
#325 Updated to react 17
|
2020-11-13 22:44:26 +01:00 |
|
Alejandro Celaya
|
ff1fb0dd12
|
Removed hardcoded display: inline for BooleanControls
|
2020-10-31 17:18:51 +01:00 |
|
Alejandro Celaya
|
498594c31b
|
Deleted service worker
|
2020-10-31 13:22:39 +01:00 |
|
Alejandro Celaya
|
28ebd55b69
|
Fixed z-index in react-datepicker
|
2020-10-03 11:22:21 +02:00 |
|
Alejandro Celaya
|
335cceeb82
|
Fixed coding styles
|
2020-09-20 11:58:40 +02:00 |
|
Alejandro Celaya
|
421cc5b718
|
Put together all chart-related helper functions
|
2020-09-20 11:46:07 +02:00 |
|
Alejandro Celaya
|
78d97a64aa
|
Added visits highlightning capabilities to line chart
|
2020-09-20 11:43:24 +02:00 |
|
Alejandro Celaya
|
a136543551
|
Fixed tags visits loading not being cancelled when the visits component gets unmounted
|
2020-09-19 10:50:49 +02:00 |
|
Alejandro Celaya
|
23046c149c
|
Fixed visits normalization not converting empty strings into null
|
2020-09-19 10:31:23 +02:00 |
|
Alejandro Celaya
|
51556d76ac
|
Fixed tests
|
2020-09-17 18:05:26 +02:00 |
|
Alejandro Celaya
|
871868f0a4
|
Moved common rendering chart labels code to external module for reuse
|
2020-09-15 22:30:31 +02:00 |
|
Alejandro Celaya
|
67495fa302
|
Added number formatting to charts
|
2020-09-15 22:22:56 +02:00 |
|
Alejandro Celaya
|
fc9341f631
|
Added number formatting to visits line chart
|
2020-09-13 11:11:17 +02:00 |
|
Alejandro Celaya
|
3fea8b5505
|
Ensured page numbers in paginators are prettified
|
2020-09-13 10:03:02 +02:00 |
|
Alejandro Celaya
|
f36cf1e7b9
|
Updated short URL list params so that it requests dateCreated DESC ordering by default
|
2020-09-12 17:59:58 +02:00 |
|
Alejandro Celaya
|
fe3e08de0f
|
Fixed event source not being properly closed with new boundToMercureHub HOC
|
2020-09-12 12:06:53 +02:00 |
|
Alejandro Celaya
|
cfb165d240
|
Fixed boundToMercureHub HOC so that it clears updates intervals when unmounted
|
2020-09-12 11:55:49 +02:00 |
|
Alejandro Celaya
|
6fc4963663
|
Replaced redux action to create one visit by action that allows multiple visits at once
|
2020-09-12 11:31:44 +02:00 |
|
Alejandro Celaya
|
ad437f655e
|
Added support to dispatch all UI actions based on mercure bindings on a specific schedule instead of real time
|
2020-09-12 08:52:03 +02:00 |
|
Alejandro Celaya
|
9b45513684
|
Added form controls to set real time updates interval
|
2020-09-09 19:16:04 +02:00 |
|
Alejandro Celaya
|
5d6d802d64
|
Moved mercure hub binding from custom hook to HOC
|
2020-09-06 19:41:15 +02:00 |
|
Alejandro Celaya
|
1b1a1f3230
|
Created component decorator that resets selected server and used it on Settings
|
2020-09-06 13:10:30 +02:00 |
|
Alejandro Celaya
|
98d856700c
|
Added missing row wrapping Message component
|
2020-09-06 12:47:14 +02:00 |
|
Alejandro Celaya
|
b814f500de
|
Moved shlink versions to the outer element so that's always visible
|
2020-09-06 12:36:17 +02:00 |
|
Alejandro Celaya
|
d064eb5f9e
|
Fixed inconsistent type
|
2020-09-06 10:22:21 +02:00 |
|
Alejandro Celaya
|
58c9ef9b51
|
Updated dependencies
|
2020-09-06 10:17:46 +02:00 |
|
Alejandro Celaya
|
dcdee8b308
|
Simplified eslint config
|
2020-09-06 09:32:16 +02:00 |
|
Alejandro Celaya
|
3cec2efbbd
|
Removed no longer used dependencies
|
2020-09-05 08:57:50 +02:00 |
|
Alejandro Celaya
|
d4094e66b3
|
Finished TS migration
|
2020-09-05 08:49:18 +02:00 |
|
Alejandro Celaya
|
73b854037d
|
Migrated to TS all visits components except the biggest two
|
2020-09-04 19:33:16 +02:00 |
|
Alejandro Celaya
|
f2e7a2161d
|
Removed duplicated code on mercure-bound components
|
2020-09-04 19:05:41 +02:00 |
|