Skip to content

Conversation

@fedrunov
Copy link
Contributor

@fedrunov fedrunov commented Apr 4, 2022

Type of change

  • Feature
  • Bugfix
  • Technical
  • Other : misc

Content

removes spaces feedback button from left panel

Motivation and context

closes #5486

Screenshots / GIFs

Screenshot 2022-04-04 at 9 28 23

Tests

-open left panel

Tested devices

  • Physical
  • Emulator
  • OS version(s):

Checklist

@fedrunov fedrunov requested review from a team and onurays and removed request for a team April 4, 2022 08:06
@github-actions
Copy link

github-actions bot commented Apr 4, 2022

Unit Test Results

114 files  ±0  114 suites  ±0   1m 29s ⏱️ -11s
201 tests ±0  201 ✔️ ±0  0 💤 ±0  0 ±0 
674 runs  ±0  674 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 464a4fc. ± Comparison against base commit 4adb469.

♻️ This comment has been updated with latest results.

class Holder : VectorEpoxyHolder() {
val feedBackAction by bind<View>(R.id.spaceBetaFeedbackAction)
}
class Holder : VectorEpoxyHolder()
Copy link
Contributor

Choose a reason for hiding this comment

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

What do you think about completely deleting SpaceBetaHeaderItem class and item_space_beta_header.xml and improve GenericHeaderItem with a description?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

text appearance of title in item_generic_header is a little bit different, so it will require confirmation from designers. I'd say we should do that as a part of design system implementation, which should happen soon 🤔

Copy link
Contributor

@onurays onurays left a comment

Choose a reason for hiding this comment

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

LGTM! I have an improvement suggestion if it will not affect previous usages.

<string name="you_may_contact_me">You may contact me if you have any follow up questions</string>
<string name="feedback_sent">Thanks, your feedback has been successfully sent</string>
<string name="feedback_failed">The feedback failed to be sent (%s)</string>
<!-- TODO TO BE REMOVED -->
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice to see, thanks.

@onurays onurays self-requested a review April 5, 2022 10:41
Copy link
Contributor

@onurays onurays left a comment

Choose a reason for hiding this comment

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

ic_feedback drawable should be deleted.

@fedrunov fedrunov requested a review from onurays April 7, 2022 15:20
Copy link
Contributor

@onurays onurays left a comment

Choose a reason for hiding this comment

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

Can we remove the resource instead of ignoring lint check please?

@onurays onurays self-requested a review April 12, 2022 16:43
Copy link
Contributor

@onurays onurays left a comment

Choose a reason for hiding this comment

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

Can we remove the resource instead of ignoring lint check please? And we have a conflict.

# Conflicts:
#	vector/src/main/res/values/strings.xml
@fedrunov
Copy link
Contributor Author

Can we remove the resource instead of ignoring lint check please? And we have a conflict.

Up to the Removing existing strings part of CONTRIBUTING.MD we should not remove unused resource but mark them to be removed. And since lint chek fails if resource is unused we need to ignore it for this resource

@fedrunov fedrunov requested a review from onurays April 14, 2022 13:17
Copy link
Contributor

@onurays onurays left a comment

Choose a reason for hiding this comment

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

LGTM, thank you for the update!

@fedrunov fedrunov merged commit 48680c3 into develop Apr 19, 2022
@fedrunov fedrunov deleted the feature/nfe/remove_spaces_feedback branch April 19, 2022 07:27
onurays pushed a commit that referenced this pull request Apr 21, 2022
* develop: (107 commits)
  Fixes long line and comment lint errors
  Fixes lint errors
  Adds changelog file
  Formats entire project
  Adds changelog file
  Makes MediaType internal
  Bump libphonenumber from 8.12.46 to 8.12.47
  updating release version in preparation for next cycle
  generating changelog
  Replaces writeAsync with awaitTransaction
  Replaces doWithRealm with writeAsync
  Translated using Weblate (Polish)
  Translated using Weblate (Slovak)
  Crash: open private room by link. Use RoomId instead of the alias.
  Translated using Weblate (Arabic)
  Makes MediaFileUtils function internal
  Removes runCatching from TemporaryFileCreator
  using unix end of line character instead of windows as *nix OSes are more common dev environments
  remove spaces feedback from left panel (#5686)
  Translated using Weblate (French)
  ...

# Conflicts:
#	vector/src/main/java/im/vector/app/features/call/VectorCallViewModel.kt
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.

Remove Spaces feedback from left panel

3 participants