diff --git a/bin/svgs.js b/bin/svgs.js index f48e0a1f..1d33209f 100644 --- a/bin/svgs.js +++ b/bin/svgs.js @@ -8,6 +8,7 @@ module.exports = [ { id: 'fa-reply-all', src: 'src/thirdparty/font-awesome-svg-png/white/svg/reply-all.svg' }, { id: 'fa-retweet', src: 'src/thirdparty/font-awesome-svg-png/white/svg/retweet.svg' }, { id: 'fa-star', src: 'src/thirdparty/font-awesome-svg-png/white/svg/star.svg' }, + { id: 'fa-star-o', src: 'src/thirdparty/font-awesome-svg-png/white/svg/star-o.svg' }, { id: 'fa-ellipsis-h', src: 'src/thirdparty/font-awesome-svg-png/white/svg/ellipsis-h.svg' }, { id: 'fa-spinner', src: 'src/thirdparty/font-awesome-svg-png/white/svg/spinner.svg' }, { id: 'fa-user', src: 'src/thirdparty/font-awesome-svg-png/white/svg/user.svg' }, diff --git a/src/routes/_components/settings/SettingsListButton.html b/src/routes/_components/settings/SettingsListButton.html new file mode 100644 index 00000000..4d4434a2 --- /dev/null +++ b/src/routes/_components/settings/SettingsListButton.html @@ -0,0 +1,23 @@ + + + {label} + + + + diff --git a/src/routes/_components/settings/SettingsListItem.html b/src/routes/_components/settings/SettingsListItem.html deleted file mode 100644 index b5eb0e68..00000000 --- a/src/routes/_components/settings/SettingsListItem.html +++ /dev/null @@ -1,74 +0,0 @@ -
Instances you've logged in to:
Log in to an instance to start using Pinafore.
{/if} +