Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sarun Mungthanya
SpnPatch-Laravel
Commits
155c2612
Commit
155c2612
authored
Nov 13, 2024
by
Chanon.u
Browse files
Remove auto darkmode and fix sonarlint - coding style
parent
9d47970b
Changes
2
Show whitespace changes
Inline
Side-by-side
database/migrations/2024_07_16_080941_add_deleted_at_column_to_users_table.php
View file @
155c2612
resources/js/store.js
View file @
155c2612
...
...
@@ -15,11 +15,6 @@ export default {
document
.
body
.
classList
.
contains
(
"
is-sidebar-open
"
)
&&
Alpine
.
store
(
"
breakpoints
"
).
xlAndUp
;
Alpine
.
effect
(()
=>
{
this
.
isDarkModeEnabled
?
document
.
documentElement
.
classList
.
add
(
"
dark
"
)
:
document
.
documentElement
.
classList
.
remove
(
"
dark
"
);
});
Alpine
.
effect
(()
=>
{
this
.
isMonochromeModeEnabled
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment