Skip to content
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

Refactor ClientCreateContainer #22

Merged
merged 43 commits into from
Mar 24, 2023
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
6c73996
replace customDataInput to new file
Mar 8, 2023
de2db63
refactor create inputs
Mar 8, 2023
dd14e24
add new row Login key
Mar 8, 2023
a096fb2
add login key obj to func
Mar 8, 2023
aa28529
rename prop
Mar 8, 2023
206de00
replace text and uri inputs
Mar 8, 2023
969fec0
update radio input
Mar 10, 2023
ac1d1a6
add login key and show custom btn
Mar 10, 2023
7950e0e
add new input auth uri, add locales, update assignValue func
Mar 10, 2023
1f744bb
rename prop for URIInput
Mar 10, 2023
5f3e361
remove login_key
Mar 10, 2023
6061650
add locales for new card in client edit
Mar 13, 2023
6eda92b
refactor client create component, add cards
Mar 13, 2023
fdb61cf
replace rows for new section
Mar 13, 2023
cfca14d
add new input singleCheckbox, add new input to assign function
Mar 14, 2023
a991988
add locales for added inputs and cards
Mar 15, 2023
7a0677c
add condition for defaultChecked radio input
Mar 15, 2023
87b2d94
add authorize anonymous usrs to detail
Mar 15, 2023
1b912ca
add new prop for radio btn, fix condition in the refactorSubmitData f…
Mar 15, 2023
ca46845
change cards icon
Mar 15, 2023
268406b
add new input redirect_uri_validation_method, locales for it
Mar 16, 2023
6ffb4d3
add missing setDisabled, fix condition for cookie domain
Mar 16, 2023
c205a64
fix condition for dispay authorize_anonymous_users
Mar 16, 2023
2d9c97f
refactor form to classname
Mar 20, 2023
534d9c3
update locales, add new CardHeader name, add new locales for ClientDe…
Mar 20, 2023
a922576
update headers and buttons name
Mar 20, 2023
1833469
refactor detail like a create container
Mar 20, 2023
6c0192c
add pkce to code challenge method
Mar 20, 2023
8956aff
remove unused code
Mar 20, 2023
aaee1d8
update changelog
Mar 20, 2023
d7c5b85
remove unused code, fix ident, update locales
Mar 21, 2023
5bbe0b6
Merge branch 'main' into refactor/update-clietns
Mar 22, 2023
7c06b58
add styles for grid
Mar 23, 2023
6cd3c3d
add comment with description
Mar 23, 2023
da11e03
add condition to code tag
Mar 23, 2023
b499e44
remove redunant condition and add comment to adv card
Mar 23, 2023
3485e67
remove setDisabled from submit new client
Mar 23, 2023
0e5cf66
prepare feedback
Mar 23, 2023
ad0096b
simplify assing value to inputs
Mar 24, 2023
c7122c4
resolve conflict
Mar 24, 2023
16b6e2f
update sprint number
Mar 24, 2023
514f29d
add one more condition for checking undefined
Mar 24, 2023
081624d
version bump
Mar 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor form to classname
akonshina committed Mar 20, 2023
commit 2d9c97f86b8cf7479f08c0e656daba1369121332
4 changes: 2 additions & 2 deletions src/modules/auth/clients/clients.scss
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ $svg-arrow: var(--svg-arrow);
"b";
grid-template-columns: 1fr;

& form {
& .client-cards-wrapper {
display: grid;
grid-area: a;
grid-template-areas:
@@ -96,7 +96,7 @@ $svg-arrow: var(--svg-arrow);

@media (max-width: 994px) {
.client-wrapper {
& form {
& .client-cards-wrapper {
grid-template-areas:
"i"
"q";