Fernando Valverde
2233952ceb
[deploy] Discoverable channel will open CTA to request join if not available ( #8999 )
2020-06-30 13:03:41 -05:00
Nick Taylor
efc3a124a0
Added spinner/upload message when uploading an image to a post's content ( #8986 )
2020-06-30 13:52:47 -04:00
Molly Struve
0cd40f5ffb
Refactor: Remove Unused UserSimilarity Class and Spec ( #9030 )
2020-06-30 12:39:34 -05:00
Molly Struve
9d18246875
[deploy] Refactor: Remove Unused Article Suggester Services and Specs ( #9031 )
2020-06-30 12:06:56 -05:00
Fernando Valverde
336cf119d9
[deploy] Fixes triggerSwitchChannel on channel list load ( #8996 )
2020-06-30 10:09:36 -06:00
Molly Struve
d9fd170a85
[deploy] Optimization: Dont Use Redis For Flare Tag IDs, Load Them On Boot ( #8987 )
2020-06-30 09:48:08 -05:00
OmarElKhatib
f3501d32f5
fix Issue #9013 , badge responsivity ( #9014 )
...
* fix Issue #9013 , badge responsivity
* remove d- prefix from d-block
* remove block because it behave the same without it
2020-06-30 12:52:47 +02:00
Mac Siri
d0b0944b32
Disable UserSubscriptionTag::script ( #9005 )
2020-06-30 09:13:44 +02:00
ludwiczakpawel
3a69f349be
[deploy] Refactor code blocks styling ( #8975 )
...
* flare tag line height
* .
* dropdown fix + actions bar fix
* actions bar on mob
* .
* missing bit
* document
* .
* little fix
* btn--highlight
2020-06-29 21:15:11 -04:00
Jacob Herrington
c0fc10ec1d
Override header padding for internal ( #8992 )
2020-06-29 20:27:30 -04:00
Ben Halpern
aa855e5f9b
[deploy] Remove dead styling code ( #8991 )
2020-06-29 20:26:49 -04:00
Molly Struve
4e0fee644c
[deploy] Feature: Setup Admin Area to Update Vault Secrets ( #8935 )
2020-06-29 15:08:09 -05:00
Mac Siri
50a7c2ffe0
Rename dir _tests to __tests__ & update .codeclimate.yml ( #8982 )
2020-06-29 15:18:39 -04:00
Vaidehi Joshi
38ae790183
Do not render active announcements in iframes ( #8981 ) [deploy]
...
* Do not render active announcements in mod tools
* Add a TODO around refactoring broadcast initialization
* Refactor initializeBroadcast to short-circuit on window.frameElement
2020-06-29 11:15:27 -07:00
narender2031
09e70896fa
[deploy] 🚀 Bug: Fix iframe flashes on re render ( #8974 )
...
* Feature 🚀 : Ability to delete messages in chat channels
- Sending message ID to frontend
- Deleting Message
- Use pusher to delete message realtime
* Minor Bug 🐞 : Show message action only for current user
- User can delete or edit their own messages
* Test cases added
* Bug 🐞 : Update message id for receiver
Message id was not sent to receiver by pusher
* Refactoring🛠: Message controller refactoring
* Test Cases📝 : Specs for Delete message added
* Feature 🚀 : Ability to edit messages
* Test Cases📝 : Specs for Edit message added
* fix flashes on re-render chat ui
Co-authored-by: Sarthak Sharma <7lovesharma7@gmail.com>
2020-06-29 12:20:21 -04:00
Lisa Sy
c627086d74
Update Connect responsiveness on smaller viewports ( #8829 ) [deploy]
...
* Improve responsive experience for Connect
- Create single-screen experience for channels list & chat container on
small screens
- Remove `expanded` and `contracted` functionality
- Make small UI updates to channels-list
- Update tests accordingly
https://github.com/thepracticaldev/dev.to/issues/8442
* Iterate per first review
- Delete unnecessary conditional for displaying side filters
- Improve width display
- Use different animation for responsive experience
- Add top-border stroke to composer input
* Update app/assets/stylesheets/chat.scss
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Update app/assets/stylesheets/chat.scss
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Update app/assets/stylesheets/chat.scss
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Update app/assets/stylesheets/chat.scss
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Update app/assets/stylesheets/chat.scss
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* Update app/assets/stylesheets/chat.scss
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
* layout fix
* Update test to reflect markup updates
* Fix channels position issue
* Use constants
* Lower coverage threshold
* Update line coverage threshold
https://github.com/thepracticaldev/dev.to/pull/8829#issuecomment-650140589
Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
Co-authored-by: rhymes <rhymesete@gmail.com>
2020-06-29 09:08:18 -07:00
Nick Taylor
b9c64e57f1
Added a comment mentioning that index.js overrides are for barrel files ( #8978 )
2020-06-29 10:52:35 -04:00
rhymes
14c346c8ed
[deploy] Remove dead code in chat-channels-controller ( #8943 )
2020-06-29 09:32:20 -04:00
rhymes
d3a7f64d2b
Tell the service worker to skip /rss ( #8944 )
2020-06-29 09:30:56 -04:00
Nick Taylor
2130269f91
Documentation Improvements to Storybook ( #8947 )
2020-06-29 08:25:57 -05:00
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
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
Nick Taylor
63b4d9fdc0
More frontend test cleanup ( #8919 )
2020-06-25 18:04:01 -04: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
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
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