Commit graph

1228 commits

Author SHA1 Message Date
Ben Halpern
e4c120db5d
Replace dev.to with APP_DOMAIN config in a few places (#1406)
* Replace dev.to with APP_DOMAIN config in a few places

* Modify some tests
2018-12-26 18:13:05 -05:00
Andy Zhao
0a8f9ca654 Fix URL Validations and Update Admin Dashboard (#1392)
* Validate for trailing slash instead of strict validation

* Remove unused sign_in_count field

* Add profile URLs to edit view

* Add profile URLs to admin controller params

* Add profile URLs to edit view

* Clean up index and search views for user

* Move around user fields to make more sense

* Display more informative label

* Remove name_of_user field in favor of new display label

* Fix typo

* Remove duplication for website, employer, and Mastodon URLs

* Add score to comment params

* Remove unused name_of_user field views

* Fix typo for medium url
2018-12-26 18:00:02 -05:00
Andrew Bone
9e18264f9f Add --theme-container-box-shadow (#1403)
* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements

* Add --theme-container-box-shadow

Box-shadow settings for articles and nav-elements
2018-12-26 16:54:15 -05:00
Andrew Bone
e7770ac6ec Add --theme-background to new post page (#1402)
The background colour tag is different, by default, on the new post page so I missed it on my initial sweep
2018-12-26 16:53:25 -05:00
rhymes
7181b37784 Cleanup Image management file (#1390) 2018-12-26 16:19:04 -05:00
Some-Dood
f06225bd2f Fix flashing cursor when hovering over .wide-nav-links (#1404) 2018-12-26 13:19:29 -05:00
Móricz Gergő
33d172f825 Add Docker installation to Table of Contents (#1405) [ci skip] 2018-12-26 12:14:47 -05:00
dependabot[bot]
5f25e9913e Bump codemirror from 5.42.0 to 5.42.2 (#1397) [ci skip]
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.42.0 to 5.42.2.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.42.0...5.42.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-26 12:02:23 -05:00
dependabot[bot]
37e044a74e Bump @storybook/addon-links from 4.1.2 to 4.1.3 (#1398) [ci skip]
Bumps [@storybook/addon-links](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-26 12:01:58 -05:00
dependabot[bot]
bf3e23e14b Bump eslint from 5.10.0 to 5.11.0 (#1399) [ci skip]
Bumps [eslint](https://github.com/eslint/eslint) from 5.10.0 to 5.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.10.0...v5.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-26 12:01:41 -05:00
dependabot[bot]
8d9d44ec76 Bump @storybook/addon-actions from 4.1.2 to 4.1.3 (#1400)
Bumps [@storybook/addon-actions](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 11:18:13 -05:00
Andrew Bone
b920a68f04 Adding --theme-color (#1387)
Adding `--theme-color` to change the colour of the text in the body
2018-12-24 09:58:57 -05:00
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