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

Regression: Fix spacing problem on AppStatus component #26421

Merged
merged 2 commits into from
Aug 1, 2022

Conversation

rique223
Copy link
Contributor

Proposed changes (including videos or screenshots)

Fixed a problem where the AppStatus component would show a unwanted margin when an app was installed and had an update.
Before:
image

After:
image

Issue(s)

Steps to test or reproduce

Further comments

Fixed a problem where the AppStatus component would show a unwanted margin when an app was installed and had an update.
Changed width to minWidth on AppMenu wrapper so that it doesn't disappear on resize.
@rique223 rique223 requested a review from a team as a code owner July 29, 2022 20:34
@rique223 rique223 requested a review from ggazzo July 29, 2022 20:34
@ggazzo ggazzo added stat: ready to merge PR tested and approved waiting for merge and removed stat: needs QA labels Jul 29, 2022
@rique223 rique223 removed the stat: ready to merge PR tested and approved waiting for merge label Jul 29, 2022
@ggazzo ggazzo added the stat: ready to merge PR tested and approved waiting for merge label Jul 29, 2022
@codecov
Copy link

codecov bot commented Jul 29, 2022

Codecov Report

Merging #26421 (fc2443c) into develop (b11bab5) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop   #26421      +/-   ##
===========================================
- Coverage    38.88%   38.86%   -0.02%     
===========================================
  Files          751      751              
  Lines        18797    18797              
  Branches      1413     1413              
===========================================
- Hits          7309     7306       -3     
- Misses       11271    11274       +3     
  Partials       217      217              
Flag Coverage Δ
e2e 38.86% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
apps/meteor/client/lib/meteorCallWrapper.ts 96.42% <0.00%> (-3.58%) ⬇️
apps/meteor/app/ui-utils/client/lib/RoomManager.js 73.71% <0.00%> (-2.29%) ⬇️
...teor/app/ui-utils/client/lib/RoomHistoryManager.js 50.96% <0.00%> (-0.49%) ⬇️
apps/meteor/app/ui/client/views/app/room.js 49.59% <0.00%> (+0.20%) ⬆️
...ached-collection/client/models/CachedCollection.js 85.93% <0.00%> (+0.52%) ⬆️
...ps/meteor/app/ui-login/client/username/username.js 52.63% <0.00%> (+1.05%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us.

@kodiakhq kodiakhq bot merged commit 73c79cf into develop Aug 1, 2022
@kodiakhq kodiakhq bot deleted the fix/app-status-spacing-marketplace branch August 1, 2022 12:18
gabriellsh added a commit that referenced this pull request Aug 2, 2022
…history

* 'develop' of github.com:RocketChat/Rocket.Chat:
  Chore: Cache playwright (#26432)
  [FIX] Empty results on `im.list` endpoint (#26438)
  [IMPROVE] Upgrade nivo and React Query (#26338)
  Chore: Upgrade Fuselage packages to next dist-tag (#26435)
  Chore: Omnichannel endpoints e2e tests (#26376)
  Chore: Refactor UserInfo to typescript (#26323)
  Chore: Rewrite Location modal to React (#26196)
  Chore: Rewrite SaveToWebdav Modal to React Component (#24365)
  [IMPROVE] validateParams to accept different validators per request method (#26357)
  Regression: Fix spacing problem on AppStatus component (#26421)
  Chore: Convert client/views/account/security folder to ts (#26413)
  i18n: Makes the text less ambiguous (#20895)
  Chore: Missing some English translation keywords (#20131)
  Chore: Exclude private/public folders from typecheck (#26399)
  [NEW] Marketplace apps page new list view layout (#26181)
  Chore: Rewrite custom OAuth Modals to react (#26204)
  i18n: Manual sync from LingoHub (#26397)
  Chore: Options in BaseRaw model could possibly be undefined (#26395)
  [IMPROVE] Use single change stream to watch DB changes (#26336)
@murtaza98 murtaza98 mentioned this pull request Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat: QA skipped stat: ready to merge PR tested and approved waiting for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants