Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ThaliApp
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
thalia
ThaliApp
Merge requests
!169
WIP: Photos component
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Photos component
feature/photos
into
master
Overview
4
Commits
1
Changes
30
Closed
Ghost User
requested to merge
feature/photos
into
master
6 years ago
Overview
4
Commits
1
Changes
30
Expand
Blocked by
%1.15
in concrexit
and
!152 (merged)
Edited
6 years ago
by
Ghost User
0
0
Merge request reports
Compare
master
version 13
7b5f78c5
6 years ago
version 12
3a675a25
6 years ago
version 11
49c2f51a
6 years ago
version 10
ef830031
6 years ago
version 9
888580c7
6 years ago
version 8
30f14e93
6 years ago
version 7
cf51b4ce
6 years ago
version 6
1854ee1a
6 years ago
version 5
cfd00dc1
6 years ago
version 4
2d727028
6 years ago
version 3
13f73a76
6 years ago
version 2
a44e06d2
6 years ago
version 1
1aa94876
6 years ago
master (base)
and
latest version
latest version
d0637562
1 commit,
6 years ago
version 13
7b5f78c5
1 commit,
6 years ago
version 12
3a675a25
1 commit,
6 years ago
version 11
49c2f51a
2 commits,
6 years ago
version 10
ef830031
2 commits,
6 years ago
version 9
888580c7
2 commits,
6 years ago
version 8
30f14e93
2 commits,
6 years ago
version 7
cf51b4ce
2 commits,
6 years ago
version 6
1854ee1a
2 commits,
6 years ago
version 5
cfd00dc1
2 commits,
6 years ago
version 4
2d727028
2 commits,
6 years ago
version 3
13f73a76
2 commits,
6 years ago
version 2
a44e06d2
2 commits,
6 years ago
version 1
1aa94876
2 commits,
6 years ago
30 files
+
1096
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
__tests__/ui/components/navigator/__snapshots__/Sidebar.spec.js.snap
+
103
−
0
Options
@@ -510,6 +510,109 @@ exports[`Sidebar component renders correctly 1`] = `
Object {
"padding": 16,
},
Object {},
],
]
}
>
<Text
accessible={true}
allowFontScaling={false}
ellipsizeMode="tail"
onPress={[Function]}
style={
Array [
Object {
"color": "#313131",
"fontSize": 24,
},
Array [
Object {
"marginRight": 10,
},
Object {
"marginRight": 30,
"textAlign": "center",
"width": 28,
},
],
Object {
"fontFamily": "Material Icons",
"fontStyle": "normal",
"fontWeight": "normal",
},
]
}
>
</Text>
<Text
accessible={true}
allowFontScaling={true}
ellipsizeMode="tail"
style={
Array [
Object {
"backgroundColor": "transparent",
"fontWeight": "600",
},
Object {
"color": "#313131",
},
]
}
>
Photos
</Text>
</View>
</View>
<View
accessibilityComponentType={undefined}
accessibilityLabel={undefined}
accessibilityTraits={undefined}
accessible={true}
hasTVPreferredFocus={undefined}
hitSlop={undefined}
isTVSelectable={true}
nativeID={undefined}
onLayout={undefined}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
Array [
Object {
"overflow": "hidden",
},
Object {
"backgroundColor": "#FFFFFF",
"borderRadius": 0,
},
]
}
testID={undefined}
tvParallaxProperties={undefined}
>
<View
style={
Array [
Object {
"alignItems": "center",
"flexDirection": "row",
"justifyContent": "flex-start",
"padding": 8,
},
Object {
"backgroundColor": "#FFFFFF",
"borderRadius": 0,
},
Array [
Object {
"padding": 16,
},
Object {
"borderTopColor": "#BBBBBB",
"borderTopWidth": 1,
Loading