Skip to content

Fix reaction possition when there is attachments #3099

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

Merged

Conversation

lafriks
Copy link
Member

@lafriks lafriks commented Dec 5, 2017

Fixes #3096

@lafriks lafriks added type/bug topic/ui Change the appearance of the Gitea UI labels Dec 5, 2017
@lafriks lafriks added this to the 1.4.0 milestone Dec 5, 2017
@codecov-io
Copy link

codecov-io commented Dec 5, 2017

Codecov Report

Merging #3099 into master will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3099      +/-   ##
==========================================
+ Coverage   33.58%   33.62%   +0.03%     
==========================================
  Files         273      273              
  Lines       39954    39954              
==========================================
+ Hits        13420    13433      +13     
+ Misses      24630    24614      -16     
- Partials     1904     1907       +3
Impacted Files Coverage Δ
modules/process/manager.go 76.81% <0%> (-4.35%) ⬇️
modules/indexer/repo.go 63.47% <0%> (+2.6%) ⬆️
models/repo_indexer.go 51.98% <0%> (+6.43%) ⬆️

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 f1d8dda...4c52af5. Read the comment docs.

@tboerger tboerger added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Dec 5, 2017
@lafriks lafriks force-pushed the fix/reactions_attachments_position branch from efe19a4 to 13c997a Compare December 5, 2017 21:03
@techknowlogick
Copy link
Member

LGTM

@tboerger tboerger added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Dec 6, 2017
@lunny
Copy link
Member

lunny commented Dec 6, 2017

LGTM

@tboerger tboerger added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Dec 6, 2017
@lunny lunny merged commit c7fb6e3 into go-gitea:master Dec 6, 2017
svarlamov added a commit to svarlamov/gitea that referenced this pull request Dec 6, 2017
Signed-off-by: Sasha Varlamov <[email protected]>

Format method comments

Signed-off-by: Sasha Varlamov <[email protected]>

Tests for reactions (go-gitea#3083)

* Unit tests for reactions

* Fix import order

Signed-off-by: Lauris Bukšis-Haberkorns <[email protected]>

Fix reaction possition when there is attachments (go-gitea#3099)

Refactor notifications swap function
lunny pushed a commit that referenced this pull request Dec 7, 2017
* Add 'mark all read' option to notifications

Signed-off-by: Sasha Varlamov <[email protected]>

* Fix exported comment

Signed-off-by: Sasha Varlamov <[email protected]>

* Format method comments

Signed-off-by: Sasha Varlamov <[email protected]>

* Fix exported comment

Signed-off-by: Sasha Varlamov <[email protected]>

Format method comments

Signed-off-by: Sasha Varlamov <[email protected]>

Tests for reactions (#3083)

* Unit tests for reactions

* Fix import order

Signed-off-by: Lauris Bukšis-Haberkorns <[email protected]>

Fix reaction possition when there is attachments (#3099)

Refactor notifications swap function

* Accept change to drop beforeupdate call

* Update purge notifications error message for consistency

* Drop unnecessary check for mark all as read button

* Remove debugging comment
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. topic/ui Change the appearance of the Gitea UI type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reactions in issues/comments breaking the layout with file uploads
5 participants