Giter Site home page Giter Site logo

twic2's People

Contributors

eugenen avatar gitter-badger avatar krkd avatar xgrommx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

twic2's Issues

Annoying things

  • backend loses connection (infinite http request, with data frames separated by \r\n) with twitter api server, but can't detect it. There is some algorithm implemented to check for stalls, but it works inefficiently (fixed in 5ae38d3).
  • virtual-dom fails to patch event listeners properly. This results in new nodes firing event handlers with data from previous generation (possible fix: don't patch, replace everything every time) (fixed in EugeneN/haskell-virtualdom@d659f72)
  • html entities encoding ("&")
  • unicode emoji (mis)encoding
  • truncated tweet body
  • not all embeds are shown

ideas

  • follow thread, multiple threads

  • follow users, hashtags

  • optimistic retweet, star, less notifications

Busy indicator component

This component should provide a sink for other components to put start job and end job events to. The component should then maintain a stack of active jobs, and display a visual busy indicator in the UI, just above the notifications, when there are more than 0 jobs running.

data BusyCmd = PushBusy | PopBusy
...
busyU <- busyComponent
...
busyU PushBusy
runSomeJob
busyU PopBusy

Embed for youtube, instagram, twitter, ... links

  • youtube
  • instagram
  • vimeo
  • twitter
    • embed entities of embedded tweets
    • embedded tweet's toolbar covers parent's toolbar, makes it inaccessible
    • nested embedded tweets width
  • do not show links if they point to the same tweet

Notifications fixes

  • add "close all" button to the top most notification like in atom. This is far from perfect from ux point of view, but we need it for now.
  • make body text-align: left; overflow-y: auto
  • color-code errors, warnings, infos and success
  • add Success constructor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.