Skip to content

OBPIH-7242 Create "box" component for alignment and transaction type columns#5235

Merged
awalkowiak merged 2 commits intodevelopfrom
OBPIH-7242
May 5, 2025
Merged

OBPIH-7242 Create "box" component for alignment and transaction type columns#5235
awalkowiak merged 2 commits intodevelopfrom
OBPIH-7242

Conversation

@SebastianLib
Copy link
Collaborator

✨ Description of Change

Link to GitHub issue or Jira ticket:

Description:


📷 Screenshots & Recordings (optional)

@github-actions github-actions bot added domain: frontend Changes or discussions relating to the frontend UI domain: l10n Changes or discussions relating to localization & Internationalization labels Apr 25, 2025
Comment on lines -9 to 12

const ArrowValueIndicator = ({ value, variant, showAbsoluteValue }) => {
const ValueIndicator = ({
value, variant, showAbsoluteValue, transactionType,
}) => {
const translate = useTranslate();
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alannadolny what do you think about my idea to rename ArrowValueIndicatorVariant to valueIndicatorVariant and extend this function to also use it in the inventory changes report?

Comment on lines 2 to 8
EQUAL: 'EQUAL',
EMPTY: 'EMPTY',
POSITIVE: 'POSITIVE',
NEGATIVE: 'NEGATIVE',
MORE: 'MORE',
LESS: 'LESS',
TRANSACTION: 'TRANSACTION',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment where the first 4 values are used right now, where those last 3 are used, I mean generally "what's happening here"

@SebastianLib SebastianLib marked this pull request as ready for review May 5, 2025 10:18
@codecov
Copy link

codecov bot commented May 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 8.31%. Comparing base (1b1f9ae) to head (1f15185).
⚠️ Report is 181 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff              @@
##             develop   #5235      +/-   ##
============================================
- Coverage       8.31%   8.31%   -0.01%     
- Complexity       969     971       +2     
============================================
  Files            638     638              
  Lines          43214   43246      +32     
  Branches       10503   10511       +8     
============================================
+ Hits            3594    3596       +2     
- Misses         39068   39097      +29     
- Partials         552     553       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@awalkowiak awalkowiak merged commit 7e92a6d into develop May 5, 2025
9 checks passed
@awalkowiak awalkowiak deleted the OBPIH-7242 branch May 5, 2025 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: frontend Changes or discussions relating to the frontend UI domain: l10n Changes or discussions relating to localization & Internationalization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants