Skip to content

refactor: Center title in DefaultAppBar#617

Merged
Noor-Serry merged 1 commit into
developfrom
fix/movie-details-app-bar-padding
Aug 20, 2025
Merged

refactor: Center title in DefaultAppBar#617
Noor-Serry merged 1 commit into
developfrom
fix/movie-details-app-bar-padding

Conversation

@Noor-Serry

Copy link
Copy Markdown
Contributor

This commit modifies the DefaultAppBar composable to center the title text vertically. The title Text is now wrapped in a Box with a fixed height and contentAlignment = Alignment.Center.

Additionally, a preview for DefaultAppBar is added.

Pull Request Template

Description

Provide a clear and concise description of what this pull request does. Include the purpose and context for the changes.


Changes Made

List the changes introduced in this pull request:


Screenshots (if applicable)

Include screenshots or GIFs to showcase the changes, especially if they impact the UI.


Checklist

Please ensure the following tasks are completed:

  • My code follows the code style of this project
  • Changes have been tested manually and verified.
  • PR includes at most one single feature.

Additional Comments

Add any additional information or context about the pull request here.

This commit modifies the `DefaultAppBar` composable to center the title text vertically. The title `Text` is now wrapped in a `Box` with a fixed height and `contentAlignment = Alignment.Center`.

Additionally, a preview for `DefaultAppBar` is added.
@github-actions

Copy link
Copy Markdown

📊 domain Test Results

226 tests   226 ✅  3s ⏱️
 70 suites    0 💤
 70 files      0 ❌

Results for commit b9a6fc2.

@github-actions

Copy link
Copy Markdown

📊 remoteDatasource Test Results

 16 files   16 suites   6s ⏱️
126 tests 126 ✅ 0 💤 0 ❌
252 runs  252 ✅ 0 💤 0 ❌

Results for commit b9a6fc2.

@github-actions

Copy link
Copy Markdown

📊 localDatasource Test Results

 20 files   20 suites   10s ⏱️
 71 tests  71 ✅ 0 💤 0 ❌
142 runs  142 ✅ 0 💤 0 ❌

Results for commit b9a6fc2.

@github-actions

Copy link
Copy Markdown

📊 viewModel Test Results

 40 files   40 suites   10s ⏱️
260 tests 250 ✅ 10 💤 0 ❌
520 runs  500 ✅ 20 💤 0 ❌

Results for commit b9a6fc2.

@github-actions

Copy link
Copy Markdown

🛡️ Total Code Coverage Report

Total Project Coverage 95.69%

@Noor-Serry Noor-Serry merged commit 407cbcb into develop Aug 20, 2025
6 checks passed
@Noor-Serry Noor-Serry deleted the fix/movie-details-app-bar-padding branch August 21, 2025 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants