Giter Club home page Giter Club logo

0rc's People

Contributors

cgm616 avatar thenain38 avatar whowaswho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

0rc's Issues

Adjust dark theme

Adjust colours for darkt heme, meow rushed it. All dark theme code is inlined in index.html

Messages get stuck at the top

Some messages get stuck at the top or get displayed out of order with 'Just now', this is a general ZeroChat bug.

enable feed which could be integrated elsewhere

user wants:

I wonder if we could add a feed in this, so we can see when people reply to us :)

Normally when someone mentions you, the text line will get blue colored. So, that should give one already a good info when looking at the chat page.

But, I assume it's about getting the info (that someone replied) faster.

The feed (of replies from chat) could be integrated into ZeroHello, or some kind of RSS thinggy ?

Timestamp options

Option to set user's own timestamp format. We should parse (at least minimal set of) ISO 8601 timestamp format (standard on Unix systems, date uses that).

Installation instructions

Cloning from github and installing is fairly complicated, probably needs some good documentation.

Mentions list

Have all of your mentions collated in a mini inbox kind of thing.

'/r' command

'/r' command to quickly reply to the last person who mentioned you.

Channel modes

It's must-have feature. +m should be the first one.

Flipping messages order

Option to flip messages so new messages appear at the bottom and scroll up like in slack or most of IRC clients.

Chat style

Fix toggling of this rule: li:nth-child(odd) { background-color: #F9FAFD; }

User modes

We should introduce user modes. Some basic to start with:

  • Operator (+o)
  • Voice (+v)

Start using UI framework or libarary

I think we should use React.js for the sake of flexibility. Introducing new features would be easer using some modern frontend framework (like Angular) or React.

Backend database structure

Right now, database is stored in json as such:
{ "message": [ { "body": "hello>", "date_added": 1457395770268 } ] }
I propose another, slightly more complicated way, that gives a lot of flexibility on further abstractions like commands. By adding another field, 'type', we can parse the body with a certain action or command in mind.

Currently, parsing /me commands is hacky and occurs in the rendering phase, replacing the username with the message data.

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.