Mitchell McCaffrey
|
581ddf12aa
|
Added smoothing to path drawing
|
2020-04-28 10:33:09 +10:00 |
|
Mitchell McCaffrey
|
c3ed55e5e8
|
Fixed erase for stroked paths
|
2020-04-28 10:14:45 +10:00 |
|
Mitchell McCaffrey
|
81f84d8a19
|
Added shape drawing and more vector helper functions
|
2020-04-27 21:39:21 +10:00 |
|
Mitchell McCaffrey
|
e08dc60f5f
|
Cleaned map interaction props and changed drawing interaction handle
|
2020-04-27 17:40:36 +10:00 |
|
Mitchell McCaffrey
|
2cf93ab77f
|
Added UI elements for the new drawing system
Removed old gesture system
Refactored map interaction into separate component
|
2020-04-27 17:29:46 +10:00 |
|
Mitchell McCaffrey
|
3112890fd3
|
Fixed settings update delay
|
2020-04-26 20:48:01 +10:00 |
|
Mitchell McCaffrey
|
079f3704d4
|
Fix performance issues with settings map name change
|
2020-04-26 19:45:36 +10:00 |
|
Mitchell McCaffrey
|
f371a62a04
|
Fix memory async error with map tile double click and default map selection bug
|
2020-04-26 19:22:30 +10:00 |
|
Mitchell McCaffrey
|
29f13262ff
|
Adjusted spacing on map settings
|
2020-04-26 19:21:44 +10:00 |
|
Mitchell McCaffrey
|
adfd5b07a3
|
Removed unused import
|
2020-04-26 19:21:25 +10:00 |
|
Mitchell McCaffrey
|
4f5f4706c6
|
Added light theme
|
2020-04-26 19:04:18 +10:00 |
|
Mitchell McCaffrey
|
506f0287ab
|
Fix map controls divider
|
2020-04-26 19:03:57 +10:00 |
|
Mitchell McCaffrey
|
b691842a21
|
Fixed key issue with fragment
|
2020-04-26 18:33:28 +10:00 |
|
Mitchell McCaffrey
|
1efd918af4
|
Added settings modal and reset data
|
2020-04-26 18:24:05 +10:00 |
|
Mitchell McCaffrey
|
7baf808079
|
Moved nickname into auth and user data into db
|
2020-04-26 17:59:46 +10:00 |
|
Mitchell McCaffrey
|
297669173a
|
Added a show more toggle to map settings
|
2020-04-26 17:25:04 +10:00 |
|
Mitchell McCaffrey
|
a07b95ec2d
|
reload maps every time the select map modal is opened
|
2020-04-26 17:12:15 +10:00 |
|
Mitchell McCaffrey
|
fbdb68596e
|
Added permissions functionality
|
2020-04-26 14:34:27 +10:00 |
|
Mitchell McCaffrey
|
4c65aac189
|
Added map name and map state edit flags to map settings
|
2020-04-26 13:47:54 +10:00 |
|
Mitchell McCaffrey
|
010d637e0e
|
Refactored map settings
|
2020-04-26 12:57:36 +10:00 |
|
Mitchell McCaffrey
|
30e4a4c73f
|
Added name display to tile
|
2020-04-26 12:39:56 +10:00 |
|
Mitchell McCaffrey
|
6e8cb833aa
|
Moved map tiles to simple scroll
|
2020-04-25 00:42:23 +10:00 |
|
Mitchell McCaffrey
|
4eec22d922
|
Merge branch 'master' into feature/multi-map
|
2020-04-25 00:11:13 +10:00 |
|
Mitchell McCaffrey
|
e705ab2706
|
Fix nested a tag
|
2020-04-25 00:10:53 +10:00 |
|
Mitchell McCaffrey
|
485595f7c8
|
Merge branch 'master' into feature/multi-map
|
2020-04-25 00:08:54 +10:00 |
|
Mitchell McCaffrey
|
ad7c1fc8c7
|
Moved to browser routing
|
2020-04-25 00:02:06 +10:00 |
|
Mitchell McCaffrey
|
ece974c5d9
|
Split tokens into data and state to avoid data duplication
|
2020-04-24 18:39:11 +10:00 |
|
Mitchell McCaffrey
|
a4e1a898ad
|
Send a map clear before replace to ensure new state isn't show on old image
|
2020-04-24 16:18:48 +10:00 |
|
Mitchell McCaffrey
|
ed8f3bd283
|
Moved maps and tokens to a data source model
This will allow for easier custom token support as well as changing default tokens
|
2020-04-24 15:50:05 +10:00 |
|
Mitchell McCaffrey
|
98798235c9
|
Added quick map select with double click
|
2020-04-23 22:12:50 +10:00 |
|
Mitchell McCaffrey
|
5539fcf16a
|
Fix selectMapButton name and a bug with deleting a map that isn't the current one
|
2020-04-23 21:54:58 +10:00 |
|
Mitchell McCaffrey
|
10c259a6b3
|
Added state to default maps and added clear state option to map tile
|
2020-04-23 20:32:33 +10:00 |
|
Mitchell McCaffrey
|
6f0df1c674
|
Made the add map icon larger and changed to select map
|
2020-04-23 18:01:40 +10:00 |
|
Mitchell McCaffrey
|
25b215d4e4
|
Added map state to the database
|
2020-04-23 17:23:34 +10:00 |
|
Mitchell McCaffrey
|
071cd3ea7f
|
Added an indexedb database to store uploaded maps into
|
2020-04-23 15:02:03 +10:00 |
|
Mitchell McCaffrey
|
8681864ddc
|
Added sending of default maps
|
2020-04-23 13:31:54 +10:00 |
|
Mitchell McCaffrey
|
22c5b5cf75
|
Added multiple map layout and basic data flow
|
2020-04-23 11:54:29 +10:00 |
|
Mitchell McCaffrey
|
f2a92f2ccd
|
Refactored component folder structure to be a little clearer
|
2020-04-23 10:09:12 +10:00 |
|
Mitchell McCaffrey
|
0e8e4a45d5
|
Added check for null gesture
|
2020-04-21 20:03:56 +10:00 |
|
Mitchell McCaffrey
|
96efcfd5de
|
Fix bug with concurrent token updates
|
2020-04-21 18:01:45 +10:00 |
|
Mitchell McCaffrey
|
ce1a252b2e
|
Moved to a more compact representation of other gesture shapes in the shape data
Also renamed square to rectangle
|
2020-04-21 10:04:26 +10:00 |
|
Mitchell McCaffrey
|
a5011b58ac
|
Added aria-labels to color pickers
|
2020-04-20 23:54:07 +10:00 |
|
Mitchell McCaffrey
|
d2474ae198
|
Added brush blending and brush gesture options
|
2020-04-20 23:52:21 +10:00 |
|
Mitchell McCaffrey
|
36c3e76403
|
Moved map controls again
|
2020-04-20 17:30:59 +10:00 |
|
Mitchell McCaffrey
|
06d232f058
|
Move map menu from right side a little
|
2020-04-20 17:28:30 +10:00 |
|
Mitchell McCaffrey
|
0a1aed30b3
|
Fixed a possible bug with callbacks and map menus
also made it so clicking on a map control button with a sub menu open will close it
|
2020-04-20 17:25:40 +10:00 |
|
Mitchell McCaffrey
|
35523fd8ce
|
Fix grid off and on icons not being selectable
|
2020-04-20 16:45:33 +10:00 |
|
Mitchell McCaffrey
|
0b7c8d6c56
|
Added map grid size detection from file name
|
2020-04-20 16:34:38 +10:00 |
|
Mitchell McCaffrey
|
eeaa250ca2
|
Added background color to menu to make it easier to see on a light background
|
2020-04-20 15:47:52 +10:00 |
|
Mitchell McCaffrey
|
06f5d3ab42
|
Added auto switch away from a disabled tool
|
2020-04-20 15:31:54 +10:00 |
|