Nick Taylor
30bfe1adfd
More frontend lint fixes ( #8931 )
2020-06-29 08:19:13 -04:00
Bolarinwa Balogun
2995687d0c
Move edit and delete buttons on chat messages to dropdown menu ( #7820 )
...
* Move edit and delete buttons on chat messages to dropdown menu
* Move edit and delete buttons on chat messages to dropdown menu
* Use 'up arrow' as shortcut to edit last message
* Use 'delete key' as shortcut to delete last message
* Change span to button and handle case when lastMessage is undefined
* Fix up code
* Fix code
2020-06-29 14:14:23 +02:00
dependabot-preview[bot]
c22caf265f
Bump eslint from 7.3.0 to 7.3.1 ( #8954 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.3.0 to 7.3.1.
- [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/v7.3.0...v7.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-28 16:58:18 -04:00
dependabot-preview[bot]
93756ded4b
Bump intersection-observer from 0.10.0 to 0.11.0 ( #8957 )
...
Bumps [intersection-observer](https://github.com/w3c/IntersectionObserver ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/w3c/IntersectionObserver/releases )
- [Commits](https://github.com/w3c/IntersectionObserver/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-28 16:58:05 -04:00
dependabot-preview[bot]
fcdf25457f
Bump @testing-library/jest-dom from 5.10.1 to 5.11.0 ( #8963 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.10.1 to 5.11.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.10.1...v5.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-28 16:57:34 -04:00
dependabot-preview[bot]
3da9086128
Bump eslint-plugin-import from 2.21.2 to 2.22.0 ( #8964 )
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.21.2 to 2.22.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.21.2...v2.22.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-28 16:57:19 -04:00
Ben Halpern
8e0972dd33
[deploy] Remove sort links from tags for logged-out (SEO) ( #8932 )
...
* Remove sort links from tags for logged-out (SEO)
* Fix tests
* Fix tests take 2
* Final test fix
* Read error message more clearly
* Adjust tests
* Final test fix
2020-06-26 17:21:18 -04:00
Ben Halpern
0f6801ea99
[deploy] Add Forem link/reference in footer ( #8934 )
2020-06-26 15:18:37 -04:00
Arit Amana
4f476c1c5a
[deploy] Fix Mod Center v1 bugs post-launch ( #8883 )
...
* Fix article heading color on dark themes
* Fix hash shoing when no article tags
* Truncate article titles at 60 characters
* Add tests for bug fixes, make sundry corrections
* Refactor tests
* Truncate title with CSS instead of JS
* Use crayons tag over custom tag
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Add specific height to fix weird anchor tag issues
* Add explicit pointer when hovering
Co-authored-by: Zhao-Andy <17884966+Zhao-Andy@users.noreply.github.com>
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
2020-06-26 11:50:55 -04:00
Nick Taylor
8e1dd6e323
[deploy] Fixed broken video capabilities of Connect ( #8922 )
...
* Fixes the broken video capabilities of Connect.
* Added tests for fullscreen check.
* Added tests.
* Fixed a typo.
Co-authored-by: Ben Halpern <bendhalpern@gmail.com>
2020-06-26 11:32:34 -04:00
Fernando Valverde
a7c56034a2
Fixes archived button in dashboard for PWA ( #8930 )
2020-06-26 11:26:12 -04:00
ludwiczakpawel
973d6da143
[deploy] Progress bar fix ( #8847 )
...
* flare tag line height
* .
* .
2020-06-26 11:21:10 -04:00
Nick Taylor
a7938ed287
Fixed a bunch of linting issues in components ( #8921 )
2020-06-26 10:26:02 -04:00
rhymes
618a7b94fe
Fix available credits count in dashboard ( #8928 )
2020-06-26 16:18:04 +02:00
ludwiczakpawel
343fb02d07
CSS cleanups ( #8926 )
...
* flare tag line height
* .
* dropdown fix + actions bar fix
* actions bar on mob
* remove legacy code?
* remove unused css
* remove unused css
* remove unused css
2020-06-26 15:26:59 +02:00
ludwiczakpawel
2cd830603e
"Write a post" form clickable area ( #8925 )
2020-06-26 07:43:02 -04:00
Any Ruiz
991ce29050
Fix incorrect styling of fork in repo list ( #8876 )
...
* Fix incorrect styling of fork in repo list
* Update styles with crayon-indicator component
2020-06-26 12:10:01 +02:00
A.D. Faris
f88a790d16
Fix article stats page ( #8901 )
...
* Fix article stats page
* Fix article stats page
2020-06-26 11:29:23 +02:00
Dmitry Maksyoma
12cb984e9a
Adapt "gitdocs serve" to work in a remote dev env ( #8791 )
...
* Adapt dev env to run on a remote box
* webpack-dev-server ignores CLI arguments, so switched to environment
variables.
* Dynamically determine remote webpack host via APP_DOMAIN environment
variable, defined in application.yml.
* Setup content security policy to allow connecting to webpack on a
remote box, defined by APP_DOMAIN environment variable.
* Make Webpacker listen on 0.0.0.0
* Account for APP_DOMAIN port
* Add support for URI scheme and tests
* Fix a spec by disabling a Rubocop linter
* Add app_domain rake task
* Ensure "gitdocs serve" works for remote and local hosts
* Update .gitdocs.js
Co-authored-by: Michael Kohl <me@citizen428.net>
* Remove unnecessary rake task app_domain
* Fix gitdocs being broken due to quotes
Co-authored-by: Michael Kohl <me@citizen428.net>
2020-06-25 21:02:45 -04:00
Mac Siri
ea7d843f35
[deploy] Update Honeybadger's assetsUrl ( #8916 )
2020-06-25 18:58:20 -04:00
Nick Taylor
63b4d9fdc0
More frontend test cleanup ( #8919 )
2020-06-25 18:04:01 -04:00
Vaidehi Joshi
e49999ded0
Link to tracking docs from gitdocs sidebar ( #8918 ) [deploy]
2020-06-25 13:14:08 -07:00
Vaidehi Joshi
dd6794a43b
Add documentation for tracking ( #8914 ) [deploy]
...
* Add documentation for tracking
* Reword a sentence in backend tracking documentation
2020-06-25 11:47:51 -07:00
Nick Taylor
56e6c5e15b
Blackboxed node_modules when debugging jest tests in VS Code ( #8888 )
2020-06-25 14:34:12 -04:00
Vaidehi Joshi
d2ef01ecc2
Remove Percy ( #8915 )
...
We are no longer using the Percy service, so this code is not required anymore.
Removes the percy agent, the gem, and all references to Percy.snapshot and percy: true.
2020-06-25 11:19:58 -07:00
rhymes
80f648c837
Filter only ordinary tables in estimated count ( #8913 )
...
* Revert "[deploy] Use max_by instead to get the highest value (#8890 )"
This reverts commit b0fb0a484d .
* Only count actual ordinary tables
2020-06-25 14:04:13 -04:00
Alex
db4e37781f
[deploy] User subscriptions liquid tag MVP ( #8871 )
...
* UX (view, style, JS) progress
* base_data updates
* More JS updates
* Remove unnecessary param of author_id
* Remove author_id from controller
* Restrict email to admins
* Introduce profile images
* Remove base_data and update tag for source
* Use .key?
* I gotchu Codeclimate, don't worry :)
* Add click event listeners to modal buttons
* Refactor
* More refactor
* Refactor subscriber
* Use userData() for subscriber
* Reorganize
* Code cleanup
* Add subscription API call and favor textContent
* Fix API call and showSubscribed
* Add Apple Auth logic and change links to buttons
* Update success message
* Add Apple email check and spec
* Fix default sign in state
* Remove email from async_info :(
* Refactor markdown classes
* Single quote consistency
* Modal bug attempt & subscriber image on success
* Refactor passing source to tags and fix preview
2020-06-25 13:13:19 -04:00
ludwiczakpawel
c9c88c7cc1
[deploy] Dashboard updates ( #8879 )
...
* flare tag line height
* .
* .
* .
* .
* specs
* spec
* .
* init
* .
* .
* js refactor
* js
* update spec
* Fix infinite scroll
* typo
* move IF
* pro analytics link fix
* Clean up tests
* Refactor adding of html
Co-authored-by: benhalpern <bendhalpern@gmail.com>
2020-06-25 13:10:17 -04:00
Mac Siri
d7d0c49169
[deploy] Move @honebeybadger-io/webpack out of devDependencies ( #8909 )
2020-06-25 10:02:23 -04:00
Nick Taylor
5bdbc0480d
Some frontend testing cleanup. ( #8902 )
2020-06-25 09:07:34 -04:00
Ben Halpern
32ad7aa6d4
[deploy] Avoid running service workers on ios ( #8889 )
2020-06-25 08:55:38 -04:00
ludwiczakpawel
dbe6f81b43
Actions bar fix on Article view ( #8903 )
...
* flare tag line height
* .
* dropdown fix + actions bar fix
* actions bar on mob
* revert
2020-06-25 13:02:38 +02:00
Nick Taylor
ab4753079c
Enabled canned import rules as well as import order rule (fixable via --fix). ( #8880 )
2020-06-25 10:30:40 +02:00
Mac Siri
967f00793a
Add @honeybadger-io/webpack for source-map upload ( #8899 )
2020-06-24 20:42:28 -04:00
Molly Struve
e688063bba
Bug Fix: Make FieldTestWorker More Resilient ( #8893 )
2020-06-24 16:34:55 -04:00
Vaidehi Joshi
26d2d9e43e
Track an event's target when clicking on a welcome notification ( #8894 ) [deploy]
2020-06-24 13:02:37 -07:00
Molly Struve
9fb2a7c6b2
[deploy] Remove Vault ENV variables from Envfile so they arent Required in Prod ( #8895 )
2020-06-24 15:02:16 -05:00
Molly Struve
0767c34379
[deploy] Feature: Setup Vault and AppSecrets Wrapper Class ( #8891 )
2020-06-24 14:13:37 -05:00
Nick Taylor
09bb730f9d
Added a11y tests to frontend tests that were missing them ( #8873 )
2020-06-24 14:38:39 -04:00
Andy Zhao
b0fb0a484d
[deploy] Use max_by instead to get the highest value ( #8890 )
2020-06-24 14:27:42 -04:00
Ben Halpern
cfa5e882ce
[deploy] Add SiteConfig for feed style ( #8721 )
...
* Add SiteConfig for feed style
* Merge master
* Merge master
* Fix typo
2020-06-24 12:14:33 -04:00
Michael Kohl
e25936ff57
Fix RSS import ( #8877 )
...
* FIx RSS import part 1
* Add spec for medium.com/feed/@dvirsegal
Co-authored-by: rhymes <rhymesete@gmail.com>
2020-06-24 10:51:07 -04:00
Ben Halpern
26d54e72cf
[deploy] Small mod fixes ( #8885 )
2020-06-24 10:45:11 -04:00
Molly Struve
757e611f6d
Spec Fix: Use Truncation For Tests Where Transactions Get Stuck ( #8865 )
2020-06-24 09:23:52 -05:00
Ben Halpern
dda6422e22
[deploy] Use fragment for linking to comments for SEO ( #8882 )
2020-06-24 10:09:41 -04:00
Vaidehi Joshi
65341d9c6e
Disable ahoy.js visit tracking on server-side ( #8872 )
2020-06-24 09:53:47 -04:00
Ben Halpern
28e428b21e
[deploy] Only clear negative reactions when using thumbsup ( #8874 )
...
* Only clear negative reactions when using thumbsup
* Fix specs
2020-06-24 09:23:18 -04:00
rhymes
9cdd03f0dc
Fix typo in dashboard sort element ( #8875 )
2020-06-24 08:03:27 -04:00
Jacob Herrington
c2af5d8f59
Fix accessiblity warnings on Listings page ( #8841 )
...
This should fix ~60 axe warnings on this page. This commit also removes
some markup that is being overwritten by Preact.
2020-06-24 13:28:03 +02:00
A.D. Faris
7536ad293f
Change the moderate language to reflect mod panel language ( #8870 )
2020-06-24 09:42:51 +02:00