Commit Graph

574 Commits

Author SHA1 Message Date
Matilde Park
7cb600dc6a Chat: Fix join channel's route render 2019-08-23 15:42:10 -04:00
Jared Tobin
164bba60fa
Merge pull request #1635 from urbit/chat-pending
Chat: Display pending messages
2019-08-23 15:55:35 -02:30
Jared Tobin
1c923eaaba
Merge pull request #1648 from urbit/mp-notebook-align
Publish: pubs/subs table enforces alignment w/ title wrap
2019-08-22 17:27:05 -02:30
Jared Tobin
087c68f7cb
Merge pull request #1646 from urbit/jt-vere-version
vere: version bump (0.8.2)
2019-08-22 17:26:19 -02:30
Matilde Park
62a81dec84 Publish: pubs/subs enforce alignment w/ title wrap
If your screen wasn't wide enough, the flex rules would destroy the gap
between columns, which destroyed the look of a table altogether.
By removing the 'one-line' class, and moving the margin-left from
the span element to the parent paragraph (for rows that aren't
the header rows), titles wrap onto another line, which enables
a responsive table and firm table margins.
2019-08-22 13:09:10 -04:00
Jared Tobin
ac62527c8f
vere: version bump (0.8.2)
(cherry picked from commit 4ee691457e)
2019-08-22 12:58:59 -02:30
pkova
4313e8af55 Sort clauses of $fork type pretty-printing 2019-08-22 16:47:52 +03:00
Jared Tobin
95b602df5d
Merge pull request #1640 from urbit/publish-import
Adds import and export arms to publish
2019-08-21 21:52:21 -02:30
Matilde Park
3219e18019 Chat: Add pending message container and display
Additional logic for reducer + array manips

Removing multi-array mutation and comments

Adding comments and working logic.

Fix sigil showing for pending from same aut

Pending messages persist upon circle change

Scaffolding message pending injection

Additional logic for reducer + array manips

Removing multi-array mutation and comments

Adding comments and working logic.

Fix sigil showing for pending from same aut

Pending messages persist upon circle change

Reworking pending boolean logic.

Data structure changed to Map

Checking correct scope of prop, removing dev TODO

Rebase mistake.
2019-08-21 17:48:13 -04:00
Isaac Visintainer
66abf0de73 indented block 2019-08-21 13:56:50 -07:00
Isaac Visintainer
b24cdf317b added import and export arms to publish 2019-08-21 13:22:38 -07:00
Matilde Park
0051449b13 CSS style polish for Firefox 2019-08-19 18:40:18 -04:00
Logan
da2879073b
Merge pull request #1601 from matildepark/landscape-spinner
Loading spinner moved to left alignment
2019-08-14 15:00:11 -07:00
Matilde Park
dc6e79f967 Hotfix for "set location" 2019-08-14 15:14:28 -04:00
Jared Tobin
e55c4c7731
Merge pull request #1611 from matildepark/weather-http
Weather tile inputs geolocation manually over HTTP, allows for location updating
2019-08-14 10:22:51 -07:00
Joe Bryan
72d2b09f83 improves u3r_mug_bytes() efficiency (a little) 2019-08-14 02:50:36 -07:00
Joe Bryan
15b0268c6f rewrites u3a_take to use the road stack 2019-08-14 02:48:00 -07:00
Matilde Park
3748cc216d Manual-first UX 2019-08-13 20:37:02 -04:00
Matilde Park
48403bd6fd Fixed style nitpicks 2019-08-13 20:17:40 -04:00
Isaac Visintainer
99a5048640 build js/css 2019-08-13 15:54:59 -07:00
Isaac Visintainer
5a2d0e62ca fixed unread notification logic and added unread badges to post previews 2019-08-13 15:39:37 -07:00
Isaac Visintainer
ded8d0c823 fixed hr rendering 2019-08-13 11:49:43 -07:00
Isaac Visintainer
2212323b4d added launch, chat, publish, clock, and weather as default apps for comets 2019-08-13 11:43:18 -07:00
Isaac Visintainer
f8133d6533 fixed path state transition when clicking next/prev 2019-08-13 11:40:35 -07:00
Isaac Visintainer
d4592c5e6a adjusted spacing on next/prev component 2019-08-13 11:28:55 -07:00
Isaac Visintainer
9517dabcc1 fixed auto-resizing of blog title input field 2019-08-13 10:56:45 -07:00
Isaac Visintainer
2f5d2bfb36 handle edge cases in blog/post naming 2019-08-13 10:39:56 -07:00
Matilde Park
c3d842a613 Add "update location" option 2019-08-13 12:35:45 -04:00
Jared Tobin
14b6816300
Merge pull request #1606 from urbit/modulo-lib-surs
Make modulo follow lib-sur conventions
2019-08-12 19:52:51 -07:00
Matilde Park
b5b708704a Forgot to minify. 2019-08-12 22:35:32 -04:00
Matilde Park
a3179ddb0a Allow latlong input on enter 2019-08-12 20:03:59 -04:00
Matilde Park
1d70e9f995 Notify on error 2019-08-12 19:55:28 -04:00
Matilde Park
a99977e462 Manual geolocation in HTTP 2019-08-12 19:42:41 -04:00
Jared Tobin
37edcc8525
Merge pull request #1610 from urbit/philip/tapp-scry
add +scry to lib/stdio
2019-08-12 15:03:10 -07:00
Philip Monk
6349fc85ee
add +scry to lib/stdio 2019-08-12 13:50:14 -07:00
Jared Tobin
2030edfc30
Merge pull request #1609 from urbit/jt-fix-gulpcssimport
Update timer/package-lock.json.
2019-08-12 11:45:06 -07:00
Jared Tobin
f0b38e748a
Merge pull request #1598 from urbit/philip/jael-fake
Give correct answers to jael scrys on fake ships
2019-08-12 11:08:43 -04:00
Jared Tobin
92a9a3e7fe
Update timer/package-lock.json.
The version of gulp-cssimport that was included in the lockfile happened
to trigger one of GitHub's automated security warnings, so this just
updates the locked version to 7.0.0.
2019-08-12 07:43:20 -07:00
Philip Monk
b6d4783660
give correct answers to jael scrys on fake ships 2019-08-12 07:04:15 -07:00
Matilde Park
a8d89d5b9b Merge upstream 2019-08-12 09:58:41 -04:00
Matilde Park
bbf6f82f6f gulp bundle-prod'd the wrong app >_< 2019-08-12 09:58:11 -04:00
Matilde Park
f8b67644ad
Merge branch 'master' into comet-sizing 2019-08-12 09:52:29 -04:00
Matilde Park
eb1a2ff003 Merge upstream again 2019-08-12 09:51:12 -04:00
Jared Tobin
4da3b71e33
Merge pull request #1597 from urbit/philip/clay-drop
Kick write queue on |cancel
2019-08-12 09:49:15 -04:00
Jared Tobin
2a8e543c58
Merge pull request #1596 from urbit/dns-bind-http-cancel
adds stub for http cancellation in :dns-bind
2019-08-12 09:46:33 -04:00
Matilde Park
68055a42aa Rebuilt compiled JS 2019-08-12 09:43:44 -04:00
Matilde Park
5f4b7d136e Merge upstream/master into comet-sizing 2019-08-12 09:43:01 -04:00
Jared Tobin
61577515ee
Merge pull request #1604 from urbit/gall-wash
add gall %wash to clear caches
2019-08-12 09:41:11 -04:00
Fang
18928ff71f
Weather -> clock in clock tile's readme 2019-08-11 19:07:44 -07:00
Fang
a59149bc23
Move :publish app state type into app itself 2019-08-11 12:21:39 -07:00