diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-15 00:01:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-15 00:01:49 +0900 |
| commit | d063d59a914ec36c3920f4205f75f9aa312844b4 (patch) | |
| tree | fa02f5cb5e2ec024da4fec6bbb5c9a61a5d50952 /src/client/app/common/scripts | |
| parent | 10.49.6 (diff) | |
| download | sharkey-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.ts | 9 |
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 + }); }); }, |