You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/24 06:25:43 UTC

[GitHub] [couchdb-fauxton] elChapoSing opened a new issue #1253: The banners are too damn slow ! :)

elChapoSing opened a new issue #1253: The banners are too damn slow ! :)
URL: https://github.com/apache/couchdb-fauxton/issues/1253
 
 
   ## Expected Behavior
   I would like the confirmation banners to fade a lot quicker, especially given the fact that they cover the most crucial part of the interface.
   
   ## Current Behavior
   It's too damn slow as per title. :)
   
   ## Possible Solution
   Make the fading time a parameter of the interface, or just make it quicker.
   
   ## Steps to Reproduce (for bugs)
   Just do anything that triggers a banner (e.g save a document) and boil with rage while the aforementioned banner covers all buttons you would want to access on top of your screen for what feels like forever.
   
   ## Context
   This affects my heart rate pressure and general level of happiness.
   
   ## Your Environment
   Couch 2.3.1 on Windows 10 Pro
   
   PS : I am happy to work on fixing it if someone would be kind enough to point me in the right direction.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb-fauxton] andy0130tw commented on issue #1253: The banners are too damn slow ! :)

Posted by GitBox <gi...@apache.org>.
andy0130tw commented on issue #1253: The banners are too damn slow ! :)
URL: https://github.com/apache/couchdb-fauxton/issues/1253#issuecomment-605666272
 
 
   Can we replace the banners to something less distractive UI elements like toast notifications? I personally suggest [noty.js](https://ned.im/noty/).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb-fauxton] garrensmith commented on issue #1253: The banners are too damn slow ! :)

Posted by GitBox <gi...@apache.org>.
garrensmith commented on issue #1253: The banners are too damn slow ! :)
URL: https://github.com/apache/couchdb-fauxton/issues/1253#issuecomment-603384699
 
 
   All the notification code is here https://github.com/apache/couchdb-fauxton/tree/master/app/addons/fauxton/notifications
   
   Take a look and let me know if you have any questions. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb-fauxton] garrensmith commented on issue #1253: The banners are too damn slow ! :)

Posted by GitBox <gi...@apache.org>.
garrensmith commented on issue #1253: The banners are too damn slow ! :)
URL: https://github.com/apache/couchdb-fauxton/issues/1253#issuecomment-605669219
 
 
   +1 nice idea
   
   ________________________________
   From: Alexis Côté <no...@github.com>
   Sent: Sunday, March 29, 2020 7:00:41 PM
   To: apache/couchdb-fauxton <co...@noreply.github.com>
   Cc: garren smith <ga...@gmail.com>; Comment <co...@noreply.github.com>
   Subject: Re: [apache/couchdb-fauxton] The banners are too damn slow ! :) (#1253)
   
   
   Off-topic here but I would also like to see the current notification bar replaced. I find it not very user friendly. It overlaps useful controls that slows me down when using Fauxton.
   
   Something smaller and maybe at a different position (bottom-right?) would be better IMO
   
   —
   You are receiving this because you commented.
   Reply to this email directly, view it on GitHub<https://github.com/apache/couchdb-fauxton/issues/1253#issuecomment-605667057>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AABL2ATB6MGCP7ODGRPVTY3RJ55DTANCNFSM4LSM5XEQ>.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb-fauxton] andy0130tw edited a comment on issue #1253: The banners are too damn slow ! :)

Posted by GitBox <gi...@apache.org>.
andy0130tw edited a comment on issue #1253: The banners are too damn slow ! :)
URL: https://github.com/apache/couchdb-fauxton/issues/1253#issuecomment-605666272
 
 
   Can we replace the banners to some less distractive UI elements like toast notifications? I personally suggest [noty.js](https://ned.im/noty/).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb-fauxton] popojargo commented on issue #1253: The banners are too damn slow ! :)

Posted by GitBox <gi...@apache.org>.
popojargo commented on issue #1253: The banners are too damn slow ! :)
URL: https://github.com/apache/couchdb-fauxton/issues/1253#issuecomment-605667057
 
 
   Off-topic here but I would also like to see the current notification bar replaced.  I find it not very user friendly. It overlaps useful controls that slows me down when using Fauxton. 
   
   Something smaller and maybe at a different position (bottom-right?) would be better IMO

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [couchdb-fauxton] elChapoSing commented on issue #1253: The banners are too damn slow ! :)

Posted by GitBox <gi...@apache.org>.
elChapoSing commented on issue #1253: The banners are too damn slow ! :)
URL: https://github.com/apache/couchdb-fauxton/issues/1253#issuecomment-603587329
 
 
   OK so if I'm not mistaken line 30 in Notification.js is where that value is stored.
   
   ```
   static defaultProps = {
       type: 'info',
       visibleTime: 8000,
       escape: true
     };
   ```
   
   I could just change it to a lower value but how would one proceed to make it a parameter of the interface that the user could set ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services