front_memo

app/javascript/

注記がないかぎり、標準 UI は single、上級者向け UI は deck と呼ぶ。

Compose boxes

compose_panel

標準 UI でデスクトップ表示のとき、左側のナビゲーション部分に表示される。

/mastodon/features/compose/components/compose_form.jsx
← /mastodon/features/compose/containers/compose_form_container.js
← /mastodon/features/compose/index.jsx

compose_form

基本的にモバイル表示で使われるが、デスクトップ表示でも出せる。

デスクトップ表示で出す方法は、mstdn.example.com/publish に直接アクセスするか、モバイル表示で [New post] を押したあと、ブラウザのビューポートをリサイズしてデスクトップ表示にする。

/mastodon/features/ui/components/compose_panel.jsx
← /mastodon/features/ui/components/columns_area.jsx
← /mastodon/features/ui/containers/columns_area_container.js
← /mastodon/features/ui/index.jsx

standalone

mstdn.example.com/share で表示される

/mastodon/features/standalone/compose/index.jsx
← /mastodon/containers/compose_container.jsx
← /packs/share.jsx

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS