Skip to content

Conversation

Nagarjuna0033
Copy link
Contributor

@Nagarjuna0033 Nagarjuna0033 commented Sep 11, 2025

Fixes - Jira-#421

This commit introduces an empty state for the home screen when the user has no accounts.
It also adds a bottom sheet for account creation and refactors the MifosDashboardCard to support this new flow.
The MifosProgressIndicator now loops indefinitely.
The registration flow now includes the middle name.

image image

This commit introduces an empty state for the home screen when the user has no accounts.
It also adds a bottom sheet for account creation and refactors the `MifosDashboardCard` to support this new flow.
The `MifosProgressIndicator` now loops indefinitely.
The registration flow now includes the middle name.
@therajanmaurya
Copy link
Member

therajanmaurya commented Sep 11, 2025

@Nagarjuna0033 Make changes

image
  1. This top header should not change and keep it in older way.
image
  1. Remove white background card
  2. Make boarder dotted line
  3. Use small button instead normal button
image
  1. Reorder the account list and make savings account first and loan second

Fix checks

This commit refactors the `MifosAccountApplyDashboard` composable:
- Removes the top section containing the user's name and welcome message.
- Changes the card variant from `ELEVATED` to `OUTLINED`.
- Removes unnecessary background and shadow modifiers.
- Updates padding and button shape.

Additionally:
- The greeting message in `HomeScreen` is now always displayed, regardless of account presence.
- The default value for `isAccountsPresent` in `HomeUiState` is changed to `false`.
- The order of `BottomSheetItemType` enum values is adjusted.
@therajanmaurya therajanmaurya enabled auto-merge (squash) September 11, 2025 09:01
@therajanmaurya therajanmaurya merged commit 015c21e into openMF:development Sep 11, 2025
4 of 5 checks passed
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.

2 participants