Giter Site home page Giter Site logo

talk's Introduction

talk

talk is the frontend for :hall, the urbit messaging and notifications system.

talk is a simple flux app that gets loaded by tree as a module.

Developing

The desk/ folder in this repo mirrors a desk on an urbit planet. Source files live outside of this folder, we compile them in using watchify / sass and then copy the /desk onto the desk we're using for development on a planet.

Our sass depends on bootstrap mixins, so the urbit fork of bootstrap is included as a submodule.

First:

git submodule init
git submodule update --remote

Then:

npm install
npm run watch

Deploy

Simple:

cp -r desk/ [$desk_mountpoint]/

If you have urbit installed in ~/urbit with a planet called sampel-sipnym and have mounted the home desk:

cp -r desk/ ~/urbit/sampel-sipnym/home/

Contributing

If you have a patch you'd like to contribute:

  • Test your changes using the above instructions
  • Fork this repo
  • Send us a pull request

Distribution

Compiled main.js and main.css get periodically shipped to the urbit core. Each time these compiled files are moved to urbit core their commit message should contain the sha-1 of the commit from this repo.

talk's People

Contributors

galenwp avatar ohaitch avatar knubie avatar fang- avatar belisarius222 avatar joemfb avatar

Stargazers

Patrick O'Sullivan  avatar STYLIANOS IORDANIS avatar Jordan Ellis avatar Will Pankiewicz avatar Barry avatar tacryt-socryp avatar Anatoli Nicolae avatar ~livweb-havweb avatar keaton "kj" livermore-dunsford avatar Chase James avatar

Watchers

Steven Dee (Jōshin) avatar David Kerschner avatar Elliot Glaysher avatar  avatar Josh Lehman avatar  avatar James Cloos avatar  avatar jose avatar Jared Tobin avatar  avatar Anthony Arroyo avatar  avatar  avatar Jake Miller avatar  avatar Matthew LeVan avatar Gavin avatar Jordan Ellis avatar Peter Moresi avatar  avatar Jimmy  avatar Rob avatar Marisa Rowland avatar keaton "kj" livermore-dunsford avatar Will Kim avatar  avatar  avatar  avatar ~livweb-havweb avatar  avatar

talk's Issues

[minor] Page scrolls when someone talks

If you're scrolled up from the bottom at all, the position will still move when someone says something new, making it a pain to read backlog.

(I don't know if this is what was on Anton's older branches - I put those under @galenwp just in case they had something useful, since they didn't look identical to the stuff here)

scrollTop isn't set reliably

You may notice this when scrolling up to fetch more messages, the scroll position within the message list will be set a bit higher than where it was before the fetched messages were prepended. I've also noticed something similar when new messages are appended to the bottom.

;who STATION does not work

The syntax checker in talk will not allow me to type anything past ;who.

I understand that this probably means that ;who STATION is not a valid expression.

I will try to venture into :talk and figure this out, but if someone beats me to it please let me know. I don't imagine it's more than a couple of lines.

Strange link rendering in firefox

I saw this in Firefox 50.0.2 on Ubuntu 16.04
image
Not sure what other info would be useful. Happy to answer other questions if necessary.

Messages bleed into each other on narrower windows

This is due to the .gram elements having a set height, which I know is required for the react-infinite plugin. Not sure what the best way to handle this is, maybe somehow retrieve their natural height before passing in to Infinite? But then how do you deal with window resizing, check and rerender on resize event?
screen shot 2016-06-11 at 2 50 43 pm

Menu size bug on mobile

Since we change from position: fixed to position: absolute when scrolling on mobile we have width issues.

Error: [%ap-abut-bad-bone %talk 256]

Been getting this for about a week -- pops up iteratively in the middle of my Talk feed:

[%ap-abut-bad-bone %talk 256] 

But it seems like everything still works fine. I can see and send messages from both the CLI and the browser UI.

What's up?

No 'offline' indication

The interface gives no indication when it's been disconnected, the 'offline' class never gets added to the body.

Split talk messages are shown backwards in stream

Reversing the talk stream also reverses any auto-split messages in that stream, "long talk message" becoming

message
talk
long

Fixing this would probably require backend support for threading/grouping of split messages.

Timestamp overlapping in skinny Chrome

Running Google Chrome 54.0.2840.98, with a browser width of 960 pixels, I see the following when hovering over a message:
screen shot 2016-12-16 at 9 13 35 am
Not a huge deal, but it can be hard to read the timestamps. Just figured I should report it.

Webtalk prints moon names like comets

While on the console, moons are printed as their parent planets with a "^" (i.e. all moons of ~ropdun-sormyr get printed as ~ropdun^sormyr).

While on webtalk, moons are abbreviated as comets (i.e. ~lagdep-nomren-ropdun-sormyr gets printed as ~lagdep_sormyr). It should instead be printed as the console version does it.

Webtalk on moons

When loading webtalk off a moon, it tries to load from the moon's Hall. Since moons use their planet's Hall, there's nothing there, so no messages ever load. It should be sending subscriptions to the planet instead.

Can't DM comets

Apparently comet name parsing in the audience field is borked.

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.