Connor Turland
693e6f5e10
bug fixes and make active class auto
2017-10-14 12:03:05 -04:00
Connor Turland
a1d4c99ff6
abstract exploreMapsBar into reusable navBar
2017-10-13 13:58:21 -04:00
Connor Turland
55f2425501
Merge pull request #1142 from metamaps/feature/notifs.box
...
Notifications Dropdown
2017-10-13 12:29:21 -04:00
Connor Turland
f9c139c19e
ruby codeclimate fixes
2017-10-13 12:22:05 -04:00
Connor Turland
15f512efef
improve notificationbox readability
2017-09-29 14:05:39 -04:00
Connor Turland
8695297a0f
wasn't using the proper serializer causing frontend error
2017-09-29 13:06:19 -04:00
Connor Turland
216a19476b
add hover states and empty case
2017-09-28 12:28:33 -04:00
Connor Turland
277644f59d
improve styling, fix index notifs page
2017-09-25 15:21:04 -04:00
Devin Howard
9471efb6bd
hide "learn markdown" unless you're editing the topic card desc
2017-09-23 13:19:43 -07:00
Connor Turland
fc8ac6eef1
nest inconsistent data under data key
2017-09-23 11:20:02 -04:00
Connor Turland
9cc700c64d
use decorator pattern for notifs api
2017-09-22 18:38:38 -04:00
Connor Turland
64ffc78f45
add the container for the notifications dropdown
2017-09-19 23:48:46 -04:00
Connor Turland
77846cfcb7
missing period for consistency
2017-09-18 16:59:52 -04:00
Connor Turland
3886e62a7b
make desc edit area larger and resizable
2017-09-17 09:01:44 -04:00
Connor Turland
f323796030
Merge pull request #1132 from metamaps/feature/mod.follow
...
add active scope to follows model
2017-09-13 22:45:50 -04:00
Connor Turland
1174123b60
use scss vars and font fallbacks
2017-09-13 10:31:48 -04:00
Connor Turland
a56991aede
add exception notifier for failed jobs
2017-09-13 10:18:00 -04:00
Connor Turland
672b456193
add markdown clarifications
2017-09-12 21:37:49 -04:00
Connor Turland
29bf2a23e8
review changes
2017-09-12 17:01:08 -04:00
Connor Turland
ec3e09c578
topic card design changes
2017-09-10 17:17:56 -04:00
Connor Turland
9ab7e7e170
topic card re-org
2017-09-08 16:58:17 -04:00
Connor Turland
5af2b8f216
add active scope to follows model
2017-09-08 13:42:56 -04:00
Connor Turland
8af66b1b2c
Merge pull request #1130 from metamaps/feature/release.notifs
...
make notifs and follows work for all users
2017-09-03 18:44:33 -04:00
Connor Turland
9b2193ad8c
show autofollow on client and mute on unfollow
2017-09-03 15:18:57 -04:00
Connor Turland
d87bb7c75c
make notifs and follows work for all users
2017-09-03 09:07:29 -04:00
Connor Turland
aceb3ff31e
Merge pull request #1129 from metamaps/feature/map.activity.improved
...
improve email styling for release
2017-09-03 08:33:13 -04:00
Connor Turland
42f4ecb37b
added bg color to sections
2017-09-03 08:27:05 -04:00
Connor Turland
64f4249f44
add comment
2017-09-02 14:12:07 -04:00
Connor Turland
958bd8c70c
improve email styling for release
2017-09-02 14:06:23 -04:00
Connor Turland
3830946723
dont send notif for each topic of forked map
2017-09-02 09:59:21 -04:00
Devin Howard
78acd7e0b0
fix NoMethodError in mappings after_created when synapse's topic1/topic2 are nil
2017-05-20 10:58:06 -07:00
Devin Howard
10ac64c574
before destroy callback on maps to remove source_id foreign key relations ( #1119 )
2017-05-13 19:26:43 -07:00
Devin Howard
74df2559a4
try to fix fatal on notifications index when a topic is invalid ( #1115 )
...
* try to fix fatal on notifications index when a topic is invalid
* Update index.html.erb
2017-05-13 13:49:46 -04:00
Devin Howard
8c7a657499
update vimeo url, use asset path + erb for poster path ( #1106 )
2017-03-26 13:53:59 -07:00
Connor Turland
af4dc869c0
devins right shouldnt push straight to develop
2017-03-22 17:04:18 +00:00
Connor Turland
f2a7cc1f19
stop using jquery ui for topic card dragging
2017-03-22 16:10:08 +00:00
Connor Turland
cc17c1ed38
add tiny divider between global and map items
2017-03-17 12:54:18 -04:00
Connor Turland
ed76162b63
added icons to mobile menu fixes #1095
2017-03-17 01:32:01 -04:00
Connor Turland
47a74dd77b
react-router and rebuild app structure in react ( #1091 )
...
* initial restructuring
* stuff
* lock version number
* just keep using current mapinfobox
* fix map upperRightUI layout
* make mapsWidth work and add mobile
* remove filterBoxOpen for now
* redo the mobile menu in react
* get account menu and invite lightbox working
* fixed maps scrolling
* make other routes work
* fix signed out home page
* fix accountbox toggling
* add metacode edit routes
* lots of fixes
* fix map chat layout and tab bug
* improve topic card readability and fix dragging bug
* fixup mapchat stuff
* fix up navigation to use react-router
* jquery no longer handling access requests
* handle case where user hasn't loaded yet
* this shouldn't have been removed
* add frame for topic view
* rewrite map instructions
* fix toast (and sign out bug)
* fix apps pages and missing routes
* made our request invite page look nice
* filter box in react
* forgot to add one proptype
* remove extra comments
* handle page title and mobile title updates
* reenable google analytics
* make filterbox use onclickoutside
* reenable topic view in react
* fix csrf auth token
* fix little homepage styling issue
* try putting preparevizdata in a timeout
* installing render log to count
* little fixes
* fixup filters
* make filter map function names more readable
* eslint helps
* renaming for clarity
* use onclickoutside for account/sign in box
* add some logging to see whether this is source of many renders
* turns out chatview was heavily hogging memory
* tiimeout not needed
2017-03-16 17:58:56 -04:00
Connor Turland
4ffa9460f5
bug fix for people who aren't testers on settings page
2017-03-10 11:29:00 -05:00
Connor Turland
77f76b1b5a
variable name fix and make is_tester method global for reuse in views
2017-03-09 14:36:24 -05:00
Devin Howard
e544d6a6db
refactor api and fix bugs ( #1088 )
...
* fix weird double-embed issue
* fix users/current api if not logged in
* turbocharge the api
* fix docs
2017-03-09 14:24:52 -05:00
Connor Turland
de4f51bb5c
fix permissions and don't send if has map open
2017-03-08 15:45:40 -05:00
Connor Turland
5d0da4c5f1
method was preventing certain follows from succeeding
2017-03-08 15:02:22 -05:00
Connor Turland
9079d1bffc
check permissions prior to sending
2017-03-08 15:01:58 -05:00
Connor Turland
962881a35d
Update follow_service.rb
2017-03-08 14:13:47 -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
b740fef8fe
daily map activity emails ( #1081 )
...
* data prepared, task setup
* add the basics of the email template
* cover granular permissions
* unfollow this map
* break out permissions tests better
* rename so test runs
2017-03-06 22:42:22 -05:00
Connor Turland
55b031ccb7
add topic following for internal testing
2017-03-07 01:47:10 +00:00