This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull Request Test Coverage Report for Build 2508757000Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
|
ramirotw
added
the
DONT_MERGE
Indicates the PR should not be merged. Probably a WIP or PoC.
label
Apr 14, 2022
* Adding grid for only 3 cards * Changing layout style * fix desktop layout * fix column * fix mobile layout v1 * fix mobile layout v2 * Know the resolution * render when is mobile * remove console line * Fix Storybook, use double size on batchInfoCard, reuse grid system MIU layout * volume chart height and fix overlap on 349px size * Fix Tx Card * fix card width on mobile * fix selection bg color * typescript typed using raw data * Adding $ symbol * Update src/apps/explorer/components/SummaryCardsWidget/summaryGraphResp.json formatting Co-authored-by: Leandro Boscariol <alfetopito@users.noreply.github.com> * Adding useMediaBreakpoint * fix types Co-authored-by: Agustín Longoni <agustin.longoni@altoros.com> Co-authored-by: Leandro Boscariol <alfetopito@users.noreply.github.com> Co-authored-by: Ramiro Vazquez <ramirovazquez@gmail.com>
Homepage cards: 'Fees' uppercase
Add a copy button and navigation to the last batch
* Creating VolumeChart component * Creating VolumeChart stories * removing axis from the chart * Adding card * Adding diffVolume percentage * Adding diffVolume percentage, test real data * Skeleton Loading... * volume chart styles * tooltip by pointing to the chart * add chart skeleton * fix skeleton size on mobile * layout improvements * Resize chart and show crossHair series data * add shimming effect to skeleton * fix delay * fix date position * chart color according changed, no chart interaction * Add loading to button * Rebuild the chart after change time period * add time range selectors styles * Organizing the code * Change title, current and changed value, delete unnecessary condition * Uppercase CoW * change border to outline, mobile improvement * 0px -> 0 css * remove -webkit declaration * add height to volume chart * Adding whole card loading effect Co-authored-by: Agustín Longoni <agustin.longoni@altoros.com>
* integrate cow-sdk to home page widgets * recreate chart when changing network * fix chart lines colors * use accumulated volume instead of average Co-authored-by: Agustín Longoni <agustin.longoni@altoros.com>
[Home Page] Add Tokens Table
|
* Adding PriceTooltip Component * Positioning tooltip * Improve position tooltip * Avoid overlap the chart title * Reset tooltip when time period is changed * Test reducing canvas * Reflect selected period on title * Define LogicalRange index to render weekly chart * Describing logicalTimeRange * Do not show tooltip when pressing invalid coordinates
* change volume chart and cards layout * change layout for chart and cards * fix token table width * fix token table width on mobile * fix width-margins + uppercase * add total volume data * fix margin on token table mobile * fix layout on mobile * fix layout width on chart - mobile * fix card compoentent - console log errors Co-authored-by: Ramiro Vazquez <ramirovazquez@gmail.com>
* fetch orders and order detail from barn and prod apis * fix methods that were using only the prod env
* update summary cards each 30 seconds * move interval ms to a constant * change interval to 10 seconds
* update field names and types * remove items per page dropdown * add shimmer * fetch tokens data from the subgraph * add coingecko price history * reset tokens table on network switch * use test cow-sdk package for mainnet subgraph * get historical data from the subgraph * fix timestamp type * Update TokenTable: Add address field to filtering + Add link to tokens * Fix styles change units to rem * use the official hosted-service mainnet subgraph again * bump node engine to 16 due to an error with the latest dependencies added to the sdk * fix timestamp type * bump graphql to fix DocumentNode type incompatibility with the sdk * Improve loading + add tooltip to price column * bump node version on the ci * fix volume value * Fix tooltip + Add Total Volume column * remove the any cast * expand timestamp window and always show 0% values * format total volume column * replace function with nullish operator * fix % difference value * show 100% only when past value is 0 * simplify function * improve tooltips * fix pagination issue * reset table when network changes * show price chart with a minimum of data points * fix token label on mobile * fix # position on mobile * remove vertical line from price chart * get priceUsd from the token entity * refactor a bit getTokensHistoricalData function * add page size selector back again * fix native tokens not displayed correctly * fix uppercase * total volume lowercase Co-authored-by: Mati Dastugue <mdastugu@amazon.com>
ramirotw
removed
the
DONT_MERGE
Indicates the PR should not be merged. Probably a WIP or PoC.
label
Jun 16, 2022
Socket Security Report📜 New install scripts detectedA dependency change in this PR is introducing new install scripts to your install step.
Socket.dev scan summary
Powered by socket.dev |
ramirotw
approved these changes
Jun 16, 2022
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Closes #35
This branch will have all the redesign of the home page.