mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
chat: style fixes
This commit is contained in:
parent
223fc8c5b4
commit
f9df1b6af4
@ -88,7 +88,7 @@
|
|||||||
++ create-allow-history
|
++ create-allow-history
|
||||||
|= synced=(map path ship)
|
|= synced=(map path ship)
|
||||||
^- (map path ?)
|
^- (map path ?)
|
||||||
(~(run by synced) |=(shp=ship %.n))
|
(~(run by synced) |=(* %.n))
|
||||||
--
|
--
|
||||||
::
|
::
|
||||||
++ poke-json
|
++ poke-json
|
||||||
|
@ -25,22 +25,22 @@ export class ChatInput extends Component {
|
|||||||
this.messageChange = this.messageChange.bind(this);
|
this.messageChange = this.messageChange.bind(this);
|
||||||
|
|
||||||
// perf testing:
|
// perf testing:
|
||||||
//let closure = () => {
|
/*let closure = () => {
|
||||||
// let x = 0;
|
let x = 0;
|
||||||
// for (var i = 0; i < 30; i++) {
|
for (var i = 0; i < 30; i++) {
|
||||||
// x++;
|
x++;
|
||||||
// props.api.chat.message(
|
props.api.chat.message(
|
||||||
// props.station,
|
props.station,
|
||||||
// `~${window.ship}`,
|
`~${window.ship}`,
|
||||||
// Date.now(),
|
Date.now(),
|
||||||
// {
|
{
|
||||||
// text: `${x}`
|
text: `${x}`
|
||||||
// }
|
}
|
||||||
// );
|
);
|
||||||
// }
|
}
|
||||||
// setTimeout(closure, 1000);
|
setTimeout(closure, 1000);
|
||||||
//};
|
};
|
||||||
//this.closure = closure.bind(this);
|
this.closure = closure.bind(this);*/
|
||||||
|
|
||||||
moment.updateLocale('en', {
|
moment.updateLocale('en', {
|
||||||
relativeTime : {
|
relativeTime : {
|
||||||
|
Loading…
Reference in New Issue
Block a user