Commit Graph

74 Commits

Author SHA1 Message Date
rjpeterson ee437a8e89 add chinese for recent changes 2022-04-10 22:29:27 -07:00
saml33 6430257799 add missing translation key 2022-04-06 14:40:45 +12:00
rjpeterson 78c87dc821 translate new keys, translate account history headers 2022-04-02 09:31:57 -07:00
saml33 ba17dd4d99 add governance link 2022-03-31 10:00:04 +11:00
saml33 70addbfb46 re-add missing translation keys 2022-03-29 21:27:31 +11:00
saml33 36bd258c15 filter trade history 2022-03-29 10:43:42 +11:00
tjshipe 001df1942a
Merge pull request #217 from blockworks-foundation/theme-language-settings
move theme and language switch to settings
2022-03-28 13:24:58 -04:00
rjpeterson 89f89bd9de translate "fees" 2022-03-27 22:01:13 -07:00
rjpeterson 96e7bf6e36 translate new i18n keys 2022-03-27 21:41:02 -07:00
saml33 9f17395b6e move theme and language switch to settings 2022-03-25 21:36:53 +11:00
saml33 910eaf7441 add 10k mngo text 2022-03-25 13:21:12 +11:00
saml33 140c80f90d add fees page 2022-03-25 10:56:32 +11:00
tjshipe a23687d415
Merge pull request #194 from blockworks-foundation/clarkeni/export_trades
Add full trade history export trades history tab.
2022-03-22 21:51:52 -04:00
rjpeterson a05ee3c731 add new phrases 2022-03-21 21:57:24 -07:00
saml33 36d8d8bbe0 button styling 2022-03-21 15:03:31 +11:00
rjpeterson d6b0ef5b65 sort json 2022-03-13 18:28:00 -05:00
rjpeterson d8636f3848 update translations 2022-03-13 18:25:15 -05:00
saml33 2b6f4ff1c1 account actions more menu 2022-03-02 14:30:25 +11:00
rjpeterson deb577e818 let new alerts button width expand, delete duplicate locale keys, move spanish into alerts.json 2022-02-22 17:03:27 -06:00
rjpeterson 8b2c9b36b5 translate new nav strings 2022-02-19 15:56:07 -06:00
rjpeterson f84c753db7 compartmentalize alerts translations, add other overlooked translations 2022-02-19 15:35:43 -06:00
tjshipe 732c44dd39
Merge pull request #148 from blockworks-foundation/trade-nav-concept
Trade page navigation concept
2022-02-18 10:48:53 -05:00
saml33 c0b440996d add favorite market 2022-02-18 09:54:37 +11:00
saml33 95d73df500 add markets page 2022-02-17 20:44:28 +11:00
rjpeterson 808a2feb11 fix typo & bad phrasing 2022-02-16 12:53:37 -06:00
rjpeterson 7cab37ea70 add calculator locale boilerplate, add missing common translations 2022-02-13 11:55:36 -06:00
saml33 89cd14b375 no results placeholder 2022-02-07 21:57:30 +11:00
saml33 681e188caa fix conflicts 2022-02-07 21:33:22 +11:00
rjpeterson 070cfd710c update translations, add names arg to ButtonGroup 2022-02-05 14:38:46 -06:00
saml33 a1664d2a58 add/remove favorites 2022-02-05 17:04:07 +11:00
saml33 3a1848faf2 flyout menu 2022-02-05 12:06:20 +11:00
Tyler Shipe 60116512f6 update language for settling pnl 2022-01-24 18:02:43 -05:00
tjshipe 4836191d1c
Merge branch 'main' into swap-top-holders 2022-01-18 17:27:32 -06:00
tjshipe ccf803260b
Merge pull request #140 from rjpeterson/add-missing-translations
fill in missing zh & zt-tw translations
2022-01-18 17:25:41 -06:00
rjpeterson 1116e7a901 add slippage translations 2022-01-18 14:48:46 -06:00
rjpeterson abbc045add fill in missing translations 2022-01-18 14:26:33 -06:00
rjpeterson fe857554be translate close account modal 2022-01-18 12:16:18 -06:00
saml33 bcae2a3d70 conflicts and translations 2022-01-18 12:54:21 +11:00
saml33 9a142a0bf8 fix conflicts 2022-01-10 16:26:10 +11:00
saml33 19714885a5 add performance insights 2022-01-10 16:21:05 +11:00
rjpeterson 0663c321e4 add missed translations. rename common:slippage key 2022-01-09 16:31:56 -06:00
rjpeterson d10ade44e0 update swap translations, remove unused "rate" from common 2022-01-09 15:32:57 -06:00
rjpeterson 668e068f0a fix price-expect translation 2022-01-07 19:36:48 -06:00
ImpossiblePairs 0a587edc26
Risk calculator v3 (#79)
* Push risk calculator to branch

* Fixed Enclosing on updatePriceValues

Fixed incorrect enclosing of updatePriceValues

* Clean up and commenting

* Update USDT slider response and asset/liability tabulation

* Update value assignment encapsulation error

* Risk Calculator feedback and bug fixes

* Slider Range updated to 0 - 350%

* Add icons, feedback, open orders toggle

* Remove unnecessary console log

* Update precision and short scenario summary

* Push risk calculator to branch

* Fixed Enclosing on updatePriceValues

Fixed incorrect enclosing of updatePriceValues

* Clean up and commenting

* Update USDT slider response and asset/liability tabulation

* Update value assignment encapsulation error

* Risk Calculator feedback and bug fixes

* Slider Range updated to 0 - 350%

* Add icons, feedback, open orders toggle

* Remove unnecessary console log

* Update precision and short scenario summary

* Add mangoCache check

* use getStaticProps in calculator

* allow loading unowned accounts w/ risk-calculator

* add risk calculator new bubble

* Percent move liquidation no longer relative to slider

Co-authored-by: Tyler Shipe <tjshipe@gmail.com>
Co-authored-by: Maximilian Schneider <mail@maximilianschneider.net>
2022-01-03 16:20:45 -08:00
saml33 320cd06d76
Account health email alerts (#111)
* create alerts modal

* add translation variables

* translation variables

* handle error states

* add chinese

* limit number of active alerts

Co-authored-by: rjpeterson <r.james.peterson@gmail.com>
Co-authored-by: Maximilian Schneider <mail@maximilianschneider.net>
2022-01-02 20:42:59 -08:00
rjpeterson 85cff05e4f update swap translations 2021-12-29 19:37:49 -06:00
rjpeterson 7abb205502 translate swap page 2021-12-29 19:04:55 -06:00
saml33 23c5aeabc7 show deposit modal after intro tips 2021-12-18 10:28:09 +11:00
saml33 677596f84d fix conflicts 2021-12-14 22:50:22 +11:00
saml33 9b7fa7a539 add slippage presets 2021-12-14 21:03:54 +11:00