Skip to content

Commit 48f311b

Browse files
svfcodealexandergulldatorikCopilotGlomberg
authored
Beta 2.179 (#657)
* Queue log removed. * Upd. Logging FW update. * Upd. Logging FW update. Auto-tests. * Fix. Logger. Logs update fixed. * Upd. Logger. Dev merge and fixes. * Code. Code Review * Code. Code Review * upd version * upd version * Code. Code Review * Code. Code Review * Code. Code Review * Code. Code Review * Mod. React. Continue switch auth block. (#640) * Mod. React. Continue switch auth block. * Mod. React. Switch auth block. * fix eslint * fix psalm * upd * fix hints * upd hint again * Fix. Settings. Fix 2fa option switch. * ref by review * ref by review * fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Upd. Settings. Improve modal layout. * reminify * fix eslint --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix. Code. Github action fixed (xdebug activated). * Mod. Link. Changing the link * Upd. Scan. Improve Surface flow to count files. (#652) * Upd. Scan. Improve Surface flow to count files. * Upd. Scan. Improve Surface flow to count files. * Upd. Scan. Improve Surface flow to count files. * Upd. Scan. Improve Surface flow to count files. * Update changelog * Upd. Banners. Improved statement of show banner. --------- Co-authored-by: alexandergull <alex.g@cleantalk.org> Co-authored-by: datorik <datorik@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Glomberg <bazz@bk.ru> Co-authored-by: AntonV1211 <antonV1211@yandex.ru> Co-authored-by: Aleksandr Banins <alexander.b@cleantalk.org> Co-authored-by: AntonV1211 <39616556+AntonV1211@users.noreply.github.com>
1 parent acfe751 commit 48f311b

51 files changed

Lines changed: 2200 additions & 1015 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: shivammathur/setup-php@v2
3232
with:
3333
php-version: ${{ env.PHP_VERSION }}
34+
coverage: xdebug
3435

3536
- name: Run MySQL server
3637
run: sudo systemctl start mysql

css/spbc-settings.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/src/spbc-settings.css

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,32 @@
3939
100% { clip-path: polygon(50% 0%, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 50%, 50% 50%); }
4040
}
4141

42-
#confirmation-code--resend .circle{
42+
#confirmation-code--resend .circle,
43+
.spbc-2fa-confirmation-resend .circle{
4344
margin-left: 5px;
4445
display: inline-block;
4546
vertical-align: text-bottom;
4647
}
4748

49+
/** 2FA confirmation modal: input + Resend on one row (narrow dialog vs .regular-text 25em) */
50+
.spbc-2fa-confirmation-row{
51+
display: flex;
52+
flex-direction: row;
53+
align-items: center;
54+
gap: 10px;
55+
margin: 1em 0;
56+
}
57+
.spbc-2fa-confirmation-row .spbc-2fa-confirmation-input{
58+
flex: 1 1 auto;
59+
min-width: 0;
60+
width: auto !important;
61+
max-width: 100%;
62+
box-sizing: border-box;
63+
}
64+
.spbc-2fa-confirmation-row .spbc-2fa-confirmation-resend{
65+
flex-shrink: 0;
66+
}
67+
4868
.spbc---hidden{display: none;}
4969
.spbc---gray{color: gray;}
5070
.spbc---red{color: red;}

0 commit comments

Comments
 (0)