Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Add Multi-notes Feature r=@vladikoff
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbarbier authored and vladikoff committed Mar 22, 2018
1 parent 7fca11b commit 3bddc69
Show file tree
Hide file tree
Showing 37 changed files with 1,999 additions and 886 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ globals:
loadFromKinto: false
disconnectFromKinto: false
saveToKinto: false
createNote: false
deleteNote: false

plugins:
- mozilla
Expand Down
7 changes: 7 additions & 0 deletions docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,10 @@ An event fired when IndexedDB fails to load

- `ec` - `notes`
- `ea` - `idb-fail`


#### `migrate-single-note`
An event fired when migrating singleNote to multiNote

- `ec` - `notes`
- `ea` - `migrate-single-note`
7 changes: 7 additions & 0 deletions locales/en-US/notes.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ emptyPlaceHolder=Take a note…
giveFeedback=Click here to give us some feedback
feedback=Give Feedback
cancelLogin=Cancel Login
cancelSetup=Cancel Setup
removeAccount=Remove Account

openingLogin=Opening login…
openingLoginWindow=Opening login window…
pleaseLogin=Verify your account…
forgetEmail=Forget this Email
disableSync=Disable Sync
Expand All @@ -63,6 +65,7 @@ maximumPadSizeExceeded=The multiple notes feature is coming soon. Meanwhile, you
syncNotReady2=Sorry, syncing notes isn’t quite ready. We will count your click as a vote to hurry it up!
syncReady=Good news - Sync is ready! Enable it below to get your notes where you need them.

signInToSync=Sign in to Sync
syncNotes=Sync Your Notes
syncProgress=Syncing changes…
# LOCALIZATION NOTE (disableSync): Sync is intended as a generic
Expand Down Expand Up @@ -114,3 +117,7 @@ darkThemeTitle=Dark
sendToNotes=Send to Notes

exportAsHTML=Export as HTML…

newNote=New Note
makePlainText=Make Plain Text
deleteNote=Delete Note

0 comments on commit 3bddc69

Please sign in to comment.