Commit graph

282 commits

Author SHA1 Message Date
Connor Turland
6fdd6acc11 fix csrf auth token 2017-03-16 00:17:30 -04:00
Connor Turland
20c9f989e1 reenable topic view in react 2017-03-16 00:02:54 -04:00
Connor Turland
38baeee994 make filterbox use onclickoutside 2017-03-15 22:48:03 -04:00
Connor Turland
d76433d550 reenable google analytics 2017-03-15 22:05:14 -04:00
Connor Turland
4d3741c3b4 handle page title and mobile title updates 2017-03-15 22:02:58 -04:00
Connor Turland
bc67644ba9 remove extra comments 2017-03-15 21:12:34 -04:00
Connor Turland
6cb78672c8 forgot to add one proptype 2017-03-15 21:10:43 -04:00
Connor Turland
40c92cd8dc filter box in react 2017-03-15 20:59:10 -04:00
Connor Turland
598d1192e3 fix apps pages and missing routes 2017-03-13 12:55:59 -04:00
Connor Turland
4a3d78816e fix toast (and sign out bug) 2017-03-13 12:22:52 -04:00
Connor Turland
ac87fc0ed5 rewrite map instructions 2017-03-13 10:04:44 -04:00
Connor Turland
dc33d5f687 add frame for topic view 2017-03-13 09:34:34 -04:00
Connor Turland
44d72200d4 handle case where user hasn't loaded yet 2017-03-13 09:29:57 -04:00
Connor Turland
714e76e89e jquery no longer handling access requests 2017-03-13 09:22:48 -04:00
Connor Turland
4c1646fdef fix up navigation to use react-router 2017-03-13 09:21:16 -04:00
Connor Turland
8010e7d497 fixup mapchat stuff 2017-03-13 08:50:04 -04:00
Connor Turland
ea82a9df27 improve topic card readability and fix dragging bug 2017-03-13 07:36:27 -04:00
Connor Turland
b09c876ea3 fix map chat layout and tab bug 2017-03-13 07:18:51 -04:00
Connor Turland
959a6837d8 lots of fixes 2017-03-12 22:14:44 -04:00
Connor Turland
743e3371eb add metacode edit routes 2017-03-12 14:49:12 -04:00
Connor Turland
fb094c3392 fix accountbox toggling 2017-03-12 12:47:47 -04:00
Connor Turland
9f2a61ce32 fix signed out home page 2017-03-12 12:35:52 -04:00
Connor Turland
0741743660 make other routes work 2017-03-12 12:26:49 -04:00
Connor Turland
96c202c7bf fixed maps scrolling 2017-03-12 11:31:19 -04:00
Connor Turland
e4e062b76e get account menu and invite lightbox working 2017-03-12 03:49:34 -04:00
Connor Turland
871c491097 redo the mobile menu in react 2017-03-12 03:26:00 -04:00
Connor Turland
780217490b remove filterBoxOpen for now 2017-03-12 01:00:37 -05:00
Connor Turland
032d0d8f4b make mapsWidth work and add mobile 2017-03-12 00:56:59 -05:00
Connor Turland
9013d49ca1 fix map upperRightUI layout 2017-03-11 21:24:43 -05:00
Connor Turland
d2d35c9a3d just keep using current mapinfobox 2017-03-11 21:13:58 -05:00
Connor Turland
82ed9e01a8 stuff 2017-03-11 09:56:09 -05:00
Connor Turland
701198ef14 initial restructuring 2017-03-11 01:49:27 -05:00
Devin Howard
780e66632b fix react embedly (#1089) 2017-03-09 14:23:24 -05:00
Connor Turland
8483b62603 allow users to select follow settings 2017-03-08 18:50:56 +00:00
Devin Howard
e3b4dac1e1 remove takeScreenshot button in favour of separate buttons in the map card and import/export dialogue (#1086) 2017-03-07 12:15:28 -05:00
Connor Turland
8998e3858c fixes bug where popups are happening 2017-03-07 16:55:15 +00:00
Connor Turland
55b031ccb7 add topic following for internal testing 2017-03-07 01:47:10 +00:00
Robert Best
153cc38d1a Fixes bug where pressing delete key while editing text will suggest... (#1083)
* Fixes bug where pressing delete key while editing text will suggest the deletion of selected map entities

* Changed the DEL key to remove entities instead of delete them
2017-03-06 11:48:59 -05:00
Devin Howard
4ff9619837 set up react testing (#1080)
* install mocha-webpack. also switch hark to npm version instead of github version

* well, mocha-webpack runs

* add jsdom for tests

* upgrade to webpack 2

* fix npm run test errors

* ImportDialogBox component tests
2017-03-06 02:29:12 +08:00
Devin Howard
a6c1c0c730 ability to select/unselect all metacodes in custom set with keyboard shortcut (fix #390) (#1078)
* ability to select/unselect all metacodes in custom set with keyboard shortcut

* select all button

* nicer all/none buttons
2017-03-04 11:51:51 -05:00
Connor Turland
ddbaac513f fix drop from two touches to one 2017-03-02 04:35:13 +00:00
Connor Turland
ba943b20f1 hellz yeah (#1074) 2017-02-27 17:06:56 -05:00
Connor Turland
4deb3f5ab9 topic card in react (#1031)
* its coming along

* links bar

* scssify a bunch

* metacode image working a bit better

* metacode selector in react topic card

* riek editing for name field on topic card

* riek submit on enter

* factor out Title and Links from Topic Card component, but not the listeners

* create working Desc editor

* styling is much better now

* textarea min height for desc

* disallow images in topic card markdown

* shift enter is linebreak, enter is save

* attachments split out, but it's pretty buggy

* move listeners into Links.js

* slightly wider metacodeTitle

* fix positioning on metacode selector

* fix metacode selection

* move metacode and permissions into subcomponents

* fixes

* prevent editing on desc/title if not authorized to edit

* fix topic card draggability

* fix embedly

* fix md test

* remove the removed link card manually with jquery

* fix test syntax

* eslint

* more eslin

* reuse authorizedToEdit

* convert metacode sets to a json object for react

* add the html in react whoop

* fix metacode styling

* sort wasn't working

* finishing metacode select

* readd the above link input border

* fix syntax

* multiline title editable textarea

* more portable metacode selector component

* factor out #metacodeOptions into one react component with a callback :D:D:D

* render metacodeOptions in right click menu with react

* render metacodeOptions in right click menu with react

* fix up right click menu's metacode editing

* fix topic card title character counter

* ignore metamaps secret bundle in ag

* simplify Attachments props

* factor out embedly card into its own component; it seems to help

* link resetter

* fix edit icon on title in topic card

* move mapCount and synapseCount hover/click logic to react

* fix up the showMore control

* metacode selection tweaks

* tweak links bar spacing in topic card

* rubocop

* remove TODOs

* more badass permissions selector

* close permission selector when you click outside

* fix overeager metacode selector

* more modular attachments component

* fix bug in Desc.js

* fix right click styling

* permission changes are different than edit rights

* bad module ref

* ensure maxLength on topic titles
2017-02-26 11:42:47 -05:00
Devin Howard
47d0faadf2 prevent double prompt on file drop import 2017-02-25 13:04:00 -08:00
Devin Howard
9800cc27c6 even better import csv regexes 2017-02-25 12:15:45 -08:00
Devin Howard
7840e09e5f topicsRegex and synapsesRegex should allow commas (#1073) 2017-02-25 12:05:56 -08:00
Connor Turland
013e3c7f21 follows for maps in the ui for internal testing only still (#1072)
* follows for maps in the ui for testers

* require user for these actions

* match how map follow works
2017-02-15 23:01:53 -05:00
Connor Turland
2d0d0403b1 little fixes for deploy 2017-02-11 19:50:59 +00:00
Connor Turland
a647d80efa third try to fix this little bug 2017-02-10 12:02:05 -05:00
Connor Turland
559ad230ce actually this fixes it 2017-02-10 11:52:58 -05:00