Commit Graph

  • 81da404eec Changed map and map state send order on sync Mitchell McCaffrey 2020-04-23 21:20:06 +10:00
  • 6f2e883e74 Moved default maps to being stored in the database to stop overriding Mitchell McCaffrey 2020-04-23 21:19:52 +10:00
  • 10c259a6b3 Added state to default maps and added clear state option to map tile Mitchell McCaffrey 2020-04-23 20:32:33 +10:00
  • 6f0df1c674 Made the add map icon larger and changed to select map Mitchell McCaffrey 2020-04-23 18:01:40 +10:00
  • 25b215d4e4 Added map state to the database Mitchell McCaffrey 2020-04-23 17:23:34 +10:00
  • 071cd3ea7f Added an indexedb database to store uploaded maps into Mitchell McCaffrey 2020-04-23 15:02:03 +10:00
  • 8681864ddc Added sending of default maps Mitchell McCaffrey 2020-04-23 13:31:54 +10:00
  • 22c5b5cf75 Added multiple map layout and basic data flow Mitchell McCaffrey 2020-04-23 11:54:29 +10:00
  • f2a92f2ccd Refactored component folder structure to be a little clearer Mitchell McCaffrey 2020-04-23 10:09:12 +10:00
  • 65c3620732 Bump version Mitchell McCaffrey 2020-04-21 20:10:00 +10:00
  • 8a9c50f44c Fix circle gesture on non square images Mitchell McCaffrey 2020-04-21 20:06:52 +10:00
  • 0e8e4a45d5 Added check for null gesture Mitchell McCaffrey 2020-04-21 20:03:56 +10:00
  • 96efcfd5de Fix bug with concurrent token updates Mitchell McCaffrey 2020-04-21 18:01:45 +10:00
  • 3c204377d6 Added a new method for calculating the gesture triangle shape Mitchell McCaffrey 2020-04-21 17:05:38 +10:00
  • 8f1bcf3806 Added more training data for gesture recognizer Mitchell McCaffrey 2020-04-21 13:31:55 +10:00
  • ce1a252b2e Moved to a more compact representation of other gesture shapes in the shape data Mitchell McCaffrey 2020-04-21 10:04:26 +10:00
  • a5011b58ac Added aria-labels to color pickers Mitchell McCaffrey 2020-04-20 23:54:07 +10:00
  • d2474ae198 Added brush blending and brush gesture options Mitchell McCaffrey 2020-04-20 23:52:21 +10:00
  • 36c3e76403 Moved map controls again Mitchell McCaffrey 2020-04-20 17:30:59 +10:00
  • 06d232f058 Move map menu from right side a little Mitchell McCaffrey 2020-04-20 17:28:30 +10:00
  • 0a1aed30b3 Fixed a possible bug with callbacks and map menus Mitchell McCaffrey 2020-04-20 17:25:40 +10:00
  • 35523fd8ce Fix grid off and on icons not being selectable Mitchell McCaffrey 2020-04-20 16:45:33 +10:00
  • 0b7c8d6c56 Added map grid size detection from file name Mitchell McCaffrey 2020-04-20 16:34:38 +10:00
  • eeaa250ca2 Added background color to menu to make it easier to see on a light background Mitchell McCaffrey 2020-04-20 15:47:52 +10:00
  • 06f5d3ab42 Added auto switch away from a disabled tool Mitchell McCaffrey 2020-04-20 15:31:54 +10:00
  • 77df9b6f35 Added icon to erase all submenu Mitchell McCaffrey 2020-04-20 15:26:36 +10:00
  • 5fa143293c Fix grid off icon name Mitchell McCaffrey 2020-04-20 15:20:09 +10:00
  • d4f8433bb1 Added brush grid snapping Mitchell McCaffrey 2020-04-20 15:17:56 +10:00
  • 6fb2e9f113 Changed map data grid size labelling and fixed ui labels Mitchell McCaffrey 2020-04-20 14:49:38 +10:00
  • 91537a9477 Fixed interactjs events from being defined multiple times Mitchell McCaffrey 2020-04-20 13:41:11 +10:00
  • 91c95b4fad Added prevention from drawing single point shapes Mitchell McCaffrey 2020-04-20 13:03:54 +10:00
  • f5d1cdf60f Added map control submenus for brush color and erase all Mitchell McCaffrey 2020-04-20 11:56:56 +10:00
  • 27d3903e66 Refactored token menu overlay into two components Mitchell McCaffrey 2020-04-20 10:56:51 +10:00
  • ef369f4866 Added more color options to map colors Mitchell McCaffrey 2020-04-20 10:40:53 +10:00
  • 3922d1f474 Moved status color helper to general color helper Mitchell McCaffrey 2020-04-20 10:28:40 +10:00
  • aa36ad9463 Moved to tap event for token menu popup Mitchell McCaffrey 2020-04-19 18:46:10 +10:00
  • bc5728ffa1 Moved map tokens above drawing and fixed token interaction bug Mitchell McCaffrey 2020-04-19 17:57:49 +10:00
  • e366d88f7e Added cursor for different tools, allowed panning to work on touch while drawing Mitchell McCaffrey 2020-04-19 17:39:56 +10:00
  • 04e4bf3f29 Added touch support for map drawing Mitchell McCaffrey 2020-04-19 17:39:26 +10:00
  • 16cca15872 Fix equal oparator Mitchell McCaffrey 2020-04-19 17:38:03 +10:00
  • ad236d6e6a Added network sync to drawing Mitchell McCaffrey 2020-04-19 15:15:48 +10:00
  • 9f97cf3bb4 Moved to setting map transform directly instead of using state to avoid re-renders Mitchell McCaffrey 2020-04-19 13:34:07 +10:00
  • 24de41fee7 Added undo and redo and map control validation Mitchell McCaffrey 2020-04-19 13:33:31 +10:00
  • 1f20959940 Moved to loading stripe dynamically to prevent it tracking without opening the donation modal Mitchell McCaffrey 2020-04-19 10:35:36 +10:00
  • 4555c9bf71 Added basic drawing control Mitchell McCaffrey 2020-04-19 00:24:06 +10:00
  • c12abf5706 Added map controls component and moved to seperate files for icons Mitchell McCaffrey 2020-04-18 23:31:40 +10:00
  • ecaf82fd53 Added point simplification with simplify-js Mitchell McCaffrey 2020-04-18 19:09:48 +10:00
  • f472f03616 Removed twojs as I wasnt really using it anyway Mitchell McCaffrey 2020-04-18 18:54:13 +10:00
  • e2daf1a595 Added twojs and basic map drawing Mitchell McCaffrey 2020-04-18 18:11:21 +10:00
  • 393656eb89 Bump version Mitchell McCaffrey 2020-04-15 22:08:56 +10:00
  • 03d0c4a0fe Add autofocus to start modal Mitchell McCaffrey 2020-04-15 22:08:24 +10:00
  • b76a70ca81 Fix bug with dropping empty map Mitchell McCaffrey 2020-04-15 21:57:18 +10:00
  • 279d83122f Added drag and drop support to map upload Mitchell McCaffrey 2020-04-15 21:15:16 +10:00
  • 64f284ebb7 Added nickname to local storage Mitchell McCaffrey 2020-04-15 20:18:59 +10:00
  • 16ba3c3a63 Removed unused import Mitchell McCaffrey 2020-04-15 12:52:26 +10:00
  • 0c2296990f Bump version Mitchell McCaffrey 2020-04-15 12:51:48 +10:00
  • 0015144d1a Added stripe integration and donation modal Mitchell McCaffrey 2020-04-15 12:51:03 +10:00
  • d662f5e107 Fix error if a modal is shown on page load Mitchell McCaffrey 2020-04-15 12:50:21 +10:00
  • 0a6198a8cc Updated theme for secondary button Mitchell McCaffrey 2020-04-15 12:49:56 +10:00
  • a3b32adbdd Added padding to banner to stop X from overlapping text Mitchell McCaffrey 2020-04-15 12:48:46 +10:00
  • 1efe3aa4aa Changed manifest background color Mitchell McCaffrey 2020-04-14 22:46:09 +10:00
  • 10fd4abc3b Updated html theme color Mitchell McCaffrey 2020-04-14 22:44:11 +10:00
  • a16053072c Updated theme color Mitchell McCaffrey 2020-04-14 22:40:15 +10:00
  • da07367b1e Adjusted margins in about and faq Mitchell McCaffrey 2020-04-14 22:38:43 +10:00
  • de5eb6bed6 Bump version Mitchell McCaffrey 2020-04-14 22:21:22 +10:00
  • 17122b1a42 Added new logo design Mitchell McCaffrey 2020-04-14 22:20:53 +10:00
  • 225f62fa89 Bump version Mitchell McCaffrey 2020-04-14 17:38:30 +10:00
  • 29a0851c08 Added a loading spinner Mitchell McCaffrey 2020-04-14 17:36:25 +10:00
  • cf814c77f1 Edit About page nicola 2020-04-14 17:31:41 +10:00
  • ff2127cc77 Removed join text face and added to about Mitchell McCaffrey 2020-04-14 16:55:03 +10:00
  • 506a84b67e Fix version Mitchell McCaffrey 2020-04-14 16:13:49 +10:00
  • 034b83cfe0 Bump version Mitchell McCaffrey 2020-04-14 16:08:37 +10:00
  • 2ceec9cfec Added authentication handling Mitchell McCaffrey 2020-04-14 16:05:44 +10:00
  • 5dc6a4ed32 Added disabled states to buttons and inputs Mitchell McCaffrey 2020-04-14 16:03:19 +10:00
  • d40d5419dd Bump version Mitchell McCaffrey 2020-04-14 11:50:39 +10:00
  • 021d794d67 Removed too verbose error messages in UI Mitchell McCaffrey 2020-04-14 11:49:45 +10:00
  • 7d046c0a1a Bump version Mitchell McCaffrey 2020-04-14 09:53:26 +10:00
  • 7b7435f55a Add a check for map bounds in token menu Mitchell McCaffrey 2020-04-14 09:41:10 +10:00
  • 6c12ab39f7 Bump version Mitchell McCaffrey 2020-04-13 23:46:10 +10:00
  • 441e589ec3 Added token status rings Mitchell McCaffrey 2020-04-13 23:42:18 +10:00
  • 8ba3881529 Updated nickname modal to focus input by default Mitchell McCaffrey 2020-04-13 18:36:33 +10:00
  • 5c0272fc2d Moved join screen to a modal Mitchell McCaffrey 2020-04-13 18:29:46 +10:00
  • bcf9f94c24 Refactored buttons and modals to be separate Mitchell McCaffrey 2020-04-13 18:15:00 +10:00
  • a1c0ce8b9d Bump version Mitchell McCaffrey 2020-04-13 11:31:28 +10:00
  • a1e85e490b Added token label to proxy token Mitchell McCaffrey 2020-04-13 11:22:10 +10:00
  • 2595c3be4b Fix token label and map token stretch properly Mitchell McCaffrey 2020-04-13 11:21:47 +10:00
  • a6da90782b Removed log Mitchell McCaffrey 2020-04-13 11:21:23 +10:00
  • df0054eaf6 Fix map zoom on safari and remove unneeded scroll behaviour setting Mitchell McCaffrey 2020-04-13 10:33:49 +10:00
  • 974e1d5792 Fix token label position with large tokens Mitchell McCaffrey 2020-04-13 10:32:42 +10:00
  • 5575e985dc Fix effect dependency Mitchell McCaffrey 2020-04-13 10:32:26 +10:00
  • cb93922d59 Added initial token label Mitchell McCaffrey 2020-04-13 00:24:03 +10:00
  • da0f80316c Refactored useSession to properly handle peer events Mitchell McCaffrey 2020-04-11 20:42:13 +10:00
  • aed9c06dc6 Added back in (you) text to your nickname Mitchell McCaffrey 2020-04-11 17:03:45 +10:00
  • f22f0fa5ca Bump Version Mitchell McCaffrey 2020-04-10 11:25:57 +10:00
  • e7e4100693 Updated FAQ to be more clear about fixes for connection issues Mitchell McCaffrey 2020-04-10 11:22:18 +10:00
  • d8ddcd2cd5 Added ios safe area to banners Mitchell McCaffrey 2020-04-10 11:09:44 +10:00
  • 10e7493e5c Changed font sizes for more readibility Mitchell McCaffrey 2020-04-10 10:56:09 +10:00
  • a0e6235f72 Added on screen error banner and FAQ section for connection issues Mitchell McCaffrey 2020-04-10 10:55:44 +10:00
  • f3426e33ef Refactored stream from nickname component Mitchell McCaffrey 2020-04-10 09:36:56 +10:00
  • 755d39514c Bump version Mitchell McCaffrey 2020-04-09 23:46:05 +10:00