feat: optional secret field (#1115)

* fix: add grab cursor to drag indicator

* feat: optional secret field

* chore: increment version

* chore: format files

* fix: import React automatically

* fix: qr code button not clickable

* fix: show entry types after title

* fix: remove stylekit references

* fix: import react

* chore: update yarn.lock

* fix: update webpack dev config

* fix: styles import path

* fix: skalert import

* fix: misc

* fix: build components using build:components script

* fix(tmp): @standardnotes/styles as a dependency for @standardnotes/components-meta

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
Johnny A
2022-06-22 10:32:43 -04:00
committed by GitHub
parent 6f6cbff855
commit 7c0938b877
36 changed files with 830 additions and 764 deletions

View File

@@ -94,6 +94,10 @@
padding-right: 0.5rem;
}
.pr-4 {
padding-right: 1rem;
}
.pl-1 {
padding-left: 0.25rem;
}