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

VENOM-388: Fix user image getting reset when hitting apply #391

Merged
merged 1 commit into from
Jun 15, 2018

Conversation

naxuroqa
Copy link
Owner

  • Adapted the listener to load an identicon if there is no user avatar
  • Add an enum to differentiate between set/reset/no change in
    ViewModel
  • Set size of own images to 120x120px (default identicon size)
  • Removed avatar style class as it's not as pretty as it should be

fixes #388

* Adapted the listener to load an identicon if
  there is no user avatar
* Add an enum to differentiate between set/reset/no change in
  ViewModel
* Set size of own images to 120x120px (default identicon size)
* Removed `avatar` style class as it's not as pretty as it should be
@codecov-io
Copy link

codecov-io commented Jun 15, 2018

Codecov Report

Merging #391 into develop will decrease coverage by 0.03%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #391      +/-   ##
===========================================
- Coverage    24.62%   24.58%   -0.04%     
===========================================
  Files          101      101              
  Lines         5938     5946       +8     
===========================================
  Hits          1462     1462              
- Misses        4476     4484       +8
Impacted Files Coverage Δ
src/core/UserInfo.vala 0% <0%> (ø) ⬆️
src/viewmodel/UserInfoViewModel.vala 0% <0%> (ø) ⬆️
src/tox/ToxAdapterSelfListener.vala 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c69c2c...6cdce09. Read the comment docs.

@naxuroqa naxuroqa merged commit 6cdce09 into develop Jun 15, 2018
@naxuroqa naxuroqa deleted the VENOM-388_fix_image_reset_on_apply branch June 15, 2018 18:36
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.

Own user image gets reset when pressing apply
2 participants