Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
intrn(todo): apply windi css
Browse files Browse the repository at this point in the history
  • Loading branch information
AteKitty07 committed Oct 8, 2022
1 parent 50d9f83 commit 090b30a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion components/consultation/form/searchable_chip.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<template>
<!-- TODO: Refactor all WindiCSS inline classes using @apply directive -->
<div class="field pb-5">
<h2 class="text-lg uppercase">
{{ header }}
Expand Down
2 changes: 1 addition & 1 deletion components/consultation/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class="material-icons search-btn"
@click="toggleSearching">
search
</button>
</button>
</div>
<div
v-else
Expand Down
1 change: 0 additions & 1 deletion components/helpers/overlay.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<template>
<!-- TODO: Refactor all WindiCSS inline classes using @apply directive -->
<div
v-if="isShown"
class="overlay bg-[rgba(0,0,0,0.3)] z-1 "
Expand Down
1 change: 0 additions & 1 deletion components/settings/schedule_picker.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
TODO: Refactor all WindiCSS inline classes using @apply directive
-->

<template>
Expand Down
1 change: 0 additions & 1 deletion components/settings/schedule_picker_group.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
TODO: Refactor all WindiCSS inline classes using @apply directive
TODO(lead): Use `employee_schedule` fetcher to modify data
-->
Expand Down

0 comments on commit 090b30a

Please sign in to comment.