diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-19 13:53:41 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-19 13:53:41 +0900 |
| commit | f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e (patch) | |
| tree | b589c3f04550fc0fb94c59085bea8ffc930e7b04 /packages/client/src/widgets | |
| parent | update depsd (diff) | |
| download | sharkey-f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.tar.gz sharkey-f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.tar.bz2 sharkey-f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.zip | |
wip
Diffstat (limited to 'packages/client/src/widgets')
| -rw-r--r-- | packages/client/src/widgets/federation.vue | 2 | ||||
| -rw-r--r-- | packages/client/src/widgets/notifications.vue | 4 | ||||
| -rw-r--r-- | packages/client/src/widgets/rss-ticker.vue | 2 | ||||
| -rw-r--r-- | packages/client/src/widgets/rss.vue | 2 | ||||
| -rw-r--r-- | packages/client/src/widgets/timeline.vue | 16 | ||||
| -rw-r--r-- | packages/client/src/widgets/trends.vue | 2 |
6 files changed, 14 insertions, 14 deletions
diff --git a/packages/client/src/widgets/federation.vue b/packages/client/src/widgets/federation.vue index d0f81c1356..60b4924c40 100644 --- a/packages/client/src/widgets/federation.vue +++ b/packages/client/src/widgets/federation.vue @@ -1,6 +1,6 @@ <template> <MkContainer :show-header="widgetProps.showHeader" :foldable="foldable" :scrollable="scrollable" class="mkw-federation"> - <template #header><i class="fas fa-globe"></i>{{ i18n.ts._widgets.federation }}</template> + <template #header><i class="ti ti-world"></i>{{ i18n.ts._widgets.federation }}</template> <div class="wbrkwalb"> <MkLoading v-if="fetching"/> diff --git a/packages/client/src/widgets/notifications.vue b/packages/client/src/widgets/notifications.vue index 2729c310a0..e697209444 100644 --- a/packages/client/src/widgets/notifications.vue +++ b/packages/client/src/widgets/notifications.vue @@ -1,7 +1,7 @@ <template> <MkContainer :style="`height: ${widgetProps.height}px;`" :show-header="widgetProps.showHeader" :scrollable="true" class="mkw-notifications"> - <template #header><i class="fas fa-bell"></i>{{ i18n.ts.notifications }}</template> - <template #func><button class="_button" @click="configureNotification()"><i class="fas fa-cog"></i></button></template> + <template #header><i class="ti ti-bell"></i>{{ i18n.ts.notifications }}</template> + <template #func><button class="_button" @click="configureNotification()"><i class="ti ti-settings"></i></button></template> <div> <XNotifications :include-types="widgetProps.includingTypes"/> diff --git a/packages/client/src/widgets/rss-ticker.vue b/packages/client/src/widgets/rss-ticker.vue index 82a2f59ae9..cc3c688f7b 100644 --- a/packages/client/src/widgets/rss-ticker.vue +++ b/packages/client/src/widgets/rss-ticker.vue @@ -1,7 +1,7 @@ <template> <MkContainer :naked="widgetProps.transparent" :show-header="widgetProps.showHeader" class="mkw-rss-ticker"> <template #header><i class="fas fa-rss-square"></i>RSS</template> - <template #func><button class="_button" @click="configure"><i class="fas fa-cog"></i></button></template> + <template #func><button class="_button" @click="configure"><i class="ti ti-settings"></i></button></template> <div class="ekmkgxbk"> <MkLoading v-if="fetching"/> diff --git a/packages/client/src/widgets/rss.vue b/packages/client/src/widgets/rss.vue index f392a8249a..7d008b5155 100644 --- a/packages/client/src/widgets/rss.vue +++ b/packages/client/src/widgets/rss.vue @@ -1,7 +1,7 @@ <template> <MkContainer :show-header="widgetProps.showHeader" class="mkw-rss"> <template #header><i class="fas fa-rss-square"></i>RSS</template> - <template #func><button class="_button" @click="configure"><i class="fas fa-cog"></i></button></template> + <template #func><button class="_button" @click="configure"><i class="ti ti-settings"></i></button></template> <div class="ekmkgxbj"> <MkLoading v-if="fetching"/> diff --git a/packages/client/src/widgets/timeline.vue b/packages/client/src/widgets/timeline.vue index 718162667d..5e1081f0d8 100644 --- a/packages/client/src/widgets/timeline.vue +++ b/packages/client/src/widgets/timeline.vue @@ -2,10 +2,10 @@ <MkContainer :show-header="widgetProps.showHeader" :style="`height: ${widgetProps.height}px;`" :scrollable="true" class="mkw-timeline"> <template #header> <button class="_button" @click="choose"> - <i v-if="widgetProps.src === 'home'" class="fas fa-home"></i> - <i v-else-if="widgetProps.src === 'local'" class="fas fa-comments"></i> - <i v-else-if="widgetProps.src === 'social'" class="fas fa-share-alt"></i> - <i v-else-if="widgetProps.src === 'global'" class="fas fa-globe"></i> + <i v-if="widgetProps.src === 'home'" class="ti ti-home-2"></i> + <i v-else-if="widgetProps.src === 'local'" class="ti ti-messages"></i> + <i v-else-if="widgetProps.src === 'social'" class="ti ti-share"></i> + <i v-else-if="widgetProps.src === 'global'" class="ti ti-world"></i> <i v-else-if="widgetProps.src === 'list'" class="fas fa-list-ul"></i> <i v-else-if="widgetProps.src === 'antenna'" class="fas fa-satellite"></i> <span style="margin-left: 8px;">{{ widgetProps.src === 'list' ? widgetProps.list.name : widgetProps.src === 'antenna' ? widgetProps.antenna.name : $t('_timelines.' + widgetProps.src) }}</span> @@ -102,19 +102,19 @@ const choose = async (ev) => { })); os.popupMenu([{ text: i18n.ts._timelines.home, - icon: 'fas fa-home', + icon: 'ti ti-home-2', action: () => { setSrc('home'); } }, { text: i18n.ts._timelines.local, - icon: 'fas fa-comments', + icon: 'ti ti-messages', action: () => { setSrc('local'); } }, { text: i18n.ts._timelines.social, - icon: 'fas fa-share-alt', + icon: 'ti ti-share', action: () => { setSrc('social'); } }, { text: i18n.ts._timelines.global, - icon: 'fas fa-globe', + icon: 'ti ti-world', action: () => { setSrc('global'); } }, antennaItems.length > 0 ? null : undefined, ...antennaItems, listItems.length > 0 ? null : undefined, ...listItems], ev.currentTarget ?? ev.target).then(() => { menuOpened.value = false; diff --git a/packages/client/src/widgets/trends.vue b/packages/client/src/widgets/trends.vue index a783c04215..02eec0431e 100644 --- a/packages/client/src/widgets/trends.vue +++ b/packages/client/src/widgets/trends.vue @@ -1,6 +1,6 @@ <template> <MkContainer :show-header="widgetProps.showHeader" class="mkw-trends"> - <template #header><i class="fas fa-hashtag"></i>{{ i18n.ts._widgets.trends }}</template> + <template #header><i class="ti ti-hash"></i>{{ i18n.ts._widgets.trends }}</template> <div class="wbrkwala"> <MkLoading v-if="fetching"/> |