urbit/pkg
André Fincato db6130146b groups: avoid extra node in plain link URL
This still leaves an empty root node which does not take up visual
space though. A more comprehensive approach would be to filter out
plain URL links from the graph, eg from the function

```
t[1].children.map(c => {
    if (c?.children) {
      let links = [];
      c.children.filter(k => {
        if (k.type === 'link') {
          links.push({
            type: 'root',
            children: [
              {
                type: 'graph-url',
                url: k.url
              }
            ]
          })
        }
      })

      c.children.push(...links);
    }
  });
```
2022-04-19 09:04:19 +02:00
..
arvo Merge branch 'next/arvo' 2022-02-17 20:32:26 +01:00
base-dev Merge pull request #5532 from urbit/azimuth/jael-fix 2022-01-12 12:47:21 +01:00
bitcoin various: bump pkg kelvins ahead of coming update 2021-11-10 14:51:26 +01:00
btc-wallet Merge pull request #5355 from finned-palmer/bugfix/cleanup-provider-modal-text 2021-10-25 10:47:12 -05:00
docker-image docker: update documentation 2021-04-25 12:02:56 -04:00
ent libent: use BCryptGenRandom on Windows 2021-03-27 20:15:56 +00:00
garden interface: improving channel load time/ordering 2022-03-22 19:05:24 -05:00
garden-dev garden: move /+ hark-store into -dev 2021-11-30 11:25:30 -05:00
grid Merge branch 'master' into next/groups 2022-03-21 18:20:51 -05:00
herb Revert "Revert "Merge naive/aggregator into poprox/naive-tests"" 2021-08-19 16:09:28 -07:00
hs build: remove haskell related nix code and haskell.nix dependency 2021-12-08 10:06:42 +01:00
interface groups: avoid extra node in plain link URL 2022-04-19 09:04:19 +02:00
landscape dm-hook: fix missing notification on DM invite 2022-03-28 14:33:18 -06:00
npm @urbit/api: do not reconnect if there is a FatalError 2022-03-31 14:52:18 -06:00
urbit vere: bump version to 1.8 2021-11-19 18:41:32 -08:00
urcrypt Merge branches 'jb/rnv-restage' and 'jb/rnv-fixes', remote-tracking branches 'frodwith/keccak' and 'botter-nidnul/release/next-vere' into jb/rnv-merge 2021-09-24 18:05:37 -04:00
webterm webterm: v1.0.1 2022-01-27 00:29:24 +01:00
symbolic-merge.sh pkg/symbolic-merge.sh from @Fang- 2021-08-30 20:19:16 +03:00