GithubHelp home page GithubHelp logo

symbolic-internal-im's People

Contributors

yeelan0319 avatar

Watchers

 avatar  avatar

symbolic-internal-im's Issues

proper bind for keydown events

Try a input area out side of the screen. Div won't focus and be able to bind keydown event.
However, be careful for blur and see if need to show the input first within window area and then move it outside. Especially browser compatibility.

Dynamic display admin button

Display the admin button for room/ system dynamically
Whenever the permission level is changed, automatically inform user of that

Load old pm message

Should have different display for old message and should be able to load message

PM improvement

1.search by all field
2.search on keydown
3.have a list for recent pm people
4.ping people on the pm dialog
5.drag to delete
6.automatic box on right side

Safari cookie extension

The code cannot read PHPSESSID from safari and extend the expiration date properly.

The reason is that the express session middleware set a flag called "httponly" to the cookie, so that it won't be able to be read directly in browser.
2 possible walk around ways:

  1. Set the cookie expiration date to infinity while let the server keep the right expiration date.
  2. Do a extension via ajax call through express get/post route per half window passed in cookie life span

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.