Commit Graph

20734 Commits

Author SHA1 Message Date
Matilde Park
8338bf7ac8 interface: remove duplicate result for exact query 2020-10-06 13:58:12 -04:00
Matilde Park
c29a540fea publish: fix groupify behaviour 2020-10-06 13:57:30 -04:00
Matilde Park
77b1db2d16 Merge branch 'master' into release/next-userspace 2020-10-05 20:56:57 -04:00
Matilde Park
7b236104b0 Merge branch 'lf/global-skeleton-links' (#3626)
* origin/lf/global-skeleton-links: (59 commits)
  chat: resolve conflicts in #3646
  interface: added the ability to make and redirect to a new DM from the ProfileOverlay
  interface: popover uses scales.black30 not gray
  chat: indigo-react unread notice
  chat: f8 group link text
  chat: set input for light mode
  groups: truncate long recent group entries
  interface: moved components/lib to components
  chat: bumping chat input size
  interface: removed unused Chat components
  publish: safety check note view
  publish: fix horizontal padding on small desktop
  links: prevent hostname arrow line breaking in safari
  links: prevent shrinking of comment input
  links: pass remotecontent policy
  publish: prevent crash on refreshing notebook
  groups: properly check and await notebook join
  groups: allow line breaks in description prompt
  links: restore flexbox truncation
  interface: calc skeleton size for safari
  ...

Signed-off-by: Matilde Park <matilde.park@sunshinegardens.org>
2020-10-05 20:56:28 -04:00
Matilde Park
3706566563 Merge branch 'la/cleanup-chat' (#3646)
* origin/la/cleanup-chat:
  chat: resolve conflicts in #3646
  interface: added the ability to make and redirect to a new DM from the ProfileOverlay
  interface: moved components/lib to components
  interface: removed unused Chat components

Signed-off-by: Matilde Park <matilde.park@sunshinegardens.org>
2020-10-05 19:14:23 -04:00
Matilde Park
f407b0d238 Merge branch 'lf/global-skeleton-links' into la/cleanup-chat 2020-10-05 19:13:49 -04:00
Matilde Park
fc7f8600fb chat: resolve conflicts in #3646 2020-10-05 19:12:33 -04:00
Fang
3d1ca6fb42
pill: update 2020-10-06 00:41:25 +02:00
Logan Allen
826248021a interface: added the ability to make and redirect to a new DM from the ProfileOverlay 2020-10-05 17:28:16 -05:00
Matilde Park
053c38a1be interface: popover uses scales.black30 not gray 2020-10-05 18:02:37 -04:00
Matilde Park
9d27379250 chat: indigo-react unread notice 2020-10-05 17:59:13 -04:00
Matilde Park
89b4c20de2 chat: f8 group link text 2020-10-05 17:46:03 -04:00
Matilde Park
a211cb90f2 chat: set input for light mode 2020-10-05 17:45:33 -04:00
Fang
4cfb98ec8d
hood: welp cards
The +weld call was nest-failing for some reason...
2020-10-05 23:43:12 +02:00
Fang
7242947f95
helm: add cors registry management generators 2020-10-05 23:42:59 +02:00
Fang
1c14e8854f
eyre: minimal CORS support
Adds a cors-registry to Eyre's state that tracks allowed and rejected
origins for the purposes of CORS request handling.

For preflight requests, generates a response in-line.
For simple requests, adds CORS headers onto whatever response is given.

See also:
https://groups.google.com/a/urbit.org/g/dev/c/bb82dwEJGzM/m/q2JjNSx5BwAJ
2020-10-05 23:41:42 +02:00
Matilde Park
35cd36407d groups: truncate long recent group entries 2020-10-05 17:37:46 -04:00
Logan Allen
4a469fc393 interface: moved components/lib to components 2020-10-05 16:32:46 -05:00
Matilde Park
00703e74a1 chat: bumping chat input size 2020-10-05 17:28:29 -04:00
Logan Allen
ba7055d1e4 interface: removed unused Chat components 2020-10-05 16:27:11 -05:00
Matilde Park
1b73029bc9 publish: safety check note view 2020-10-05 15:29:51 -04:00
Matilde Park
0d72959d03 publish: fix horizontal padding on small desktop 2020-10-05 15:09:36 -04:00
Matilde Park
5c1ef28055 links: prevent hostname arrow line breaking in safari 2020-10-05 14:59:53 -04:00
Matilde Park
2f8db1fbbc links: prevent shrinking of comment input 2020-10-05 14:43:09 -04:00
Matilde Park
7f530c8498 links: pass remotecontent policy 2020-10-05 14:37:34 -04:00
Matilde Park
25ee6053e6 publish: prevent crash on refreshing notebook 2020-10-05 14:33:34 -04:00
Matilde Park
29ae4fa54b groups: properly check and await notebook join 2020-10-05 14:31:27 -04:00
Matilde Park
aaf3cbee23 groups: allow line breaks in description prompt 2020-10-05 14:26:01 -04:00
Matilde Park
36adf996e0 links: restore flexbox truncation 2020-10-05 13:26:47 -04:00
Matilde Park
dc53e80b23 interface: calc skeleton size for safari 2020-10-05 13:15:24 -04:00
Matilde Park
56693be11b launch: scroll tile overflow 2020-10-05 13:14:42 -04:00
Matilde Park
b720029b20 links: disable flexshrink on link items 2020-10-05 12:52:41 -04:00
Matilde Park
87f761323f interface: revise new messages below padding 2020-10-05 12:03:10 -04:00
Matilde Park
bc685b6438 interface: dropdown should have same width 2020-10-05 12:00:27 -04:00
Matilde Park
7f03e35c9c interface: tweak sidebar header 2020-10-05 11:55:50 -04:00
Matilde Park
62a3b97870 chat: unread line should be blue 2020-10-05 11:51:12 -04:00
Matilde Park
3c51e42c74 chat: bump url message size 2020-10-05 11:35:47 -04:00
Matilde Park
9b1dbaf8ac interface: design nits 2020-10-05 11:30:18 -04:00
Liam Fitzgerald
9e38f38d95 StatusBar: fix padding 2020-10-05 16:32:10 +10:00
Liam Fitzgerald
bda2770320 Merge branch 'release/next-userspace' into lf/global-skeleton-links 2020-10-05 15:47:45 +10:00
Liam Fitzgerald
87b97beaf8
Merge pull request #3639 from urbit/mp/interface/more-indigoifying
interface: indigo-reacting components, removing popout logic
2020-10-05 13:03:59 +10:00
Matilde Park
c10562a98c leap: pass background color to input 2020-10-04 19:52:47 -04:00
Matilde Park
8a53574453 chat: line up child messages properly 2020-10-04 19:48:15 -04:00
Matilde Park
6651498c56 interface: fixes crash on refreshing groups layout 2020-10-02 18:29:15 -04:00
Matilde Park
3bf3ce1d71 interface: remove all popout logic 2020-10-02 18:09:29 -04:00
Matilde Park
6b98997ab2 interface: rich text in indigo-react 2020-10-02 18:09:29 -04:00
Matilde Park
5847ccc32e interface: indigo-react tabbar 2020-10-02 18:09:29 -04:00
Matilde Park
7164b96c7e chat: migrate settings to indigo-react 2020-10-02 18:09:29 -04:00
Matilde Park
8cc3e86498 leap: write input in indigo-react 2020-10-02 18:09:29 -04:00
Matilde Park
669a7aec85 links: settings panel in indigo-react 2020-10-02 18:09:29 -04:00