Commit Graph

  • 8a486d991b Implemented some improvements and fixes on how visits table is split and calculated Alejandro Celaya 2020-04-05 18:04:15 +02:00
  • b79333393b Converted SearchField component into funcitonal component Alejandro Celaya 2020-04-05 16:16:55 +02:00
  • cb7062bb95 Created fake border with before and after pseudoelements for sticky table cells Alejandro Celaya 2020-04-05 16:02:42 +02:00
  • 94c5b2c471 Improved useToggle hook so that it also returns enabler and disabler Alejandro Celaya 2020-04-05 12:18:41 +02:00
  • 66bf26f1dc Improved highlighted data calculation so that it works with values different than 1 Alejandro Celaya 2020-04-05 11:57:39 +02:00
  • f5cc1abe75 Ensured info for selected visit in visits table gets highlighted in bar charts Alejandro Celaya 2020-04-04 20:16:20 +02:00
  • bd4255108d Improved VisitsTable performance by memoizing visits lists Alejandro Celaya 2020-04-04 12:58:04 +02:00
  • 06b63d1af2 Improved rendering of visits table on mobile devices Alejandro Celaya 2020-04-04 12:09:17 +02:00
  • 2bd70fb9e6 Fixed unit tests Alejandro Celaya 2020-04-04 10:36:34 +02:00
  • e6034dfb14 Created VisitsTable Alejandro Celaya 2020-04-03 23:00:57 +02:00
  • c8ba6764c2 Merge pull request #238 from acelaya-forks/feature/edit-long-url Alejandro Celaya 2020-03-30 21:36:20 +02:00
  • 19337d6c05 Added tests for elements regarding short URL edition Alejandro Celaya 2020-03-30 21:26:30 +02:00
  • a6ad3c2d4d Updated changelog Alejandro Celaya 2020-03-30 21:01:54 +02:00
  • b0dd885c09 Converted ShortUrlsRowMenu into functional component Alejandro Celaya 2020-03-30 21:01:01 +02:00
  • 2235592308 Fixed ShortUrlsRowMenu test Alejandro Celaya 2020-03-30 20:50:31 +02:00
  • 1219a16261 Ensured short URLs list is updated after editing the long URL of a short URL Alejandro Celaya 2020-03-30 20:47:33 +02:00
  • 7949e224e0 Created modal to edit the loing URL behind a short URL Alejandro Celaya 2020-03-30 20:42:58 +02:00
  • ab2f311bb7 Merge pull request #237 from acelaya-forks/feature/short-code-length Alejandro Celaya 2020-03-29 19:49:09 +02:00
  • a5aab43666 Updated changelog Alejandro Celaya 2020-03-29 19:41:29 +02:00
  • 74ebd4e572 Converted CreateShortUrl to functional component Alejandro Celaya 2020-03-29 19:36:45 +02:00
  • bd29670108 Added short code length field to form to create short URLs Alejandro Celaya 2020-03-29 18:55:41 +02:00
  • 9a20b4428d Merge pull request #236 from acelaya-forks/feature/progressive-paginator Alejandro Celaya 2020-03-28 17:52:35 +01:00
  • d7da8521ce Created helper functions to determine the key and if a page is disabled on a progressive paginator Alejandro Celaya 2020-03-28 17:43:09 +01:00
  • bab3b252c1 Updated changelog Alejandro Celaya 2020-03-28 17:35:02 +01:00
  • 7f05c5c2da Split utils module into several helpers modules Alejandro Celaya 2020-03-28 17:33:23 +01:00
  • 2d5c2779c3 Moved helper functions to render progressive paginators to a common place Alejandro Celaya 2020-03-28 17:25:12 +01:00
  • 06db4f6556 Used progressive pagination for the short URLs list Alejandro Celaya 2020-03-28 17:19:33 +01:00
  • ea5ec63a22 Ensured all branches build the docker image Alejandro Celaya 2020-03-22 09:34:24 +01:00
  • f46e737e77 Merge pull request #233 from acelaya-forks/feature/fix-docker-build-condition Alejandro Celaya 2020-03-21 13:39:31 +01:00
  • 6e63bdaafa Fixed docker build condition so that it's run for any branch or tag as long as it is not a PR Alejandro Celaya 2020-03-21 08:43:35 +01:00
  • 79ccef9f7e Avoid latest docker to be build when building a tag Alejandro Celaya 2020-03-21 06:59:37 +01:00
  • a9653b3674 Merge pull request #232 from acelaya-forks/feature/improve-docker-build Alejandro Celaya 2020-03-20 09:23:35 +01:00
  • b5a188e802 Improved building process so that already generated dist files are reused when building docker image is possible Alejandro Celaya 2020-03-20 09:12:43 +01:00
  • 38fc402b16 Improved docker build script to avoid duplicating code Alejandro Celaya 2020-03-20 07:12:07 +01:00
  • 584d1ec1ce Fixed conditional in docker build script Alejandro Celaya 2020-03-19 20:39:34 +01:00
  • 2ca7faa457 Merge pull request #230 from acelaya-forks/feature/travis-docker-build Alejandro Celaya 2020-03-19 20:32:00 +01:00
  • 03806abda0 Changed build steps so that mutation testing a docker build are only run on pull request builds Alejandro Celaya 2020-03-19 20:26:35 +01:00
  • 18d125430d Added docker image building as a deployment step for travis Alejandro Celaya 2020-03-19 20:04:21 +01:00
  • f57f6b7745 Merge pull request #228 from acelaya-forks/feature/memoize-server-version Alejandro Celaya 2020-03-16 19:01:33 +01:00
  • 75ff2b8f40 Added app gif to readme Alejandro Celaya 2020-03-16 18:53:06 +01:00
  • 2ec04c0121 Fixed test by using different serverId every time, preventing memoization Alejandro Celaya 2020-03-16 18:51:04 +01:00
  • 5145a41dac Memoized the loading of the server version, assuming it will not change at runtime Alejandro Celaya 2020-03-16 13:34:24 +01:00
  • 25c67f1c3e Merge pull request #227 from acelaya-forks/feature/edit-servers Alejandro Celaya 2020-03-15 14:32:30 +01:00
  • 77b9181150 Replaced hardcoded color by sass var Alejandro Celaya 2020-03-15 14:23:57 +01:00
  • e4f7ded8e2 Updated changelog Alejandro Celaya 2020-03-15 14:04:33 +01:00
  • 35a62f1fb1 Added link to edit existing servers Alejandro Celaya 2020-03-15 14:03:41 +01:00
  • 24f2deda46 Moved common code to handle currently selected server to HOC Alejandro Celaya 2020-03-15 13:43:12 +01:00
  • 5d8af1a0e5 Simplified EditServer component by wrapping ServerForm Alejandro Celaya 2020-03-15 12:02:19 +01:00
  • 6d44ac1e0c Created common component that can be used both for create and edit servers Alejandro Celaya 2020-03-15 11:59:07 +01:00
  • fb0ebddf28 Created component to edit existing servers Alejandro Celaya 2020-03-15 11:29:20 +01:00
  • 0aebaa4da1 Extracted logic to render horizontal form groups to their own components Alejandro Celaya 2020-03-15 10:49:59 +01:00
  • f6baedc655 Converted CreateServer into functional component Alejandro Celaya 2020-03-15 10:33:23 +01:00
  • 7db222664d Fixed tests Alejandro Celaya 2020-03-15 09:56:16 +01:00
  • 8223f0fd64 Undone weird changes in package lock file Alejandro Celaya 2020-03-15 09:43:42 +01:00
  • f44ec42f51 Added links to delete and edit the server when a server could not be reached Alejandro Celaya 2020-03-15 09:17:33 +01:00
  • dab75ab6a9 Updated badges Alejandro Celaya 2020-03-10 21:53:21 +01:00
  • 01672b88e1 Merge pull request #222 from acelaya-forks/feature/server-not-found Alejandro Celaya 2020-03-08 13:17:56 +01:00
  • 78dc297022 Updated changelog Alejandro Celaya 2020-03-08 13:05:15 +01:00
  • c8cf75fa28 Created ServerError test Alejandro Celaya 2020-03-08 13:04:21 +01:00
  • b011b4e1d8 Fixed tests Alejandro Celaya 2020-03-08 12:57:01 +01:00
  • 9804a2d18d Added list of servers connected to store in ServerError component Alejandro Celaya 2020-03-08 12:49:52 +01:00
  • d1a5ee43e9 Created components to display errors when loading a server Alejandro Celaya 2020-03-08 12:37:55 +01:00
  • febecab33c Migrated Home component to a functional component Alejandro Celaya 2020-03-08 11:35:06 +01:00
  • 99042c0979 Extracted servers list group from home component to a reusable component Alejandro Celaya 2020-03-08 11:16:57 +01:00
  • 6395e4e00b Improved NotFount component so that link text is passed as children Alejandro Celaya 2020-03-08 10:28:04 +01:00
  • 4a69907ca3 Fixed generation of component keys to make them render properly Alejandro Celaya 2020-03-08 10:16:45 +01:00
  • c8d682cc98 Handled loading server in just one place, and added error handling for loading servers Alejandro Celaya 2020-03-08 10:00:25 +01:00
  • f4cc8d3a0c Fixed default value for vertically aligned items Alejandro Celaya 2020-03-07 12:07:51 +01:00
  • 6ac89334fd Merge pull request #220 from acelaya-forks/feature/improvements Alejandro Celaya 2020-03-06 21:56:20 +01:00
  • f55d3a66aa Converted ShortUrlsRow component into a functional component Alejandro Celaya 2020-03-06 21:44:03 +01:00
  • 972eafab34 Updated changelog Alejandro Celaya 2020-03-06 21:26:19 +01:00
  • fba156b271 Moved copy-to-clipboard control next to short URL Alejandro Celaya 2020-03-06 21:22:07 +01:00
  • 96d538db15 Replaced Unknown by Direct for traffic comming from undetermined referrers Alejandro Celaya 2020-03-06 20:42:22 +01:00
  • b89bfa3c1c Merge pull request #215 from acelaya-forks/feature/versions Alejandro Celaya 2020-03-05 14:20:31 +01:00
  • 73e3f42614 Added ShlinkVersions test Alejandro Celaya 2020-03-05 13:55:39 +01:00
  • e761f5e1bd Updated changelog Alejandro Celaya 2020-03-05 13:45:24 +01:00
  • 4a6dd66ecd Added scripts to pass version when building docker image Alejandro Celaya 2020-03-05 13:37:07 +01:00
  • 8e1c6908c6 Updated build script so that it replaces version placeholder when a version is provided Alejandro Celaya 2020-03-05 13:27:57 +01:00
  • f59e569e22 Extracted logic to determine app version from function to generate dist file Alejandro Celaya 2020-03-05 13:04:12 +01:00
  • be50b24504 Added mechanism to provide a version to shlink-web-client Alejandro Celaya 2020-03-05 12:53:32 +01:00
  • c181831a37 Fixed tests Alejandro Celaya 2020-03-05 11:58:35 +01:00
  • dbee62ac8c Moved shlink versions component to main container Alejandro Celaya 2020-03-05 11:46:38 +01:00
  • 1e949b3a22 Added shlink versions to side menu Alejandro Celaya 2020-03-05 11:11:26 +01:00
  • b02dcf6c53 Refactored delete server components Alejandro Celaya 2020-03-05 10:18:33 +01:00
  • ab7718e335 Removed duplicated code from AsideMenu by creating an AsideMenuItem helper component Alejandro Celaya 2020-03-05 10:03:38 +01:00
  • 451c77d47f Merge pull request #214 from acelaya-forks/feature/consistent-server-loading Alejandro Celaya 2020-03-05 09:32:59 +01:00
  • fa0d3d4047 Removed no longer needed async/await when building api client Alejandro Celaya 2020-03-05 09:23:53 +01:00
  • 397a183f65 Converted MenuLayout into a functional component with hooks Alejandro Celaya 2020-03-05 09:08:50 +01:00
  • bc8905ee7f Ensured server is properly loaded before trying to render any children component Alejandro Celaya 2020-03-05 08:59:07 +01:00
  • 853032ac7f Displayed preloader when a server is being loaded Alejandro Celaya 2020-03-05 08:41:55 +01:00
  • 3b0e282a52 Merge pull request #211 from acelaya-forks/feature/jest-each Alejandro Celaya 2020-02-17 18:32:52 +01:00
  • bb28cb3862 Updated changelog Alejandro Celaya 2020-02-17 18:25:21 +01:00
  • d0f458bece Uninstalled jest-each and replaced by jest's native each Alejandro Celaya 2020-02-17 18:21:52 +01:00
  • da54a72b3e Merge pull request #206 from acelaya-forks/feature/match-domain v2.3.1 Alejandro Celaya 2020-02-08 11:04:58 +01:00
  • 86c155d8d1 Updated changelog Alejandro Celaya 2020-02-08 10:47:44 +01:00
  • 666d2d3065 Ensured domain is dispatched when modifying a short URL somehow Alejandro Celaya 2020-02-08 10:46:11 +01:00
  • 01e69fb6ca Merge pull request #204 from acelaya-forks/feature/multi-domain-fixes Alejandro Celaya 2020-02-08 10:24:49 +01:00
  • 30e5253acd Simplified instructions removing redundant vars Alejandro Celaya 2020-02-08 10:07:34 +01:00
  • c67ce3918b Removed redundant function call Alejandro Celaya 2020-02-08 10:02:33 +01:00
  • 58077f2d86 Updated changelog Alejandro Celaya 2020-02-08 09:59:13 +01:00