[Client] Improve UI

This commit is contained in:
syuilo
2018-11-15 00:01:49 +09:00
parent 90429b787c
commit d063d59a91
4 changed files with 38 additions and 20 deletions

View File

@ -141,11 +141,10 @@ export default (opts: Opts = {}) => ({
this.$root.api('notes/favorites/create', {
noteId: this.appearNote.id
}).then(() => {
// TODO
/*this.$root.alert({
pointer: false,
autoClose: true
});*/
this.$root.alert({
type: 'success',
splash: true
});
});
},