Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: Add "Export" and "Duplicate" buttons in notes options menu. #688
feat: Add "Export" and "Duplicate" buttons in notes options menu. #688
Changes from 3 commits
e917871
dd088b6
788d60a
e465dd4
43f3dd9
b1582f8
302b779
eba6c5b
1164756
9a6fd2b
4777203
66fbe6c
88fc84a
d7dc044
2efd988
ad16d37
21f1f35
6c390ee
473627f
e7dccd9
6bbf02b
0427abf
10145fa
36a30f8
a2ee7fb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I've just merged this PR so let's use the package_info file_type instead.
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.
I've made the change 👍 The tsc run on the PR will fail I guess till the snjs version is bumped.
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.
You can bump this to 1.7.0 when this run finishes: https://github.com/standardnotes/snjs/runs/3919286442
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.
Run's still failing it seems.
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.
I know what the issue is, needs a change in SNJS.
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.
Btw you can run
yarn build
locally to make sure it compiles before pushing so that you don't have to wait for CI.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.
Merged to master: standardnotes/snjs@7a3e911
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.
Hey @mobitar, the tsc run still seems to fail. Shows quite a few errors.
For the second one,
import { FeatureDescription } from '@standardnotes/snjs/node_modules/@standardnotes/features'
instead ofimport { FeatureDescription } from '@standardnotes/features'
seems to stop that error.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.
In the
yarn.lock
file, there is both 1.6.2 of@standardnotes/features
and 1.7.1:Maybe this is causing the errors?
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.
I think standardnotes/snjs#459 will fix this.