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 |
|
Alejandro Celaya
|
260ed3041a
|
Finished migrating visits helpers to TS
|
2020-09-04 18:43:26 +02:00 |
|
Alejandro Celaya
|
8a146021dd
|
Migrated first charts to TS
|
2020-09-03 20:34:22 +02:00 |
|
Alejandro Celaya
|
4083592212
|
Fixed coding styles and ensured linting command applies to ts and tsx files
|
2020-09-02 20:27:50 +02:00 |
|
Alejandro Celaya
|
f9c57ca659
|
Migrated first visits helper components to TS
|
2020-09-02 20:13:31 +02:00 |
|
Alejandro Celaya
|
d0d664ef79
|
Migrated VisitsParser to TS
|
2020-09-02 19:32:07 +02:00 |
|
Alejandro Celaya
|
16d96efa4a
|
Finished migrating all remaining utils to TS
|
2020-08-31 18:38:27 +02:00 |
|
Alejandro Celaya
|
f8ea1ae3d5
|
Migrated remaining tags-related elements to TS
|
2020-08-30 20:48:09 +02:00 |
|
Alejandro Celaya
|
18883caa6d
|
Migrated tags helpers to TS
|
2020-08-30 20:31:31 +02:00 |
|
Alejandro Celaya
|
84fc82b74e
|
Fixed custom slug field not being disabled when selecting a short code length
|
2020-08-30 19:52:40 +02:00 |
|
Alejandro Celaya
|
8a9c694fbc
|
Migrated all remaining short-url elements to TS
|
2020-08-30 19:45:17 +02:00 |
|
Alejandro Celaya
|
4b33d39d44
|
Finished migrating ll short-url helpers to TS
|
2020-08-30 09:59:14 +02:00 |
|
Alejandro Celaya
|
c0f5d9c12c
|
Finished migrating servers module to TS
|
2020-08-29 20:20:45 +02:00 |
|
Alejandro Celaya
|
ef630af154
|
Migrated ShlinkApiClient to TS
|
2020-08-29 19:51:14 +02:00 |
|
Alejandro Celaya
|
ebd7a76896
|
Migrated to TS main services except ShlinkApiClient
|
2020-08-29 18:51:03 +02:00 |
|
Alejandro Celaya
|
64a968711c
|
Migrated all servers services to TS
|
2020-08-29 14:16:37 +02:00 |
|
Alejandro Celaya
|
aee4c2d02f
|
Migrated to TS all servers helpers
|
2020-08-29 13:51:53 +02:00 |
|
Alejandro Celaya
|
8cc0695ee9
|
Refactored ServerError to infer error message based on provided server type guards
|
2020-08-29 10:53:02 +02:00 |
|