-
Notifications
You must be signed in to change notification settings - Fork 495
[TASK] Trade: Order flow eliminates unnecessary step (RT-3279) #2362
base: release
Are you sure you want to change the base?
Conversation
[TEST] make Sauce Labs tests work
[TASK] Usd: Drop cash option in deposit (RT-3218)
Change links to SnapSwap, btc2ripple - delete extra #
[FIX] XRP's name to Ripples and add STR
[FIX] Send: stop pathfinding on error-quote (RT-3201)
[TASK] Replace home-brewed rp-errors directives with ng-messages (RT-3191)
to use encrypt funded users username to variable FUNDED_USER_NAME and password to FUNDED_USER_PASSWORD and put to .travis.yml use as in LoginPrivate.json
[FIX] Resend email without unlock (RT-3104)
[TASK] gitignore: add angular-messages
[TASK] Remove cache bust
if popover is not used, do not create popover, and make only one interaction with dom - add one 'mouseenter' handler
fix rpAddressPopover
[FIX] Gruntfile: fix the watch
[FIX] Lock username after submit (RT-3084)
Fixed background attachment makes the scrolling laggy
[FIX] Show partial payments correctly (RT-1974)
Landing page performance and UI improvements
[FIX] Remove ticker wrapper on landing page
[TASK] Fix network status popup (RT-3297)
[TASK] Trust UI: popover shows -0.00 (RT-3267)
…-fix [FIX] Trust: use Amount's public api
[TASK] register page ripple name popup (RT-3194)
[TASK] Advanced: Add defaultripple flag option on settings (RT-3264)
[FIX] History: Remove trailing slash from historyApi url (RT-3268)
[FIX] Fund BTC: update the connected status (RT-3296)
[FIX] maxFee: save settings to userBlob (RT-3289)
[TASK] Trade: Remove hide function from orderbook (RT-3276)
[FIX] Calculate reserve in client
[TASK] Update ripple-lib
[TASK] Adapt to ripple-lib Amount changes
[TASK] Send: disallowXRP flag should only be notice (RT-3284)
[FIX] Link 'add gateway' to fund page (RT-3285)
…t setting on incoming trustline (RT-3240), fix outgoing trust showing as incoming (RT-3306)
[FEATURE] Trust: Allow edit incoming trustline (RT-3246), enable limit setting on incoming trustline (RT-3240), fix outgoing trust showing as incoming (RT-3306)
-switch to reload when fee changes
[FIX] Server status icon
if (!modifying) order.mode = 'done'; | ||
|
||
$timeout(function() { |
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.
What is this timeout for? Does it reset the form after 2 seconds? What if I started typing another offer?
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.
No, the notification goes away after 2 seconds. The form is not displayed until 2 seconds.
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.
@yongsoo why not? can we show both form and the notification?
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.
@vhpoet Maybe not good to move the buy/sell module (when notification screen goes away). Should we move this notification somewhere so it doesn't move the modules?
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.
@yongsoo sounds good
No description provided.