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

Migrate comment to React #424

Merged
merged 11 commits into from Aug 18, 2019
Merged

Migrate comment to React #424

merged 11 commits into from Aug 18, 2019

Conversation

lightnet328
Copy link
Member

Overview

There is no major change in appearance or feature, and the comment feature was migrated to React.

Changes

  • Migrated comments to React

Depends on

#420

@sotarok sotarok temporarily deployed to crowi-dev-pr-424 February 21, 2019 07:43 Inactive
@sotarok
Copy link
Member

sotarok commented May 2, 2019

Super nice.
I'll review it soon.

@sotarok sotarok added this to In progress in v1.8 Jun 4, 2019
@sotarok sotarok added this to the v1.8.0 milestone Jul 2, 2019
Conflicts:
	client/app.js
	client/app.tsx
	client/crowi.js
	client/crowi.ts
	lib/views/widget/page_side_content.html
@sotarok sotarok temporarily deployed to crowi-dev-pr-424 July 20, 2019 17:05 Inactive
@lightnet328 lightnet328 changed the base branch from dev/v1.8 to master August 6, 2019 16:28
@lightnet328 lightnet328 mentioned this pull request Aug 6, 2019
79 tasks
@sotarok sotarok temporarily deployed to crowi-dev-pr-424 August 6, 2019 16:34 Inactive
@sotarok sotarok temporarily deployed to crowi-dev-pr-424 August 6, 2019 18:32 Inactive
@codecov
Copy link

codecov bot commented Aug 6, 2019

Codecov Report

Merging #424 into master will increase coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #424      +/-   ##
==========================================
+ Coverage   35.17%   35.28%   +0.11%     
==========================================
  Files         112      112              
  Lines        4543     4557      +14     
  Branches      700      702       +2     
==========================================
+ Hits         1598     1608      +10     
- Misses       2319     2321       +2     
- Partials      626      628       +2
Impacted Files Coverage Δ
lib/middlewares/swigFilters.ts 25% <0%> (-6.25%) ⬇️
lib/controllers/search.ts 17.14% <0%> (-1.78%) ⬇️
lib/util/search.ts 17.96% <0%> (-0.05%) ⬇️
lib/util/fileUploader.ts 100% <0%> (ø) ⬆️
lib/models/page.ts 51.58% <0%> (+0.49%) ⬆️
lib/models/notification.ts 87.87% <0%> (+1.31%) ⬆️
lib/models/activity.ts 82.53% <0%> (+2.53%) ⬆️

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 6cc666f...7f3197e. Read the comment docs.

@sotarok sotarok temporarily deployed to crowi-dev-pr-424 August 10, 2019 12:42 Inactive
Copy link
Member

@sotarok sotarok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lightnet328 Only 1 point should be fixed.

<>
<CommentList className="collapse" id="page-comments-list-newer" crowi={crowi} comments={comments} revisionId={revisionId} />
<a className="text-center" data-toggle="collapse" href="#page-comments-list-newer">
<i className="fa fa-angle-double-up" /> Comments for Newer Revision <i className="fa fa-angle-double-up" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fa is no longer valid.
Use Common/Icon instead.

v1.8 automation moved this from In progress to Review in progress Aug 14, 2019
@sotarok sotarok requested a deployment to crowi-dev-pr-424 August 18, 2019 15:28 Abandoned
v1.8 automation moved this from Review in progress to Reviewer approved Aug 18, 2019
@sotarok sotarok merged commit e319c24 into master Aug 18, 2019
v1.8 automation moved this from Reviewer approved to Done Aug 18, 2019
@sotarok sotarok deleted the refactor/react-comments branch August 18, 2019 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
v1.8
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants