diff --git a/android/.idea/misc.xml b/android/.idea/misc.xml index 86bd31a..37a7509 100644 --- a/android/.idea/misc.xml +++ b/android/.idea/misc.xml @@ -1,35 +1,5 @@ - - - - - - - - - diff --git a/android/.idea/vcs.xml b/android/.idea/vcs.xml index 2926018..6c0b863 100644 --- a/android/.idea/vcs.xml +++ b/android/.idea/vcs.xml @@ -1,6 +1,6 @@ - + - + \ No newline at end of file diff --git a/server/lib/no_pass_web/templates/layout/app.html.eex b/server/lib/no_pass_web/templates/layout/app.html.eex index 554fd3c..fb4b299 100644 --- a/server/lib/no_pass_web/templates/layout/app.html.eex +++ b/server/lib/no_pass_web/templates/layout/app.html.eex @@ -4,8 +4,8 @@ - - + + NoKey @@ -15,10 +15,10 @@
-

NoKey

+ <%= render @view_module, @view_template, assigns %>
diff --git a/server/lib/no_pass_web/templates/page/index.html.eex b/server/lib/no_pass_web/templates/page/index.html.eex index ec8304a..808b233 100644 --- a/server/lib/no_pass_web/templates/page/index.html.eex +++ b/server/lib/no_pass_web/templates/page/index.html.eex @@ -1,20 +1,21 @@ +

Welcome to NoKey!

+

+ NoKey is a distributed password manager without a master password. + TODO +

+

Try the alpha version

+

+ You can try out NoKey right now, but it's in an early alpha phase. + This means that there will be bugs and things that don't work, but you can still give it a try. +

+

+ Don't rely on NoKey just yet! There will probably be backwards incompatible changes before a proper release, + which would mean that if you would already rely on it now, you would lose your passwords once it's out of alpha. +

+

+ You can report issues here. +

-

Welcome to NoKey!

-

- NoKey is a distributed password manager without a master password. - TODO -

-
-
-

Try the alpha version

-

- You can try out NoKey right now, but it's in an early alpha phase. - This means that there will be bugs and things that don't work, but you can still give it a try. -

-

- Don't rely on NoKey just yet! There will probably be backwards incompatible changes before a proper release, - which would mean that if you would already rely on it now, you would lose your passwords once it's out of alpha. -

Web app

diff --git a/web_extension/background.js b/web_extension/background.js index e8b1b5b..f1cceec 100644 --- a/web_extension/background.js +++ b/web_extension/background.js @@ -83,7 +83,7 @@ setup(Elm.MainBackground.fullscreen, (app) => { width: 600, height: 300, type: 'popup', // TODO: test difference between:"normal" "popup" ("panel": deprecated on chrome) ("detached_panel" doesn't exist on chrome) - allowScriptsToClose: true // TODO: make window close on esc and save and forget button: window.close + allowScriptsToClose: true }).then((win) => { win.document.body.style = "width: 600; height: 300;"; win.document.documentElement.style = "width: 600; height: 300;";