Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settingsのナビゲーションタイトルがコンテンツと被る(=上タブの背景色が、かなり下へスクロールしないと適用されない) #205

Open
akidon0000 opened this issue Oct 4, 2024 · 0 comments
Assignees
Labels

Comments

@akidon0000
Copy link
Member

akidon0000 commented Oct 4, 2024

バグ報告

バグ・不具合について

環境

使用している端末について

アプリケーションのバージョン

スクリーンショット

再現方法

手順
1.
2.
3.

その他

%%{ init:{ 'theme':'dark' }}%%
sequenceDiagram
  actor usr as ユーザー (大学生)
  box Tokumemo++ System
    participant client as iOS / Android
    participant api as API
    participant db as Googleスプレッドシート
  end

  Note over usr,db: ホーム画面にアクセスする
  usr ->>+ client: アプリを起動する
  client -->>- usr: スプラッシュ画面を表示する
  client ->>+ api: GET リソース情報を取得する
  api ->>+ db: GET リソース情報
  db -->>- api: response リソース情報(json形式)
  api -->>- client: status 200, response リソース情報
  client ->> client: ホーム画面をレンダリングする
  client -->> usr: ホーム画面を表示する
Loading
@akidon0000 akidon0000 self-assigned this Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant