Alejandro Celaya
|
7516ca8dd9
|
Created settings page and converted MainHeader into functional component
|
2020-04-18 20:58:35 +02:00 |
|
Alejandro Celaya
|
94c5b2c471
|
Improved useToggle hook so that it also returns enabler and disabler
|
2020-04-05 12:18:41 +02:00 |
|
Alejandro Celaya
|
e6034dfb14
|
Created VisitsTable
|
2020-04-03 23:00:57 +02:00 |
|
Alejandro Celaya
|
d7da8521ce
|
Created helper functions to determine the key and if a page is disabled on a progressive paginator
|
2020-03-28 17:43:09 +01:00 |
|
Alejandro Celaya
|
7f05c5c2da
|
Split utils module into several helpers modules
|
2020-03-28 17:33:27 +01:00 |
|
Alejandro Celaya
|
2d5c2779c3
|
Moved helper functions to render progressive paginators to a common place
|
2020-03-28 17:25:12 +01:00 |
|
Alejandro Celaya
|
06db4f6556
|
Used progressive pagination for the short URLs list
|
2020-03-28 17:19:33 +01:00 |
|
Alejandro Celaya
|
35a62f1fb1
|
Added link to edit existing servers
|
2020-03-15 14:03:41 +01:00 |
|
Alejandro Celaya
|
24f2deda46
|
Moved common code to handle currently selected server to HOC
|
2020-03-15 13:43:12 +01:00 |
|
Alejandro Celaya
|
f44ec42f51
|
Added links to delete and edit the server when a server could not be reached
|
2020-03-15 09:17:33 +01:00 |
|
Alejandro Celaya
|
9804a2d18d
|
Added list of servers connected to store in ServerError component
|
2020-03-08 12:50:42 +01:00 |
|
Alejandro Celaya
|
d1a5ee43e9
|
Created components to display errors when loading a server
|
2020-03-08 12:41:18 +01:00 |
|
Alejandro Celaya
|
febecab33c
|
Migrated Home component to a functional component
|
2020-03-08 11:35:06 +01:00 |
|
Alejandro Celaya
|
99042c0979
|
Extracted servers list group from home component to a reusable component
|
2020-03-08 11:16:57 +01:00 |
|
Alejandro Celaya
|
6395e4e00b
|
Improved NotFount component so that link text is passed as children
|
2020-03-08 10:28:04 +01:00 |
|
Alejandro Celaya
|
c8d682cc98
|
Handled loading server in just one place, and added error handling for loading servers
|
2020-03-08 10:00:25 +01:00 |
|
Alejandro Celaya
|
be50b24504
|
Added mechanism to provide a version to shlink-web-client
|
2020-03-05 12:53:32 +01:00 |
|
Alejandro Celaya
|
dbee62ac8c
|
Moved shlink versions component to main container
|
2020-03-05 11:46:38 +01:00 |
|
Alejandro Celaya
|
1e949b3a22
|
Added shlink versions to side menu
|
2020-03-05 11:11:26 +01:00 |
|
Alejandro Celaya
|
b02dcf6c53
|
Refactored delete server components
|
2020-03-05 10:18:38 +01:00 |
|
Alejandro Celaya
|
ab7718e335
|
Removed duplicated code from AsideMenu by creating an AsideMenuItem helper component
|
2020-03-05 10:03:38 +01:00 |
|
Alejandro Celaya
|
397a183f65
|
Converted MenuLayout into a functional component with hooks
|
2020-03-05 09:08:50 +01:00 |
|
Alejandro Celaya
|
853032ac7f
|
Displayed preloader when a server is being loaded
|
2020-03-05 08:41:55 +01:00 |
|
Alejandro Celaya
|
ba8cade6fc
|
When handling API errors, use the type prop and fallback to error if not found
|
2020-01-11 12:24:45 +01:00 |
|
Alejandro Celaya
|
8fcf72f564
|
Updated production dependencies to latest versions
|
2019-10-05 18:50:49 +02:00 |
|
Alejandro Celaya
|
1c25db9179
|
Created SimplePaginator test
|
2019-09-22 11:14:08 +02:00 |
|
Alejandro Celaya
|
810ddd7717
|
Added foldable pagination to SimplePaginator
|
2019-09-22 10:41:31 +02:00 |
|
Alejandro Celaya
|
7bbff114a4
|
Extracted paginator used in SortableBarGraph to its own component
|
2019-09-21 18:29:58 +02:00 |
|
Alejandro Celaya
|
78c34a342d
|
Added tests for new use cases
|
2019-04-28 12:40:50 +02:00 |
|
Alejandro Celaya
|
20820c47d4
|
Updated list servers action so that it tries to fetch servers from the servers.json file when no local servers are found
|
2019-04-28 12:07:09 +02:00 |
|
Alejandro Celaya
|
7b80d78dc5
|
Removed duplicated code when building ShlinkApiClient
|
2019-04-21 11:31:40 +02:00 |
|
Alejandro Celaya
|
701c143149
|
Updated ErrorHandler so that it logs errors in production
|
2019-03-05 14:04:52 +01:00 |
|
Alejandro Celaya
|
ad9f0c00d0
|
Created ErrorHandler test
|
2019-03-04 20:49:18 +01:00 |
|
Alejandro Celaya
|
cd908fa358
|
Created ErrorHandler component
|
2019-03-04 20:41:02 +01:00 |
|
Alejandro Celaya
|
127bcc14eb
|
Prevented side menu to be swipeable while a modal window is displayed
|
2019-03-03 12:05:29 +01:00 |
|
Alejandro Celaya
|
780e4a6e9e
|
Replaced component by render on route rendering not found component with custom props
|
2019-03-03 11:18:58 +01:00 |
|
Alejandro Celaya
|
c4bc2f24d6
|
Used not-found component for menu layout inner router
|
2019-03-03 11:15:34 +01:00 |
|
Alejandro Celaya
|
d23ddd0e0b
|
Created NotFound component
|
2019-03-03 11:02:29 +01:00 |
|
Alejandro Celaya
|
056286636d
|
Created ScrollToTop test
|
2019-01-13 23:03:31 +01:00 |
|
Alejandro Celaya
|
4f8c7afc76
|
Created SortableBarGraph test
|
2019-01-12 23:47:41 +01:00 |
|
Alejandro Celaya
|
2be771cbcc
|
Improved styles
|
2019-01-07 13:45:16 +01:00 |
|
Alejandro Celaya
|
835d54e90c
|
Updated dependencies and source code
|
2019-01-05 22:25:54 +01:00 |
|
Alejandro Celaya
|
03f409a803
|
Updated linting dependencies
|
2018-12-31 18:23:47 +01:00 |
|
Alejandro Celaya
|
047d99be6d
|
Updated ScrollTop component so that it gets the window object injected as a dependency
|
2018-12-21 10:38:40 +01:00 |
|
Alejandro Celaya
|
eec79043cc
|
Moved common and utils services to their own service providers
|
2018-12-18 20:19:22 +01:00 |
|
Alejandro Celaya
|
fa3e1eba93
|
Moved all visits-related services to its own service provide function inside visits
|
2018-12-18 14:36:32 +01:00 |
|
Alejandro Celaya
|
bab1e57ab1
|
Registered remaining short URLs components in DI container
|
2018-12-17 23:11:55 +01:00 |
|
Alejandro Celaya
|
5616d045ab
|
Migrated a lot more components to new DI system
|
2018-12-17 22:18:47 +01:00 |
|
Alejandro Celaya
|
5e6ad14a85
|
More components migrated for dependency injection
|
2018-12-17 20:24:31 +01:00 |
|
Alejandro Celaya
|
79a518b02d
|
Registered first components as services
|
2018-12-17 20:03:36 +01:00 |
|