Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
d5447929
Commit
d5447929
authored
Mar 14, 2023
by
Alejandro Celaya
Committed by
Alejandro Celaya
Mar 15, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not explicitly set public visibility in props
parent
345b39c2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
permissions.ts
src/sidebar/helpers/permissions.ts
+1
-1
theme.ts
src/sidebar/helpers/theme.ts
+1
-1
version-data.ts
src/sidebar/helpers/version-data.ts
+7
-7
No files found.
src/sidebar/helpers/permissions.ts
View file @
d5447929
...
...
@@ -8,7 +8,7 @@
* specific user) or `'group'` (for a group).
*/
type
Permissions
=
{
export
type
Permissions
=
{
/** List of principals that can read the annotation */
read
:
string
[];
/** List of principals that can edit the annotation */
...
...
src/sidebar/helpers/theme.ts
View file @
d5447929
...
...
@@ -12,7 +12,7 @@ const supportedThemeProperties: Record<ThemeProperty, string> = {
/**
* Subset of the config from the host page which includes theme configuration.
*/
type
Settings
=
{
export
type
Settings
=
{
branding
?:
Record
<
ThemeProperty
,
string
>
;
};
...
...
src/sidebar/helpers/version-data.ts
View file @
d5447929
...
...
@@ -7,13 +7,13 @@ type UserDetails = {
};
export
class
VersionData
{
public
version
:
string
;
public
userAgent
:
string
;
public
urls
:
string
;
public
fingerprint
:
string
;
public
account
:
string
;
public
timestamp
:
string
;
public
segment
:
string
|
undefined
;
version
:
string
;
userAgent
:
string
;
urls
:
string
;
fingerprint
:
string
;
account
:
string
;
timestamp
:
string
;
segment
:
string
|
undefined
;
/**
* @param documentFrames - Metadata for connected frames.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment