This repository was archived by the owner on Dec 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Improve password generator #703
Open
kcinay055679
wants to merge
37
commits into
master
Choose a base branch
from
feature/687/password-generator-options
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
f04187d
upgrade bootstrap package and update first half of styles
Vakmeth 7f979cd
update margin-right and padding to fit bootstrap version 5.3.0-alpha3
Vakmeth b8b29fc
upgrade ember bootstrap version to 5
kcinay055679 463a85c
start debuging version
kcinay055679 07f0eb6
update bootstrap
kcinay055679 79ee378
fixing radio buttons
kcinay055679 67e1c22
fix styling
kcinay055679 a025de7
remove math random and implement to use custom length and digits for …
njaeggi 39ef7f9
Password gets generated on default
kcinay055679 04181ec
styling
kcinay055679 09c8ab1
should work
kcinay055679 fdf48d6
styling
kcinay055679 6608a9a
Password gets generated correctly
kcinay055679 606bf8e
fix tests
kcinay055679 0ea01d6
write tests
kcinay055679 08916a5
fix prettier and last integration test
njaeggi bcb9bc2
remove input change manually and remove generating new random passwor…
njaeggi 8aa61f3
implement feedback and change workflow of generating passwords
njaeggi 4ad7ab0
fix frontend specs
njaeggi 50a9468
adjust styling of generate secure password button
njaeggi 1c8b82b
improve design
kcinay055679 06d632d
change color of switch
kcinay055679 e58bf68
improve style of range and switch
kcinay055679 2871e6c
remove arrows from number spinner
kcinay055679 eca1f82
fix bug in layout on rezize
kcinay055679 0758d73
add every hardcoded string to the translation files
kcinay055679 a914350
fix linter
kcinay055679 cfad883
fix test
kcinay055679 4986711
fix translation file
kcinay055679 41a60be
implement feedback from marc
kcinay055679 5f23b6d
remove unused css class
kcinay055679 08bdea8
start adding accordion to the password generator
kcinay055679 5ac0788
autoclose accordeon after generating password
kcinay055679 07a87d2
fix after rebase
kcinay055679 257ed50
clean up passoword generator
kcinay055679 171fe26
Do not generate a password per default
kcinay055679 ad8ff59
fix tests
kcinay055679 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| $btn-color: #ff0000; | ||
| $btn-color: #ff0000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,7 +58,6 @@ | |
| width: 100%; | ||
| max-width: 100%; | ||
| height: 35px; | ||
| margin-left: 5%; | ||
| } | ||
|
|
||
| .d-flex .ember-basic-dropdown { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,3 +24,6 @@ | |
| width: 100% !important; | ||
| background-color: #4dd100 !important; | ||
| } | ||
| .progress-height{ | ||
| height: 0.3rem; | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.