Skip to content

Commit

Permalink
#74 (style) - Fix comment TODO for remaining task
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlopez authored and fcamblor committed Aug 27, 2024
1 parent 4a7bed2 commit 61ab44d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mobile/src/components/speaker-card/SpeakerCard.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<!-- TODO Dev Card Speaker List -->
<!-- TODO #74 Dev Card Speaker List -->
<ion-card class="speakerCard">
<div class="speakerCard-head">
<div class="avatarContainer">
Expand All @@ -18,12 +18,12 @@
</div>
</div>
<div class="speakerCard-content">
<!-- TODO Display only mode full / hide mode compact -->
<!-- TODO #74 Display only mode full / hide mode compact -->
<ion-list class="talkResumeList" v-if="true">
<SpeakerResumeTalk></SpeakerResumeTalk>
<SpeakerResumeTalk></SpeakerResumeTalk>
</ion-list>
<!-- TODO Display only mode compact / hide mode full -->
<!-- TODO #74 Display only mode compact / hide mode full -->
<div class="bulletTagList" role="list" v-if="true">
<div class="bulletTag" role="listitem">
<span class="bulletTag-nb">2</span>Conf.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<!-- TODO Dev Btn -->
<!-- TODO #74 Dev Btn -->
<ion-button class="btn-talkFavorite" :class="{'_is-active': false}" fill="clear" :aria-label="LL.Add_Favorites">
<span class="btn-talkFavorite-group">
<ion-icon class="btn-talkFavorite-group-icon" v-if="true" aria-hidden="true"
Expand Down
2 changes: 1 addition & 1 deletion mobile/src/components/speaker-card/SpeakerResumeTalk.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<!-- TODO Dev Resume Card -->
<!-- TODO #74 Dev Resume Card -->
<ion-item class="talkResumeCard" :class="{'_has-favorited': false}">
<span class="talkResumeCard-line"></span>
<div class="talkResumeCard-content">
Expand Down
1 change: 1 addition & 0 deletions mobile/src/components/ui/ListModeSwitch.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template>
<!-- TODO #74 Dev btn and custom option / icons depending on context -->
<ion-segment value="buttons" class="listModesSwitch">
<ion-segment-button class="listModesSwitch-button" value="default" :aria-label="LL.Big_list_mode()">
<ion-icon :icon="albums" aria-hidden="true"></ion-icon>
Expand Down

0 comments on commit 61ab44d

Please sign in to comment.