-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
* Fix issue displaying the execution * Fixed bug with sellAmount partial fills in the filled row * Updated order details tooptips to account for the fee inclusion/exclusion Co-authored-by: Anxo Rodriguez <[email protected]>
Update develop branch with Release/v2.12.0
* Add more context to the appData page * Fix styles + Update texts * Improve styles + readability * Fix styles * Fix styles * Improve styles + Remove description for appData * Fix decode section styles * Improve styling for decode page * fix font sizr
* add basic menu * fix storybook * add menu content * add menu and links styles * mobile improvements * mobile menu * navbar improvements * Fix conflict with styled-components * add icons and remove old menu * delete menu * toogle styles * show logo on mobile and fix ui issues * mobile improvements * add dark bg color * fix routes and constants part 1 * const error fix * change links to routes fromo const * remove const folder - to be refactored in a new PR * menu logic * fix husky error * menu logic * fix menu color on mobile * Fix navbar * icons tets * Convert file to .tsx * Add icon type * Fix icon type * Fix network redirect * fix style home link on mobile * feedback point 5 - mobile links * Display icons on menu dropdown * Fix problems with typing * Move menuContainer * Fix clickoutside * Fix when clickCloseMenuMobile, unify screenSizes mediaqueries * Remove escaped log * Fix close mobile menu click when click on Logo * Fix hide mobile mene when clicking on an internal Link * add icons to the menu * change logo animation as we have on CoWSwap * add external link icon * fix logo animation * fix cow icon size * remove svg styles * removed internal link attributes * feddback 2. Removed logo animation on mobile. * header improvement * remove globally touch highlight color effect * feedback 5: fix scrollbar on mobile * feedback 4: fix menu on medium and desktop * menu: App Data -> AppData * delete commented code * fix logo on mobile avoid opening the menu * feedback 3: landscape mode on mobile * menu item height * code improvements * fix storybook * fix dropdown stories * add MainMenu storybook * Moving MenuIcon inside MenuTree component, addin mobile behavior to the storybook * fix menu alignment on mobile * change dropdown component storybook * change component name Co-authored-by: Henry Palacios <[email protected]> Co-authored-by: Mati Dastugue <[email protected]>
Pull Request Test Coverage Report for Build 3106849932
💛 - Coveralls |
|
Thanks @alfetopito. Here in storybook it's working properly for me in FF and Chrome. I'll take a look. |
I have reviewed the PR and here are issues I found (besides reported but @alfetopito above):
|
* fix aligment and font family * fix dropdown arrow * add Inter font-family to prevent any font system * menu css refactor * add arrow transition on close event * fix arrow rotation axis on mobile
For the 7 days price chart after changing the precision from days to hours the response is capped to 100 records and that doesn't cover all records from the past week
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with some issues I reported above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The menu looks great.
Happy to deploy this one, but we need to address a few minor issues.
This phrase sounds a bit weird. I'm not the best to make a suggestion here, but I will try to suggest something.
The appData it's an optional field part of CoW Protocol orders. It allows users/dapps/wallets to attach meta-information to orders. This is useful for giving context to your orders, like crediting the order to a specific UI, adding affiliate information, or even signalling your order should be treated in a special way.
This field is the hexadecimal digest of an IPFS document’s CID of a JSON file.
The JSON file follows a JSON schema defined on app-data[repo.](https://github.com/cowprotocol/app-data)
Also, the link to Dune is old. It returns a 404. I see its also bad in CoW Swap.
If possible, could you update in CoW Swap and cow-fi too?
Good one is https://dune.com/cowprotocol/Gnosis-Protocol-V2
New changes LGTM! |
Did a post merge review but LGTM 👍 |
Release v2.13.0
🚨🚨 DON'T SQUASH 🚨🚨
Main Features
/appdata
page such as clear descriptions, user experience, to handle JSON meta data for CoW Protocol orders.Change Log
dd0c91b Bump version to 2.13.0
66b62c0 New Menu (#186)
7f5cadd change position: fixed -> sticky (#209)
3cdced4 [App Data] Add more context (#204)
5051af5 [Tokens Table] Change query to use tokenHourlyTotals for tokens table (#211)
5b87f76 remove unused values (#203)
2b496c4 [AppData] Store data when switching beetween tabs (#202)
3e34d03 [Top Tokens Table] Rename some columns (#197)
f14f688 map explorer->api envs explicitly (#201)
5aaf119 Merge pull request #198 from cowprotocol/main