Add support for CW in comments #308

Merged
elegaanz merged 1 commits from comments-cw into master 6 years ago
elegaanz commented 6 years ago (Migrated from github.com)

All the backend/federation code was already, I just added the UI 🤷‍♀️

Fixes #253

All the backend/federation code was already, I just added the UI :woman_shrugging: Fixes #253
codecov[bot] commented 6 years ago (Migrated from github.com)

Codecov Report

Merging #308 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #308      +/-   ##
=========================================
- Coverage    4.96%   4.95%   -0.01%     
=========================================
  Files          55      55              
  Lines        3708    3712       +4     
=========================================
  Hits          184     184              
- Misses       3524    3528       +4
Impacted Files Coverage Δ
src/routes/comments.rs 0% <0%> (ø) ⬆️
src/routes/posts.rs 0% <0%> (ø) ⬆️

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 3690e4c...7cea905. Read the comment docs.

# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/308?src=pr&el=h1) Report > Merging [#308](https://codecov.io/gh/Plume-org/Plume/pull/308?src=pr&el=desc) into [master](https://codecov.io/gh/Plume-org/Plume/commit/3690e4cfb92537a5b948e18c6b1e850e496c5c8a?src=pr&el=desc) will **decrease** coverage by `<.01%`. > The diff coverage is `0%`. [![Impacted file tree graph](https://codecov.io/gh/Plume-org/Plume/pull/308/graphs/tree.svg?width=650&token=sHtxmDuZ06&height=150&src=pr)](https://codecov.io/gh/Plume-org/Plume/pull/308?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #308 +/- ## ========================================= - Coverage 4.96% 4.95% -0.01% ========================================= Files 55 55 Lines 3708 3712 +4 ========================================= Hits 184 184 - Misses 3524 3528 +4 ``` | [Impacted Files](https://codecov.io/gh/Plume-org/Plume/pull/308?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [src/routes/comments.rs](https://codecov.io/gh/Plume-org/Plume/pull/308/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcy9jb21tZW50cy5ycw==) | `0% <0%> (ø)` | :arrow_up: | | [src/routes/posts.rs](https://codecov.io/gh/Plume-org/Plume/pull/308/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcy9wb3N0cy5ycw==) | `0% <0%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/Plume-org/Plume/pull/308?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/308?src=pr&el=footer). Last update [3690e4c...7cea905](https://codecov.io/gh/Plume-org/Plume/pull/308?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
trinity-1686a approved these changes 6 years ago

Reviewers

trinity-1686a approved these changes 6 years ago
The pull request has been merged as a64c4912cf.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b comments-cw master
git pull origin comments-cw

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff comments-cw
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#308
Loading…
There is no content yet.