Skip to content

Commit

Permalink
help mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
breadchris committed Nov 14, 2023
1 parent 92cc03a commit c315156
Show file tree
Hide file tree
Showing 20 changed files with 6,209 additions and 3,539 deletions.
347 changes: 178 additions & 169 deletions gen/content/content.pb.go

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion js/dist/extension/background.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/dist/extension/background.js.map

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion js/dist/extension/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -35540,6 +35540,10 @@ Be sure to create slots properly by using "slot.always" or "slot.optional" with
* @generated from field: repeated content.Content related = 2;
*/
related = [];
/**
* @generated from field: repeated string parents = 3;
*/
parents = [];
constructor(data) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -35548,7 +35552,8 @@ Be sure to create slots properly by using "slot.always" or "slot.optional" with
static typeName = "content.Contents";
static fields = proto3.util.newFieldList(() => [
{ no: 1, name: "content", kind: "message", T: Content },
{ no: 2, name: "related", kind: "message", T: Content, repeated: true }
{ no: 2, name: "related", kind: "message", T: Content, repeated: true },
{ no: 3, name: "parents", kind: "scalar", T: 9, repeated: true }
]);
static fromBinary(bytes, options) {
return new _Contents().fromBinary(bytes, options);
Expand Down
4 changes: 2 additions & 2 deletions js/dist/extension/content.js.map

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion js/dist/extension/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -48017,6 +48017,10 @@ Be sure to create slots properly by using "slot.always" or "slot.optional" with
* @generated from field: repeated content.Content related = 2;
*/
related = [];
/**
* @generated from field: repeated string parents = 3;
*/
parents = [];
constructor(data) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -48025,7 +48029,8 @@ Be sure to create slots properly by using "slot.always" or "slot.optional" with
static typeName = "content.Contents";
static fields = proto3.util.newFieldList(() => [
{ no: 1, name: "content", kind: "message", T: Content },
{ no: 2, name: "related", kind: "message", T: Content, repeated: true }
{ no: 2, name: "related", kind: "message", T: Content, repeated: true },
{ no: 3, name: "parents", kind: "scalar", T: 9, repeated: true }
]);
static fromBinary(bytes, options) {
return new _Contents().fromBinary(bytes, options);
Expand Down
4 changes: 2 additions & 2 deletions js/dist/extension/options.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit c315156

Please sign in to comment.