rhymes
36ad407c1d
Fix zen mode's global key bug ( #2969 )
2019-05-31 13:33:29 -04:00
briwa
b301bf8def
fix(article): scroll to top when inserting image ( #2998 )
2019-05-31 10:29:42 -04:00
Mohammadjavad Raadi
2e8eda4974
Fixes Listing Items Spacing Inconsistency and Content Overflow Issue #2846 ( #3011 )
2019-05-31 09:02:32 -04:00
Curtis Maloney
8d50956f1a
Optimise images ( #2966 )
2019-05-30 17:37:10 -04:00
briwa
4f31c6d07a
fix(reading-list): even spacing for Save and Bookmark span ( #3000 )
2019-05-29 11:19:01 -04:00
rhymes
38aa45c8e3
Cleanup bodyPreview component ( #2980 ) [ci skip]
2019-05-28 23:55:37 -04:00
Ben Halpern
37fabd08b1
Fix some connect bugs with wrong url and remove some dead code ( #2953 )
2019-05-24 12:19:59 -04:00
Ben Halpern
e3400a2dc2
Make home page listings minimizeable ( #2928 )
2019-05-21 17:17:28 -04:00
rhymes
09a99d93a3
Return errors instead of raising an exception on ArticleCreation ( #2922 )
2019-05-21 15:18:02 -04:00
Ben Halpern
ec900a3146
Add safe navigation within chatchannelmemberships and remove some console.logs ( #2903 )
2019-05-20 13:20:06 -04:00
Ben Halpern
70580d0265
[WIP] Connect misc improvements/debugs ( #2880 )
...
* WIP Connect misc improvements/debugs
* Modify tests and update snapshots
* Change GitHub sidecar copy
2019-05-20 10:08:51 -04:00
Ben Halpern
bd22edc73c
Add visual indicator for chat channel more details ( #2477 )
...
* Add visual indicator for chat channel more details
* Don't show block button in non-direct context
2019-05-17 11:10:07 -04:00
Ben Halpern
fb6904f86d
Fix up articles controller ( #2855 )
...
* Fix up articles controller
* Update request specs
* Add proper post_under_org tests
* Remove create_job_opportunity
* Add user profile back in
2019-05-16 13:56:26 -04:00
rhymes
941ab4178b
Articles API: create and update ( #2844 )
...
* Add system test to create article from the editor
* Move article creation from API to app controller
* Fix system test to edit posts
* Move article update from API to app controller
* Rewrite create article API using API key
* Add main_image and canonical_url to allowed creation params
* Rewrite update article API using API key
* Fix tests and have Comments API inherit from API
2019-05-16 12:26:24 -04:00
Tim Lange
2837e5430a
Refactor Onboardings ( #2475 )
2019-05-15 17:51:19 -04:00
Ben Halpern
dd20e70f12
Simplify article show page reactions ( #2827 )
...
* Simplify article show page reactions
* Clean up styling and adjust zen mode logic
* Remove unused variables
* Update app/views/articles/_actions.html.erb
Co-Authored-By: Nick Taylor <nick@iamdeveloper.com>
* Small style mods
* Slight padding change
* Finalize new show page button design
2019-05-15 10:32:36 -04:00
Ben Halpern
166e26bdf9
Move webcomponents-loader to lib and clean out some dead code (unrelated) ( #2838 )
2019-05-14 22:00:46 -04:00
Benny Powers
5f9a8a7501
Add click-to-copy to article share dropdown ( #1579 )
2019-05-14 17:45:40 -04:00
Ben Halpern
3f7ef59d23
Fix text that says publishing for v1 ( #2831 )
...
* Fix text that says publishing for v1
* Remove currently in beta text in settings
2019-05-14 14:08:32 -04:00
Ben Halpern
ab344801db
Fix localstorage key ( #2815 )
2019-05-13 15:27:42 -04:00
Ben Halpern
c7d7d55460
[WIP] Move both v1 and v2 editor to v2 preact-driven editor ( #2797 )
...
* Initial work on v2
* Initial changes merger
* Work to finalize v1/v2 editor adjustments
* Clean up styling
* Fiddle with form margins
* Fix some tests
* Change video
* skip a couple tests
* Modify tests to work with new code
2019-05-13 12:27:36 -04:00
Bolarinwa Balogun
ad61beedc2
Fix Empty Message for Archive List ( #2789 )
2019-05-10 15:06:40 -04:00
Ben Halpern
995d4eb1e2
Add pagination to listings ( #2775 )
2019-05-09 14:58:26 -04:00
derekenos
5f63a7d253
Enable Escape key to close opened listing modal ( #2768 )
2019-05-09 14:21:35 -04:00
rhymes
e626002260
Add alternative texts to images ( #2771 ) [ci skip]
2019-05-09 11:16:03 -04:00
Andy Zhao
bb75ee3fc6
WIP Add proper error handling when creating a listing ( #2755 )
...
* Add proper error handling when creating a listing
* Remove accidentally committed stylesheet
* Make error text
* Preserve input values if the submission is invalid
2019-05-07 18:25:25 -04:00
Andy Zhao
b33b59ec96
Remove listings' body_markdown's line-breaks ( #2742 )
2019-05-07 14:54:49 -04:00
Ben Halpern
35fe810b51
Add default tags for listings dropdown and misc other changes ( #2719 )
2019-05-06 14:52:52 -04:00
Ben Halpern
17cf4133e1
Change number of reactions queried ( #2701 )
2019-05-05 20:18:32 -04:00
Ben Halpern
1ddef633cc
Improve reading list ( #2695 )
...
* Initial readinglist adjustments
* Improve readinglist
* Finalize new reading list
* Fix indexing and final finalizations
* Fix tests
* fix tests
2019-05-05 19:19:30 -04:00
Ben Halpern
9e7dbf8356
Update JS listings form and other tweaks ( #2697 )
2019-05-05 10:14:07 -04:00
Andy Zhao
e9b4b4b8c8
WIP Add modal for single listings ( #2688 )
...
* Add new line at the bottom of the file
* Fix some linter errors
* Add overlay and links to single listings
* Clean up some code
* Add escape key functionality to quit overlay
* Lint some code
* Add modal functionality
* Update styling for modal
* Fix some linter warnings
* Preserve the correct link all the time
2019-05-04 19:39:49 -04:00
Jess Lee
a6d92c702b
Add report abuse link to listings ( #2684 )
...
* add report abuse link
* add listings category on abuse form
* include listings category
2019-05-04 09:06:42 -04:00
Andy Zhao
5f74ccb01e
Make "create listing" button work with InstantClick ( #2676 )
...
* Make create listing work with instantclick
* Prevent autocomplete from extensions
2019-05-03 11:33:16 -04:00
Andy Zhao
07796e769a
Move new listing form to Preact ( #2674 )
...
* Fix typo
* Use preact for new listing form
* Send proper max tag amount in error msg
* Add styles back in for edit page
2019-05-03 10:17:12 -04:00
Jess Lee
5e193fdcd7
Create listings permalink ( #2637 )
...
* create listings show route
* add link to listings
* include slug in json
* migrate test environment
* unlink listing title
* fix formatting
* remove slug data from json
* remove auto linting
* fix spacing
* add to algolia index?
* actually add index?
* fix merge conflicts?
* update query
2019-05-02 14:14:40 -04:00
Ben Halpern
bfedee0561
Fix some listing/credit bugs ( #2584 )
...
* Fix some listing/credit bugs
* Tack on codepen team link fix
* Fix test
* Actually fix test
2019-04-26 19:01:35 -04:00
Ben Halpern
3f92ac4919
Fix/improve edits for listings ( #2555 )
...
* Fix the edit process for listings
* Add category to listing
* Fix issue in listing update
2019-04-25 16:12:50 -04:00
Ben Halpern
78138532c8
Classified Listings ( #2545 )
...
* Initial classified listings work
* More work on tags
* Additional work finalizing stripe and getting the listings page along
* Finalize-ish listings 🤞
2019-04-24 16:17:01 -04:00
Nick Taylor
1ca5177044
Disabled no-console for where we currently log an error. ( #2502 )
2019-04-20 09:20:08 -04:00
Nick Taylor
27ea00e152
Fix some frontend linting issues ( #2495 ) [ci skip]
2019-04-19 10:58:21 -04:00
Ali Spittel
fd20c8e1da
Make Cards Change Dynamically and add Reader/Follower Charts ( #2488 )
...
* use API data
* Update schema.rb
* work on proCharts
* change to fetch
* remove console log
* add week month infinity dates
* linter tweaks
* change chart labels
* make cards change dynamically as well
* add april 1st disclaimer comment
* add reader and follower charts
* Update schema.rb
2019-04-18 14:59:13 -04:00
Ali Spittel
b374975edd
Feature/filtered charts ( #2482 )
...
* use API data
* Update schema.rb
* work on proCharts
* change to fetch
* remove console log
* add week month infinity dates
* linter tweaks
* change chart labels
2019-04-18 11:21:25 -04:00
Ben Halpern
583a772d52
Add inbox guidelines to users ( #2473 )
2019-04-17 15:49:48 -04:00
Mario See
dd78c5eb29
Release Open Inbox ( #2468 )
...
* unhide connect and add clearer messages
* update userDetails snapshot
2019-04-17 12:46:12 -04:00
Tim Lange
bf68782374
REF: React eslint ( #2432 )
2019-04-16 17:28:19 -04:00
Tim Lange
81c28886c8
UX: Several improvements for chat in nightmode ( #2430 )
...
* UX: Several improvements for chat in nightmode
* FIX: Some react refactoring
* FIX: Fixed failing react tests
2019-04-14 11:05:58 -04:00
Ben Halpern
5f3fd96960
Modify social share button and functionality ( #2316 )
...
* Modify social share button and functionality
* Some nightmode changes tossed in
* Style adjustments and test snapshot fix
2019-04-06 14:49:52 -04:00
Mario See
91968e3860
block/report abuse in dev-connect ( #2074 )
...
* block chat method
* block and report buttons
* styling
* more styling
* add id redirect
* remove whitespace
* authorize channel in block_chat method
* remove trailing whitespace
* make variable local
* validate using policy
* check channel direct
* fix comparison in chat_channel model
* fix channel variable
2019-03-26 11:53:30 -04:00
Ali Spittel
ed1906b02e
Fix dark theme issues with the pro dashboard ( #2178 )
2019-03-25 16:02:28 -04:00