Commit graph

  • b7ca32ff8f Moved visits-related elements to visits folder Alejandro Celaya 2018-09-01 10:33:16 +0200
  • b454810357 Moved tag helper components from utils to tags/helpers folder Alejandro Celaya 2018-09-01 10:30:01 +0200
  • fd57d70a0b Fixed tags input autofocus Alejandro Celaya 2018-08-31 21:19:58 +0200
  • b0bce7498a Added first autocomplete implementation on tags selector Alejandro Celaya 2018-08-31 18:00:33 +0200
  • 1519f89318 Created different functions which load tags always or only once Alejandro Celaya 2018-08-28 22:47:46 +0200
  • 0b089e24de Moved propTypes and defaultProps as static properties in class components Alejandro Celaya 2018-08-27 16:53:09 +0200
  • 47e6e1ca1f
    Merge pull request #44 from acelaya/feature/1.0.1 v1.0.1 Alejandro Celaya 2018-09-02 10:51:44 +0200
  • 0888f058f7 Added v1.0.1 to changelog Alejandro Celaya 2018-09-02 10:47:23 +0200
  • 2b44d1b009 Fixed first item on aside menu only selected when in first page Alejandro Celaya 2018-09-02 10:44:52 +0200
  • 850630092a Fixed selected tags lost when chaning page Alejandro Celaya 2018-09-02 10:39:26 +0200
  • 34c5a0ef8f Removed duplicated code by creating a helper function Alejandro Celaya 2018-08-27 16:45:22 +0200
  • 8534c4b7bd Fixed eslint version not wornking on older node versions Alejandro Celaya 2018-08-26 23:28:21 +0200
  • cddca4abcf
    Merge pull request #25 from acelaya/feature/1.0.0 v1.0.0 Alejandro Celaya 2018-08-26 20:26:02 +0200
  • e5986ac6cf Fixed coding styles Alejandro Celaya 2018-08-26 20:17:40 +0200
  • def5afc5ee Added version 1 to changelog Alejandro Celaya 2018-08-26 20:07:55 +0200
  • 3d39fa724c Created App test Alejandro Celaya 2018-08-26 19:48:21 +0200
  • 933de6e2c5 Fixed event handlers not properly called Alejandro Celaya 2018-08-26 19:30:56 +0200
  • 2fdc7a0ff0 Fixed shape types not properly defined as shapes but as plane objects Alejandro Celaya 2018-08-26 19:19:45 +0200
  • 3569202a62 Fixed typo Alejandro Celaya 2018-08-26 10:52:45 +0200
  • c0e116b17b Disabled specific eslint rules in small blocks Alejandro Celaya 2018-08-26 10:49:23 +0200
  • 6568487bca Specified node version in scrutinizer config Alejandro Celaya 2018-08-26 10:40:03 +0200
  • d6882ff8c5 Moved eslint config from package.json to .eslintrc Alejandro Celaya 2018-08-26 10:30:20 +0200
  • fff18202fd Applied coding styles to config files Alejandro Celaya 2018-08-26 00:00:53 +0200
  • 4e67798746 Applied coding styles to scripts Alejandro Celaya 2018-08-25 23:53:51 +0200
  • 9b668f3365 Simplified Paginator component Alejandro Celaya 2018-08-25 23:45:03 +0200
  • 6c8e13ebde Added react version to eslint settings Alejandro Celaya 2018-08-25 23:41:05 +0200
  • 6a016d8e6f Updated styles in javascript to fulfill adidas rules Alejandro Celaya 2018-08-25 23:39:27 +0200
  • ed0aa68452 Fixed linting issues in stylesheets Alejandro Celaya 2018-08-25 15:59:51 +0200
  • 43f4b938ae Added stylelint config Alejandro Celaya 2018-08-25 10:22:25 +0200
  • 6d0753481d Refactored visits parser to be functional Alejandro Celaya 2018-08-24 23:55:53 +0200
  • 4924f24e1a Refactored VisitsParser taking advantage of reduce function Alejandro Celaya 2018-08-24 23:51:33 +0200
  • 26a3fdfd3d Created VisitsParser test Alejandro Celaya 2018-08-24 23:38:37 +0200
  • a83be0b45c Created CreateServer test Alejandro Celaya 2018-08-24 23:19:49 +0200
  • badc8a7324 Created DeleteServerModal test Alejandro Celaya 2018-08-24 12:36:14 +0200
  • 7cd9caee77 Created DeleteServerButton test Alejandro Celaya 2018-08-24 12:23:35 +0200
  • ffc596b494 Enabled linting on CI Alejandro Celaya 2018-08-24 12:02:28 +0200
  • 76ae27707b Created ServersService test Alejandro Celaya 2018-08-24 10:58:37 +0200
  • 53a4240219 Created ServersImporter test Alejandro Celaya 2018-08-24 10:34:32 +0200
  • 12ac877e2d Created ServersExporter test Alejandro Celaya 2018-08-24 10:13:55 +0200
  • 53650938f7 Improved server reducer test Alejandro Celaya 2018-08-23 16:35:27 +0200
  • ff28169c74 Created ImportServersBtn test Alejandro Celaya 2018-08-23 16:26:42 +0200
  • da1616542d Minor refactoring on ImportServersBtn Alejandro Celaya 2018-08-23 15:33:05 +0200
  • 3df5fd12d3 Added serve as dev dependency Alejandro Celaya 2018-08-23 09:49:13 +0200
  • 5fcb5735d6 Manually defined coverage reporters on commands, to nto break integration with webstorm Alejandro Celaya 2018-08-23 09:34:26 +0200
  • a5865e6cec Improved ShlinkApiClient test Alejandro Celaya 2018-08-22 22:38:05 +0200
  • c092f290ec Added integration with scrutinizer Alejandro Celaya 2018-08-22 10:44:24 +0200
  • 9b063a4616 Implemented importing servers from CSV file Alejandro Celaya 2018-08-21 20:33:12 +0200
  • ac52f55c5e Added button to import servers from CSV file Alejandro Celaya 2018-08-20 17:31:45 +0200
  • 617a3b767b Replace json-csv parsing library Alejandro Celaya 2018-08-20 17:08:15 +0200
  • b72a5d0a66 Improved ServerDropdown.text.js Alejandro Celaya 2018-08-20 16:53:48 +0200
  • e0c1e13d1e Fixed tests Alejandro Celaya 2018-08-20 16:44:46 +0200
  • 2b373cc4af Added feature to export servers list Alejandro Celaya 2018-08-20 16:40:33 +0200
  • d84bf01937 Replaced anchor by span to prevent accessibility error Alejandro Celaya 2018-08-20 10:04:17 +0200
  • 84d012d7af Fixed accessibility issue Alejandro Celaya 2018-08-19 20:56:55 +0200
  • 96adb227d9 Added search bar to tags list Alejandro Celaya 2018-08-19 20:52:33 +0200
  • 843c121285 Extracted SearchField from SearchBar component to its own component Alejandro Celaya 2018-08-19 20:29:23 +0200
  • 03870c0c6f Ensured tags list keeps sorted after editing a tag Alejandro Celaya 2018-08-19 20:11:43 +0200
  • 5d2de11615 Allowed tags color to be changed Alejandro Celaya 2018-08-19 20:08:02 +0200
  • 71ead150a2 Added color picker to edit tag modal Alejandro Celaya 2018-08-18 23:24:03 +0200
  • d541543ab3 Implemented edition of tags Alejandro Celaya 2018-08-18 22:59:53 +0200
  • 878e336ba1 Simplified ColorGenerator and exposed method to set colors for a key Alejandro Celaya 2018-08-18 17:51:44 +0200
  • 2650027c40 Updated tags list, allowing to click on a tag to show the list filtered by that tag Alejandro Celaya 2018-08-18 17:34:49 +0200
  • 680d80d753 Prevented short URLs list to be reloaded when tags are edited Alejandro Celaya 2018-08-18 17:14:33 +0200
  • b5de9bf523 Fixed wrong reducer being called Alejandro Celaya 2018-08-18 16:47:19 +0200
  • 1dee478234 Implemented delete tag behavior Alejandro Celaya 2018-08-18 16:39:47 +0200
  • f480e34f67 Created TagCard and DeleteTagConfirmModal components Alejandro Celaya 2018-08-18 14:38:36 +0200
  • f1ee467af4 Finished design on tags list page Alejandro Celaya 2018-08-18 11:15:00 +0200
  • 63ddef2d81 Removed titles from side menu Alejandro Celaya 2018-08-18 10:47:45 +0200
  • ec7b47fb32 Allowed MuttedMessage to define a margin 0 Alejandro Celaya 2018-08-16 19:22:54 +0200
  • f7f0d8c7c1 Improved tags list section Alejandro Celaya 2018-08-16 19:19:57 +0200
  • 49290b56ee Created tags list page Alejandro Celaya 2018-08-16 18:59:00 +0200
  • 03113583f0 Updated behavior on tags modal so that the component handles all actions Alejandro Celaya 2018-08-15 19:10:35 +0200
  • a1eadf767e Updated short URL tags adding real behavior Alejandro Celaya 2018-08-15 18:44:54 +0200
  • 854851fefc Created common component to handle tags and modal to edit tags Alejandro Celaya 2018-08-15 11:14:44 +0200
  • 707c097ed9 Fixed title size in mobile devices Alejandro Celaya 2018-08-15 10:16:53 +0200
  • cb3186395d Added burguer icon to show sidebar on mobile devices Alejandro Celaya 2018-08-15 08:51:20 +0200
  • a00f59bab3 Added 'active' on Add server link Alejandro Celaya 2018-08-14 20:51:38 +0200
  • 72f96a6d1d Ensured sidebar does not overlap header in mobile resolutions Alejandro Celaya 2018-08-14 20:46:01 +0200
  • cb9dc9d65e Added swipable menu Alejandro Celaya 2018-08-14 20:28:46 +0200
  • 42d718960f
    Merge pull request #18 from acelaya/feature/0.2.0 v0.2.0 Alejandro Celaya 2018-08-12 19:23:18 +0200
  • 7f317390e3 Added v0.2.0 to changelog Alejandro Celaya 2018-08-12 19:18:34 +0200
  • adec759579 Added workaround to add tags on blur on tags input which allows tags to be added on Android Alejandro Celaya 2018-08-12 19:07:42 +0200
  • f8eb5fb022 Creates shortUrlsListParams reducer test Alejandro Celaya 2018-08-12 18:49:57 +0200
  • d6e6c8c6c2 Fixed wrong value passed to DateInput Alejandro Celaya 2018-08-12 10:18:26 +0200
  • e0ab67899d Created server reducer test Alejandro Celaya 2018-08-12 10:17:13 +0200
  • 6969233b6f Added reducer test to selectedServerReducer test Alejandro Celaya 2018-08-12 09:34:14 +0200
  • ec4c14e8de Created selectedServer reducer test Alejandro Celaya 2018-08-12 09:22:18 +0200
  • f23245a39c Created DateInput component test Alejandro Celaya 2018-08-12 09:01:11 +0200
  • faa828c58a Created AsideMenu component test Alejandro Celaya 2018-08-12 08:49:08 +0200
  • 34155aae58 Refactored some components Alejandro Celaya 2018-08-12 08:45:48 +0200
  • 86eb963176 Simplified AsideMenu component removing unneeded checks Alejandro Celaya 2018-08-12 08:26:36 +0200
  • 073703ef5b Created Home component tests Alejandro Celaya 2018-08-12 08:20:35 +0200
  • 49f0109d20 Renamed home-container CSS class to just home Alejandro Celaya 2018-08-12 08:01:35 +0200
  • f9773dbebe Added servers list to home page Alejandro Celaya 2018-08-11 22:06:36 +0200
  • c920403d5f Deleted no longer needed styles sheet Alejandro Celaya 2018-08-11 21:41:01 +0200
  • e1008fcff1 Replaced tags input component by a simpler one Alejandro Celaya 2018-08-11 21:39:27 +0200
  • 7efc09d73c Improved badge color Alejandro Celaya 2018-08-11 18:27:51 +0200
  • b3be7df890 Improved tags filtering control Alejandro Celaya 2018-08-10 22:27:50 +0200
  • c80fea2877 Added ordering control to short URLs list in mobile resolutions Alejandro Celaya 2018-08-10 22:16:50 +0200
  • e4d5424c07 Fixed short URLs ordering in desktop resolutions Alejandro Celaya 2018-08-10 21:38:24 +0200