William O'Beirne
bf6a122e38
Night Mode Theme ( #1896 )
...
* Initial changes to define theme maps, color function, and convert all global styles.
* More global styles.
* All styles converted, colors uncertain.
* Fix tabs, temporary theme toggle button.
* Color refinements
* Color network selector, introduce shade function
* Make palette page
* Add theme button and minor styling to nav
* Blueify dark theme
* A bunch of color adjustments to work better with dark theme
* Fix tables
* Fix wallet decrypt colors
* More misc fixes
* Fix up electron colors
* Convert web theme to redux state / action
* Theme toggle in app, prevent rerenders
* Get rid of all variables, fix selects
* Fix conf modal, modal close styles
* Fix test
* Adjust swap colors
* Check in breaking out component, changing icons
* Check in progress
* Theme toggle in footer. New icons
* Prevent rerender on theme change
* Fix up outstanding merge conflicts
* Fix generate colors to be dark mode friendly
* Reduce swap color intensity
* Make disabled buttons darker in dark mode
* Reduce button size by 25%
2018-06-26 23:51:42 -05:00
Daniel Kmak
985ea0fb89
Ethereum Alarm Clock Integration ( #1343 )
...
* [FEATURE] Initial EAC integration.
* Title and explanation
* [FEATURE] Move the Schedule Payment to the main tab.
* [FEATURE] TimeBounty slider.
* [FEATURE] Move to main menu.
* [FEATURE] Redirection to the DApp for details.
* [FEATURE] Timestamp scheduling
* Scheduling: Basic date and time widget
* Linting fixes
* Moved the datetime field to new tab
* Fixed push errors
* Added missing specs
* Undid unintentional UI change
* Fixed some failing tests
* Ignore datetime parameter when checking if a transaction is full
* Added a date selector widget and renamed ScheduleTimestamp to ScheduleDate
* Marked componentDidMount
* Initialized Pikaday
* Revert "Initialized Pikaday"
This reverts commit 4e5bf5b2b882f236f5977400abf9b7092cbd1592.
* Revert "Marked componentDidMount"
This reverts commit 85d52192ac58f4b6ca9219e702f7390cd27e582f.
* Revert "Added a date selector widget and renamed ScheduleTimestamp to ScheduleDate"
This reverts commit aaad0ac9b565a78d1bfc631754160919fd38a59b.
* Converted the date picker into a datetime picker
* Added decent styling to the datetimepicker
* Added validation to the datetime picker
* Fixed prepush errors for scheduling timestamp
* Adjusted validation logic scheduling timestamp
* [FEATURE] Move scheduling to main tab.
* [FEATURE] Timezone selector
* [FEATURE] Scheduling: Timezone selector
* Removed zombie files
* [FEATURE] Reimplement Time Bounty.
* [FEATURE] Time/block selector
* [FEATURE] Add Window Size field.
* [FEATURE] Time/block switch functionality
* Implemented time/block switcher fuctionality
* [FEATURE] Add Schedule Gas Price field.
* [FEATURE] Scheduling toggle
* [FEATURE] Add basic styling and network check.
* [FEATURE] Add Schedule Gas Limit field
* [FEATURE] "Scheduled" button styling
* Reordered, renamed and centered scheduling elements
* Added the toggle button styling
* Class -> ClassName
* [FEATURE] Add Deposit field
* [FEATURE] Move scheduling code into one directory
* [FIX] Scheduling responsiveness
* [FIX] Datetime picker not working on md screens
* [FEATURE] Timestamp Scheduling basic functionality
* [FIX] Fix data serialization.
* [FEATURE] Timezone inclusion
* [FEATURE] Add ChronoLogic logo.
* [FEATURE] Add link to image.
* [FIX] Update CSS of logo.
* [FEATURE] Default Window Size
* [FEATURE] Modified Help component to enable acting as a tooltip
* [FEATURE] Call contract to validate scheduling params
* [FIX] Change moment import to fix tests
* [FEATURE] Gas estimation for scheduling
* [FEATURE] Additional validation
* [FEATURE] UI changes and descriptions
* [FEATURE] Add tooltip to window and fix fee display.
* [FIX] Fix ethereumjs-abi dependency.
* [FEATURE] Hide scheduling when sending tokens.
* [FIX] Improved styling datetime picker
* [FEATURE] Add Redux state for scheduling
* [FEATURE] Create Toggle component, Share code between components
* [FEATURE] Use Tooltip component for help.
* [FEATURE] Better datetime picker
* [FEATURE] Remove fee
* Trigger mycryptobuild
* [FIX] Timestamp scheduling - Validation match
* [FIX] EAC integration touchups
* [FIX] Code review fixes
* [FIX] Window Size type
* [FIX] Type fixes.
* [FIX] Make tooltips only show on icons + resposiveness fixes
* [FIX] Break tooltips into more lines
* [FIX] Remove unnecessary code.
* [FIX] Remove unnecessary code.
* [FIX] Remove unnecessary types declaration.
* [FIX] Fee class names
2018-04-14 17:21:33 -05:00
James Prado
910093b761
Update code blocks & generate / send tx buttons ( #1333 )
...
* Update account view routing
* update styles
* Fix WalletDecrypt types
* Replace disabled textareas with code blocks
* Fix broken animation
* Update snapshot
* Make contract interact dropdowns clearable & searchable
* Update node-sass to v4.8.3
* Fix swap inputs incorrectly incorrectly displaying invalid
* Refactor send tx & generate tx button
* Update broadcast tx & add more transaction details in tx confirmation
* Add signing prop to send button
* Update lite send
* Update codeblock styles
* Update snapshot
* Revert renaming Dropdown
2018-03-23 11:41:47 -05:00
William O'Beirne
5d41a7f774
Remove all LESS code ( #1348 )
...
* Checking in removal process.
* Final removal of all SCSS
* Remove unnecessary test
* tscheck
2018-03-20 15:08:57 -05:00
James Prado
9cac0298a2
Improve accessibility (a11y) ( #1267 )
...
* Manage modal focus
* Add isOpen prop to CustomNodeModal
* Remove outline overrides
* Update outline style for inputs
* Fix modal focus management & Cleanup CustomNodeModal
* Add aria-label on modal close button
* Fix modal scroll to top
* Add aria-live property for notifications
* Add aria-busy to Spinner component
* Fix border styles for generatewallet password inputs
* Update token balances inputs
* Remove multiple h1's & Update styles
* Add alt text to all img elements
* Update swap link from bity to shapeshift
* Update aria-labels and alt text
* Only show keystore password input when required
* Revert "Only show keystore password input when required"
This reverts commit 7ec5de52da0982cd3131f365b142f6915638d831.
* address changes requested
2018-03-08 13:28:43 -06:00
James Prado
0ab226ca16
Add nonce loading indicator & refresh button ( #1021 )
...
* Add InlineSpinner component
* Add 'what-input' module
* Add input style overrides
* Add new refresh icon
* Update footer styles
* Add nonce refresh button & loading indicator
* Center InlineSpinner
* Add types
* Lock version
* prettify package.json
* prettify package.json
2018-02-08 11:51:15 -06:00
James Prado
c631f45ab7
Improve Gas Price UX (Part 2) ( #850 )
...
* Remove gas dropdown & Add gas sliders
* Update styles
* Revert changes made to requestpayment.tsx
* Update style & add custom labels to GasLimitField
* Update styles
* Update confirm transaction modal
* Revert "Update confirm transaction modal"
This reverts commit 743c9a505fe070feb55f7af550ad918a3d8899d1.
* Add transaction fee to tx confirmation modal
* Update styles
* Remove old gasPriceDropdown files & use network units in tx fee
* Add option to lock gaslimit data
* fix tslint errors
* Rename lockData to readOnly
* Add option to check if validAmount before generating transaction
* Add nonce field if gas slider is readonly
* Automatically set nonce in <Send/>
* Update snapshot
* Move getNonceRequested to GasSlider component
* Add optional to check value for isValidAmount selector
* Add selector for transaction fee
* Update GasSlider component & Rename to Gas
* update snapshots
* Fix subtabs className
* Update styles
* Remove dataField on contract interact
* rename <Gas/> to <TXMetaDataPanel/>
2018-01-24 21:43:27 -06:00
Daniel Ternyak
7c0cf7cb9e
Convert Contract dropdowns to react-select ( #890 )
...
* use Select in InteractForm instead of handrolled select
* convert InteractExplorer to react-select and tighten types
* remove log
* cleanup json abi placeholder
* Add react-select style overrides (#897 )
* Add react-select style overrides
* Add comment
* Add variables & mixins
* Fix border off by 1px
* use simpler .map instead of forEach
2018-01-23 18:33:11 -06:00
Daniel Ternyak
ab5fa1a799
Support Non-Ethereum Networks ( #849 )
...
* Make UnlockHeader a PureComponent
* MVP
* actually disable wallet format if not determined to be valid format for wallet
* default to correct derivation in mnemonic modal
* cleanup
* fix tslint
* use enums for HD wallet getPath
* Add stricter typing
* Fix labels not updating on selector
* Ban hardware wallet support for custom network unsupported chainIds
* Fix type error
* Fix custom node dPath not being saved
* Fix mnemonic modal
* default path bugfixes
* add react-select
* misc fixes; rabbit holing hard.
* fix tslint
* revert identicon changes
* reload on network change :/
* actually reload on network change
* really really reload on network change
* tslint fixes
* Update styles
* set table width
* fix package versioning
* push broken sagas
* Fix saga test
* fix tslint
* address round of review
* move non-selectors out to utilty; adjust reload timer
* cleanup network util comments
* manage wallet disable at WalletDecrypt instead of in both WalletDecrypt and WalletButton
* Separate WalletDecrypt props into ownProps / StateProps
* disable payment requests on non-eth networks
* specialize connect; separate props
* remove unused state prop
* remove bad import
* create tests for networks
* Clarify Lite-Send error on non-ethereum networkS
* remove string option for network config name
* Create concept of always-on 'EXTRA_PATHS'; include SINGULAR_DTV legacy dPath in 'EXTRA_PATHS'
* fix multiple imports
* address PR comments
2018-01-20 14:06:28 -06:00
William O'Beirne
edda9f71ea
Improved Gas UX (Pt. 1 - Gas Slider on Send) ( #728 )
...
* Initial crack at simple only gas slider component.
* Work on advanced component. Refactor redux and components to specify gas limit vs price.
* Convert fee summary to a render cbesque thing.
* Rework responsive columns.
* Remove force offline button.
* Tweak styles.
* Fix tscheck issues, remove unneeded prop.
* Fix references to GasField
* Gas slider in lite send.
* Make gas slider network-aware for symbol and price calculation.
2018-01-07 10:43:06 -06:00
James Prado
8d91979e26
Refactor & Update Footer to Match V3 ( #455 )
2017-11-27 23:43:30 -06:00
Daniel Ternyak
2e472e5c5a
No Javascript / Old Browser Blockers ( #280 )
...
* Add messages for no js and bad browser. Share styles with alpha agreement.
* Bad browser checks and shower.
* No flash of bad browser
* Typsecriptify
* Use babel minifier instead of uglify
* Move all checks directly to HTML to avoid issues.
* remove duplicate badBrowser declaration
2017-10-10 15:57:15 -07:00
William O'Beirne
de7d4fbaa2
v3 Style Import ( #151 )
...
* Convert bootstrap to sass instead of checked in and less
* Darken body, adjust header.
* First pass at tab styles, each tab will need a lot of individual love tho.
* Update footer to main site content, improve responsiveness.
* Missing key added.
* Fix dropdowns.
* Convert GenerateWallet HTML over, still needs styling.
* Send form.
* Current rates styled.
* CurrencySwap form styles.
* SwapInfoHeader styled.
* Finish up swap restyling, minor usability improvements for mobile.
* Fix up notifications / alert customizations
* Import v3 variables.
* Fix notification spacing.
* Align input height base with buttons.
* Revert height base, add additional bootstrap overrides.
* Grid overrides.
* Move overrides to their own folder. Adjust naming.
* Fix inconsistencies.
* Style generate wallet pt 1.
* Style generate wallet pt 2
* Style generate wallet pt 3
* Fix swap
* Added some missing overries, fixed the fallout.
* Remove header text, indicate alpha version.
* Fix radio / checkbox weights.
* Bind => arrow
* Convert simpledropdown to proper form select, instead of weirdly implemented nonfuncitoning dropdown.
* Fix token balances buttons, footr icons.
2017-09-05 14:52:01 -05:00