Skip to content

Conversation

@Kaylaf3001
Copy link
Collaborator

Pull Request Title

What’s this PR about? 🤔

Describe briefly what this Pull Request is doing. Explain the problem it solves or the feature it adds to the project.

  • Description:
  • What did you change? - (e.g., added a new feature, fixed a bug, updated something)

Why are we doing this? 💡

Explain why these changes are necessary.

  • Reason: - (e.g., fixing a bug, improving functionality, adding a new feature)

Type of Change 🛠️

What kind of change does this Pull Request introduce? Check the box that applies.

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 📚 Documentation update (non-code changes, such as readme or comments)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🧹 Code clean-up/refactoring (basic code cleaning and or variable renaming)

How did you test it? 🧪

Explain how you tested your changes.

  • What did you test?
    • Tested locally
    • Wrote automated tests
    • I ran the code and it didn't break
    • Other: ______

Screenshots (if helpful) 📸

If your changes include something visual, like UI changes, add screenshots here!

Checklist ✅

Make sure you’ve done these things before submitting.

  • Code is running without errors
  • Everything works as expected
  • No unnecessary files or code
  • Documentation is updated if necessary
  • Pull Request title is clear and makes sense
  • All checkboxes are checked off!

Anything else? 💬

Any extra notes, questions, or concerns for your partner or reviewers?

Kaylaf3001 and others added 5 commits June 9, 2025 22:26
This commit includes the following changes:

- Increased the bottom spacing in `fragment_home.xml` from `85dp` to `170dp`.
- In `HomeMainFragment.kt`, modified the X-axis of the bar chart:
    - Disabled centered axis labels.
    - Hidden X-axis labels while retaining the axis line.
    - Set the axis line color to `primaryTextColor` and width to `1f`.
- Ensured the left Y-axis is visible by:
    - Enabling drawing of the axis line.
    - Setting the axis line color to `primaryTextColor` and width to `1f`.
- Disabled the right Y-axis.
…eature/homeUpdate/kayla

# Conflicts:
#	app/src/main/assets/version.txt
@Kaylaf3001 Kaylaf3001 requested a review from AlphaSweater June 9, 2025 20:28
@AlphaSweater AlphaSweater merged commit f1fa8bf into development Jun 9, 2025
1 check passed
@AlphaSweater AlphaSweater deleted the feature/homeUpdate/kayla branch June 9, 2025 20:31
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.

3 participants