parent
2496cece91
commit
45e8331e26
150 changed files with 610 additions and 609 deletions
8
src/web/app/desktop/scripts/not-implemented-exception.js
Normal file
8
src/web/app/desktop/scripts/not-implemented-exception.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import dialog from './dialog';
|
||||
|
||||
export default () => {
|
||||
dialog('<i class="fa fa-exclamation-triangle"></i>Not implemented yet',
|
||||
'要求された操作は実装されていません。<br>→<a href="https://github.com/syuilo/misskey" target="_blank">Misskeyの開発に参加する</a>', [{
|
||||
text: 'OK'
|
||||
}]);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue