Andrew Bone
1f5bc148e0
Add --theme-background to comments page ( #1386 )
...
The background colour tag is different, by default, on the comment page so I missed it on my initial sweep
2018-12-24 09:58:48 -05:00
Andrew Bone
724ae7a106
Added --theme-top-bar-write-* ( #1388 )
...
* Added --theme-top-bar-write-*
Adding both --theme-top-bar-write-color and --theme-top-bar-write-background to change the text/border colour and background colour of the write a post button.
* add --theme-top-bar-write-color to border
Added --theme-top-bar-write-color to border
* Revert theme changes
* Limit changes to write button
Styles were leaking but are now contained
2018-12-24 09:40:33 -05:00
Andrew Bone
7a5239efc1
CSS Variables: Support for IE ( #1385 )
...
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
* Support for IE
Make IE look alright again.
Won't be theme-able but will at least work.
2018-12-24 09:05:21 -05:00
Some-Dood
3c3c40b9f5
Fix wrong cursor pointer of search query filter buttons on hover ( #1394 )
...
* Fix wrong cursor pointer on hover
This commit changes the cursor to a pointer when the mouse hovers over one of the search query filter buttons.
* Moved rule outside the hover block to be consistent with the coding style
2018-12-24 09:04:08 -05:00
dependabot[bot]
ecdc33e04c
Bump @storybook/addons from 4.1.2 to 4.1.3 ( #1401 )
...
Bumps [@storybook/addons](https://github.com/storybooks/storybook ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/storybooks/storybook/releases )
- [Changelog](https://github.com/storybooks/storybook/blob/v4.1.3/CHANGELOG.md )
- [Commits](https://github.com/storybooks/storybook/compare/v4.1.2...v4.1.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-24 09:03:38 -05:00
Móricz Gergő
36f656c4e3
Add Publishing from RSS Guide ( #1151 )
...
* Added Publishing from RSS Guide and added a link to it on Settings -> Publishing from RSS.
* Resolved review.
* copy tweaks
2018-12-20 17:38:38 -05:00
Ben Halpern
2bb48d27c4
Add two-year-club auto-rewarder ( #1383 )
2018-12-20 16:53:22 -05:00
Andrew Bone
71ed1d40bc
Adding --theme-top-bar-color ( #1373 )
...
Adding `--theme-top-bar-color` to change the colour of the text in the nav bar
Currently, this only changes the colours of the icons fill.
2018-12-20 16:40:06 -05:00
Ben Halpern
0aeb579547
Remove Facebook pixel ( #1380 )
2018-12-20 14:25:07 -05:00
Ben Halpern
0c910baae1
Move file-level imports to dynamic imports to reduce initial bundle size ( #1379 )
2018-12-20 12:58:20 -05:00
Anant Jain
479cf6fc9f
Fixes Organization Settings CTA link url label ( #1370 ) ( #1371 )
2018-12-20 12:51:50 -05:00
Andrew Bone
3feccdc852
Add --theme-background to notifications page ( #1374 )
...
The background colour is different, by default, on the notification page so I missed it on my initial sweep.
2018-12-20 12:51:23 -05:00
Andrew Bone
6c88857865
Adding --theme-top-bar-search-* ( #1375 )
...
* Adding --theme-top-bar-search-*
Adding both --theme-top-bar-search-color and --theme-top-bar-search-background to change the colour and background colour of the search box.
* Changes to placeholder and input
Placeholder opacity down to 0.5 to appear faded
Placeholder default colour set to system black
Input text colour can now be set with `--theme-top-bar-search-color` too
2018-12-20 12:50:58 -05:00
Ben Halpern
75158e7f84
Add browser support to docs [skip ci] ( #1378 )
2018-12-20 12:50:33 -05:00
Jess Lee
095d25ecd4
Add more details to Tag moderation page ( #1376 )
2018-12-20 12:09:28 -05:00
Ashwin Vaswani
fbdd80d5fc
Add headings to header tags ( #1003 )
...
* updating all headers to have h* tags, or changing elements
* Remove commented out binding.pry
* Remove unused page
* Use article instead of div for consistency
* Update snapshot with new section tag
* Use h4 tags again for new views
2018-12-19 16:47:44 -05:00
Ben Halpern
bbbfe6af51
Add haptic feedback where it was missing ( #1367 )
2018-12-19 16:24:12 -05:00
Jess Lee
1586d9fd7d
Include conditional for adding tag mods to connect channel ( #1366 )
...
* fix slug typo
* fix specs
* use blank? instead of nil?
2018-12-19 15:44:36 -05:00
Jess Lee
c2a85540f0
Fix tag mod spec ( #1365 )
...
* fix slug typo
* fix specs
2018-12-19 14:35:15 -05:00
Jess Lee
7ca3d5c542
Fix tag channel query
2018-12-19 13:47:16 -05:00
Jess Lee
d8ff236f69
Fix slug typo ( #1364 )
2018-12-19 13:39:50 -05:00
Andrew Bone
67ee564730
Beginning of css variable implementation (--theme-background) ( #1306 )
...
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
* Beginning of css variable implimentation
Added --theme-background leaving the default the same.
This will make no, visible, change to the styles currently.
2018-12-19 10:16:30 -05:00
Aditya Nagla
550dcdcc59
webpack dev server now does not fails on docker-compose ( #1354 )
2018-12-19 10:15:20 -05:00
Jess Lee
1d2a6def4a
Add tag moderation info page ( #1360 )
...
* clarifies tag edit form and updates photo
* add better image
* add tag moderation route and page info
* adds labor module for assigning bulk tag moderators
* Apply Peter's changes from code review
Co-Authored-By: jessleenyc <jessleenyc@gmail.com>
* fix typo
Co-Authored-By: jessleenyc <jessleenyc@gmail.com>
* replace with cloudinary image links
* add specs
2018-12-19 09:27:55 -05:00
Andy Zhao
cf36025a16
Fix reactions rendering on notifications ( #1362 )
...
* Use more specific find for looking for reactions
* Use basic notification tests
* Test for proper reaction button rendering
* Use the proper user for reaction test
2018-12-18 20:58:31 -05:00
Andy Zhao
8fb35e84c2
Add title to organization profile page ( #1355 )
...
* Add test for page title
* Add organization name as title
2018-12-18 17:14:23 -05:00
Mario See
60d38ef787
/connect rerender chat ( #1359 )
...
* check element render before scrollingto bottom
* check element render before scrollingto bottom
* remove console logs
* remove accidental quote
2018-12-18 17:13:13 -05:00
Mac Siri
bd4a81f539
Replace flipflop with sail migrations ( #1361 )
2018-12-18 16:48:17 -05:00
Mac Siri
43280f12ac
Add Sail gem ( #1356 )
2018-12-18 16:24:42 -05:00
Andy Zhao
88cd4c13f3
Remove all flipflop related code ( #1358 )
...
* Remove all flipflop related code
* Undo an amend
* Comment out one last test
* Remove last test
2018-12-18 16:01:18 -05:00
Mac Siri
06e0cbabbb
Revert "Replace Flipflop with Sail ( #841 )"
...
This reverts commit 21870e805a .
2018-12-18 13:44:40 -05:00
Vinicius Stock
21870e805a
Replace Flipflop with Sail ( #841 )
...
* Replace Flipflop with Sail
* Address PR comments
* Bump sail version to latest
* Bump Sail to latest version
* Move setting creation to config/sail.yml
* Bump Sail to latest version
* Use correct limit for cast_type in schema
* Update Sail's route
2018-12-18 12:42:30 -05:00
Andy Zhao
651a26a514
Use latest admin page views from administrate gem ( #1351 )
2018-12-17 16:45:12 -05:00
Ben Halpern
28736cda20
Add missing title attribute to user profile page ( #1349 )
...
* Add missing title attribute
* Add spec
* Fix test
2018-12-17 15:04:00 -05:00
dependabot[bot]
430b80d3c3
Bump @storybook/addon-actions from 4.0.0 to 4.1.2 ( #1335 ) [ci skip]
...
Bumps [@storybook/addon-actions](https://github.com/storybooks/storybook ) from 4.0.0 to 4.1.2.
- [Release notes](https://github.com/storybooks/storybook/releases )
- [Changelog](https://github.com/storybooks/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybooks/storybook/compare/v4.0.0...v4.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 13:22:06 -05:00
dependabot[bot]
d322889393
Bump counter_culture from 1.9.0 to 2.1.2 ( #1348 ) [ci skip]
...
Bumps [counter_culture](https://github.com/magnusvk/counter_culture ) from 1.9.0 to 2.1.2.
- [Release notes](https://github.com/magnusvk/counter_culture/releases )
- [Changelog](https://github.com/magnusvk/counter_culture/blob/master/CHANGELOG.md )
- [Commits](https://github.com/magnusvk/counter_culture/compare/v1.9.0...v2.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 13:21:43 -05:00
dependabot[bot]
55988e67bc
Bump @storybook/addon-links from 4.0.0 to 4.1.2 ( #1336 ) [ci skip]
...
Bumps [@storybook/addon-links](https://github.com/storybooks/storybook ) from 4.0.0 to 4.1.2.
- [Release notes](https://github.com/storybooks/storybook/releases )
- [Changelog](https://github.com/storybooks/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybooks/storybook/compare/v4.0.0...v4.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 12:59:24 -05:00
Mac Siri
5212d6ff16
Revert "Bump cloudinary from 1.9.1 to 1.11.0 ( #1341 ) [ci skip]"
...
This reverts commit b20ee8b777 .
2018-12-17 12:56:30 -05:00
dependabot[bot]
66e463a08e
Bump @storybook/addons from 4.0.0 to 4.1.2 ( #1338 ) [ci skip]
...
Bumps [@storybook/addons](https://github.com/storybooks/storybook ) from 4.0.0 to 4.1.2.
- [Release notes](https://github.com/storybooks/storybook/releases )
- [Changelog](https://github.com/storybooks/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybooks/storybook/compare/v4.0.0...v4.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 12:31:40 -05:00
dependabot[bot]
6463fb43f7
Bump jsdom from 13.0.0 to 13.1.0 ( #1334 ) [ci skip]
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 13.0.0 to 13.1.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/13.0.0...13.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 12:13:39 -05:00
dependabot[bot]
bf3a9e5c95
Bump husky from 1.2.0 to 1.2.1 ( #1339 ) [ci skip]
...
Bumps [husky](https://github.com/typicode/husky ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/typicode/husky/releases )
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md )
- [Commits](https://github.com/typicode/husky/compare/v1.2.0...v1.2.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 12:13:20 -05:00
dependabot[bot]
7e619c8146
Bump jest-fetch-mock from 2.0.1 to 2.1.0 ( #1333 ) [ci skip]
...
Bumps [jest-fetch-mock](https://github.com/jefflau/jest-fetch-mock ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/jefflau/jest-fetch-mock/releases )
- [Commits](https://github.com/jefflau/jest-fetch-mock/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 11:47:23 -05:00
dependabot[bot]
b921c1d848
Bump octokit from 4.12.0 to 4.13.0 ( #1340 ) [ci skip]
...
Bumps [octokit](https://github.com/octokit/octokit.rb ) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases )
- [Changelog](https://github.com/octokit/octokit.rb/blob/master/RELEASE.md )
- [Commits](https://github.com/octokit/octokit.rb/compare/v4.12.0...v4.13.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 11:45:35 -05:00
dependabot[bot]
b20ee8b777
Bump cloudinary from 1.9.1 to 1.11.0 ( #1341 ) [ci skip]
...
Bumps [cloudinary](https://github.com/cloudinary/cloudinary_gem ) from 1.9.1 to 1.11.0.
- [Release notes](https://github.com/cloudinary/cloudinary_gem/releases )
- [Changelog](https://github.com/cloudinary/cloudinary_gem/blob/master/CHANGELOG.md )
- [Commits](https://github.com/cloudinary/cloudinary_gem/compare/1.9.1...1.11.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 11:40:32 -05:00
dependabot[bot]
9cd2e66213
Bump aws-sdk-lambda from 1.13.0 to 1.16.0 ( #1342 )
...
Bumps [aws-sdk-lambda](https://github.com/aws/aws-sdk-ruby ) from 1.13.0 to 1.16.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases )
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-lambda/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-ruby/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 11:39:51 -05:00
dependabot[bot]
d588031b3e
Bump recaptcha from 4.12.0 to 4.13.1 ( #1337 )
...
Bumps [recaptcha](https://github.com/ambethia/recaptcha ) from 4.12.0 to 4.13.1.
- [Release notes](https://github.com/ambethia/recaptcha/releases )
- [Changelog](https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ambethia/recaptcha/compare/v4.12.0...v4.13.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 11:39:33 -05:00
Ben Halpern
7d3da5df35
Fix twitter missing quote text ( #1330 )
2018-12-17 10:49:16 -05:00
dependabot[bot]
a58c153000
Bump autoprefixer-rails from 9.3.1 to 9.4.3 ( #1343 )
...
Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails ) from 9.3.1 to 9.4.3.
- [Release notes](https://github.com/ai/autoprefixer-rails/releases )
- [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ai/autoprefixer-rails/compare/9.3.1...9.4.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-17 10:25:58 -05:00
Chinmay Joshi
d39d44ac07
css fix for mixed looking text while rendering articles ( #502 )
2018-12-15 13:18:01 -05:00
Andrew Bone
db55f871d4
Beginning of css variable implementation ( #1307 )
...
Added --theme-top-bar-background leaving the default the same.
This will make no, visible, change to the styles currently.
2018-12-15 12:48:28 -05:00