git ssb

16+

Dominic / patchbay



Commit 20d0d5966b00027944c52cfdd4ac306ea61197a4

Merge branch 'master' of github.com:ssbc/patchbay

mixmix committed on 1/26/2020, 8:32:17 AM
Parent: 11a18b6002794331feb9f11d67fbfa08986633e9
Parent: a32c4b1713d7a46d55c2e27257ffbe0ec9a5ef01

Files changed

app/html/app.mcsschanged
app/styles/mcss/markdown.mcsschanged
app/sync/initialise/styles.jschanged
package-lock.jsonchanged
package.jsonchanged
app/html/app.mcssView
@@ -1,7 +1,7 @@
11 App {
22 background: var(--app-border-background)
3- font-family: arial, sans-serif, NotoColorEmoji
3 + font-family: arial, sans-serif
44
55 overflow: hidden
66
77 min-height: 0px
app/styles/mcss/markdown.mcssView
@@ -94,8 +94,11 @@
9494 list-style-type: none
9595 }
9696 }
9797
98 + (span.emoji) {
99 + font-family: NotoColorEmoji;
100 + }
98101
99102 (img.emoji) {
100103 height: 1.2em
101104 width: 1.2em
app/sync/initialise/styles.jsView
@@ -34,9 +34,9 @@
3434 })
3535 )
3636 document.head.appendChild(
3737 h('style', {
38- innerHTML: when(openDyslexicEnabled, '.App { font-family: OpenDyslexicRegular, arial, sans-serif, NotoColorEmoji; }', '')
38 + innerHTML: when(openDyslexicEnabled, '.App { font-family: OpenDyslexicRegular, arial, sans-serif; }', '')
3939 })
4040 )
4141 }
4242 }
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 547754 bytes
New file size: 550944 bytes
package.jsonView
@@ -105,35 +105,34 @@
105105 "ssb-blobs": "^1.1.12",
106106 "ssb-chess-db": "^1.0.6",
107107 "ssb-chess-mithril": "1.0.13",
108108 "ssb-config": "^3.4.3",
109- "ssb-conn": "^0.11.2",
109 + "ssb-conn": "^0.11.3",
110110 "ssb-db": "^19.3.2",
111111 "ssb-device-address": "^1.1.6",
112112 "ssb-ebt": "^5.6.7",
113113 "ssb-friend-pub": "^1.0.7",
114114 "ssb-friends": "^4.1.4",
115- "ssb-identities": "^2.1.0",
115 + "ssb-identities": "^2.1.1",
116116 "ssb-invite": "~2.0.4",
117117 "ssb-lan": "^0.1.4",
118- "ssb-local": "^1.0.0",
119118 "ssb-logging": "^1.0.0",
120119 "ssb-master": "^1.0.3",
121120 "ssb-meme": "^1.0.4",
122121 "ssb-mentions": "^0.5.0",
123122 "ssb-mutual": "^0.1.0",
124123 "ssb-no-auth": "^1.0.0",
125124 "ssb-onion": "^1.0.0",
126125 "ssb-ooo": "^1.1.1",
127- "ssb-peer-invites": "^2.0.0",
128- "ssb-plugins": "^1.0.2",
126 + "ssb-peer-invites": "^2.0.2",
127 + "ssb-plugins": "^1.0.3",
129128 "ssb-private": "^0.2.3",
130129 "ssb-query": "^2.1.0",
131130 "ssb-ref": "^2.13.6",
132- "ssb-replicate": "^1.3.1",
131 + "ssb-replicate": "^1.3.2",
133132 "ssb-search": "^1.1.2",
134133 "ssb-sort": "^1.1.0",
135- "ssb-suggest": "^1.0.4",
134 + "ssb-suggest": "^1.0.6",
136135 "ssb-tangle": "^1.0.1",
137136 "ssb-unix-socket": "^1.0.0",
138137 "ssb-unread": "^1.0.8",
139138 "ssb-uri": "^1.0.1",

Built with git-ssb-web