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

Fix for bottomVisible method scope. #6964

Merged
merged 7 commits into from
Jun 24, 2020
Merged

Conversation

androolloyd
Copy link
Contributor

Description

Fixes an issue where project-directory is not calling the bottomVisible method,

methods not defined inside the method object on vue objects are not available to the lexical scope of this.

Refers/Fixes
Testing

@androolloyd androolloyd changed the base branch from master to stable June 23, 2020 21:51
reverting manifest changes
@codecov
Copy link

codecov bot commented Jun 23, 2020

Codecov Report

Merging #6964 into stable will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           stable    #6964   +/-   ##
=======================================
  Coverage   26.46%   26.46%           
=======================================
  Files         299      299           
  Lines       28829    28829           
  Branches     4226     4226           
=======================================
  Hits         7630     7630           
+ Misses      20928    20923    -5     
- Partials      271      276    +5     
Impacted Files Coverage Δ
app/dashboard/router.py 38.69% <ø> (ø)
app/dashboard/views.py 10.55% <0.00%> (ø)
app/quests/views.py 16.22% <0.00%> (ø)
...rketing/management/commands/no_applicants_email.py 0.00% <0.00%> (ø)
...eting/management/commands/assemble_leaderboards.py 39.73% <0.00%> (ø)

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 e256ec9...5abb5c3. Read the comment docs.

@owocki
Copy link
Contributor

owocki commented Jun 24, 2020

i cant say i really understand this code; so it gives me comfort that @danlipert approved them.
shall we merge + hotfix them @gitcoinco/engineers ? i know the project view on the active hackathons is broken right now?

@thelostone-mc thelostone-mc merged commit e63c518 into stable Jun 24, 2020
octavioamu added a commit that referenced this pull request Jun 24, 2020
* Fix Firefox issue that showed red border for decimal inputs in cart (#6958)

* New Grants txn Failed Email (#6791)

* setup web preview url

* implement render_grant_txn_failed

* build template grant_txn_failed.html

* management command for grant_txn_failed_email

* fix missing returns after resolving conflicts

* add bulk_add_url

* move email specific style to grant_txn_failed.html

* new approval checker helper script

* fix comparing strings on allowance

* fix featured bounty and balance checker

* fix eslint card.js

* Improve cart gas estimates for DAI, aDAI, cDAI, and ANT (#6961)

* Quotation on Profile handle (#6957)

* Improve cart gas estimates for DAI, aDAI, cDAI, and ANT

Co-authored-by: Paul <[email protected]>

* wallet improvments (#6952)

* wallet improvments

* avoid form submission

* bounty requesting wallet

* quest js dupe

* Fix for bottomVisible method scope. (#6964)

* fix for projects, the bottomVisible method was defined incorrectly

* fixes for paginaiton of projects, as well as sorting by winners as default

* restoring docker-compose

* Update manifest.json

reverting manifest changes

* Update top_nav.html

revert top nav changes

* position the loading screen better inside the project directory

* formalizes the types of conversion rates in the DB

* 1 thing

* fixes A few annoying
things about kudso

1. now proudly shows the kudos artist
2. allows u to mind them in one fell swoop + change onwnership
3. stores the IPFS metadata in our DB for future keeping

Co-authored-by: Matt <[email protected]>
Co-authored-by: Sebastian T F <[email protected]>
Co-authored-by: Owocki <[email protected]>
Co-authored-by: Paul <[email protected]>
Co-authored-by: Andrew Redden <[email protected]>
@thelostone-mc thelostone-mc deleted the bugfix/project-pagination branch June 27, 2020 00:57
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.

4 participants