Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
monnaie-libre-fr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
websites
monnaie-libre-fr
Commits
4d78714b
Commit
4d78714b
authored
3 years ago
by
Emmanuel Salomon
Browse files
Options
Downloads
Patches
Plain Diff
a11y: fix darkmode toggle aria-checked + rel links
parent
53630565
No related branches found
No related tags found
No related merge requests found
Pipeline
#13676
passed
3 years ago
Stage: publish
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
components/app/AppDarkModeToggle.vue
+1
-1
1 addition, 1 deletion
components/app/AppDarkModeToggle.vue
components/home/HomeNextEvents.vue
+3
-1
3 additions, 1 deletion
components/home/HomeNextEvents.vue
pages/index.vue
+1
-0
1 addition, 0 deletions
pages/index.vue
with
5 additions
and
2 deletions
components/app/AppDarkModeToggle.vue
+
1
−
1
View file @
4d78714b
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
value=
"dark"
value=
"dark"
unchecked-value=
"light"
unchecked-value=
"light"
variant=
"dark"
variant=
"dark"
:aria-checked=
"mode"
:aria-checked=
"mode
=== 'light' ? 'false' : 'true'
"
aria-label=
"Toggle dark mode"
aria-label=
"Toggle dark mode"
>
>
<fa
<fa
...
...
This diff is collapsed.
Click to expand it.
components/home/HomeNextEvents.vue
+
3
−
1
View file @
4d78714b
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
href=
"https://forum.monnaie-libre.fr/calendar"
href=
"https://forum.monnaie-libre.fr/calendar"
target=
"_blank"
target=
"_blank"
class=
"group bg-clip-text bg-gradient-to-r font-extrabold from-purple-800 hover:underline text-4xl text-transparent to-blue-600 uppercase"
class=
"group bg-clip-text bg-gradient-to-r font-extrabold from-purple-800 hover:underline text-4xl text-transparent to-blue-600 uppercase"
rel=
"noopener noreferrer"
>
>
Agenda
Agenda
<fa
<fa
...
@@ -26,8 +27,9 @@
...
@@ -26,8 +27,9 @@
v-for=
"(event, index) in column"
v-for=
"(event, index) in column"
:key=
"index"
:key=
"index"
:href=
"`https://forum.monnaie-libre.fr/t/$
{event.slug}/${event.id}`"
:href=
"`https://forum.monnaie-libre.fr/t/$
{event.slug}/${event.id}`"
targe="_blank"
targe
t
="_blank"
class="block hover:bg-hover-light dark-hover:text-gray-800 p-2 mt-1 rounded-lg transition-colors"
class="block hover:bg-hover-light dark-hover:text-gray-800 p-2 mt-1 rounded-lg transition-colors"
rel="noopener noreferrer"
>
>
<div
class=
"event-date text-sm text-gray-500"
>
<div
class=
"event-date text-sm text-gray-500"
>
{{
prettyDate
(
event
.
event
.
start
)
}}
{{
prettyDate
(
event
.
event
.
start
)
}}
...
...
This diff is collapsed.
Click to expand it.
pages/index.vue
+
1
−
0
View file @
4d78714b
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
href=
"https://carte.monnaie-libre.fr"
href=
"https://carte.monnaie-libre.fr"
target=
"_blank"
target=
"_blank"
class=
"group bg-clip-text bg-gradient-to-r font-extrabold from-purple-800 hover:underline text-4xl text-transparent to-blue-600 uppercase"
class=
"group bg-clip-text bg-gradient-to-r font-extrabold from-purple-800 hover:underline text-4xl text-transparent to-blue-600 uppercase"
rel=
"noopener noreferrer"
>
>
Carte
Carte
<fa
<fa
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment