summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-15 00:01:49 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-15 00:01:49 +0900
commitd063d59a914ec36c3920f4205f75f9aa312844b4 (patch)
treefa02f5cb5e2ec024da4fec6bbb5c9a61a5d50952 /src/client/app/common/scripts
parent10.49.6 (diff)
downloadsharkey-d063d59a914ec36c3920f4205f75f9aa312844b4.tar.gz
sharkey-d063d59a914ec36c3920f4205f75f9aa312844b4.tar.bz2
sharkey-d063d59a914ec36c3920f4205f75f9aa312844b4.zip
[Client] Improve UI
Diffstat (limited to 'src/client/app/common/scripts')
-rw-r--r--src/client/app/common/scripts/note-mixin.ts9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/client/app/common/scripts/note-mixin.ts b/src/client/app/common/scripts/note-mixin.ts
index 80935927d5..91b0d1d9c0 100644
--- a/src/client/app/common/scripts/note-mixin.ts
+++ b/src/client/app/common/scripts/note-mixin.ts
@@ -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
+ });
});
},