Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Add) Empty Inbox button to the Private Message inbox #1287

Merged
merged 3 commits into from
Apr 19, 2020

Conversation

clandestine8
Copy link
Contributor

Created function & route to provide the option of deleting all items in your inbox at once.

Updated view to provide this feature to the end-user.

Add: emptyInbox function to PM Controller
Add: empty-inbox to mail route
Plus updated most of the language files
@clandestine8
Copy link
Contributor Author

StyleCI wants me to break existing code which I didn't touch so I'm not going to do that

@codecov
Copy link

codecov bot commented Apr 19, 2020

Codecov Report

Merging #1287 into master will increase coverage by 0.88%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1287      +/-   ##
============================================
+ Coverage     25.97%   26.86%   +0.88%     
- Complexity     4219     4220       +1     
============================================
  Files           300      300              
  Lines         13345    13350       +5     
============================================
+ Hits           3467     3586     +119     
+ Misses         9878     9764     -114     
Impacted Files Coverage Δ Complexity Δ
app/Http/Controllers/PrivateMessageController.php 0.00% <0.00%> (ø) 29.00 <1.00> (+1.00)
app/Notifications/NewBon.php 0.00% <0.00%> (-100.00%) 3.00% <0.00%> (ø%)
app/Notifications/NewFollow.php 0.00% <0.00%> (-100.00%) 3.00% <0.00%> (ø%)
app/Models/BonTransactions.php 0.00% <0.00%> (-33.34%) 3.00% <0.00%> (ø%)
app/Services/MovieScrapper.php 61.11% <0.00%> (-22.23%) 10.00% <0.00%> (ø%)
app/Models/User.php 38.49% <0.00%> (-4.77%) 122.00% <0.00%> (ø%)
app/Http/Controllers/FollowController.php 74.07% <0.00%> (-3.71%) 7.00% <0.00%> (ø%)
app/Http/Controllers/BonusController.php 89.09% <0.00%> (ø) 52.00% <0.00%> (ø%)
app/Http/Controllers/CommentController.php 78.86% <0.00%> (+1.50%) 45.00% <0.00%> (ø%)
app/Repositories/ChatRepository.php 71.25% <0.00%> (+3.59%) 47.00% <0.00%> (ø%)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3235e6e...6ae99e9. Read the comment docs.

@HDVinnie HDVinnie merged commit bb0bf1e into HDInnovations:master Apr 19, 2020
@clandestine8 clandestine8 deleted the empty-inbox branch April 19, 2020 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants