-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature block content edit view [View] #416
Feature block content edit view [View] #416
Conversation
Deploy preview for notably-app ready! Built with commit 962adaa |
Codecov Report
@@ Coverage Diff @@
## master #416 +/- ##
============================================
- Coverage 68.70% 65.41% -3.29%
Complexity 530 530
============================================
Files 97 97
Lines 2029 2131 +102
Branches 201 202 +1
============================================
Hits 1394 1394
- Misses 556 658 +102
Partials 79 79
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @HemanshuGandhi are you going to add the title info and path info header to BlockContentDisplayView
?
src/main/java/com/notably/view/blockcontent/BlockContentEditView.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more comments!
04e6d30
to
1855a38
Compare
6f7d313
to
3f2659b
Compare
Part of Hemanshu's deliverables as in #380.
Logic
, which then updates theBlock
's contents. (Autosave behavior).