Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Indienet
Site
Commits
4f6c3f50
Verified
Commit
4f6c3f50
authored
Mar 18, 2018
by
Aral Balkan
Browse files
Remove commented-out code from last refactor
parent
6ccfb9d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/pages/index.vue
View file @
4f6c3f50
...
...
@@ -17,14 +17,6 @@
</transition-group>
</main>
<!-- REFACTORING: old tabs -->
<!--
<b-tab-item
label=
"Everyone"
:disabled=
'!configured'
><b-message
type=
'is-info'
has-icon
><strong>
Nothing yet.
</strong>
Federated posts will go here.
</b-message></b-tab-item>
<b-tab-item
label=
'Search'
:disabled=
'!configured'
><search
/></b-tab-item>
<b-tab-item
label=
"Settings"
v-show=
'signedIn || !configured'
><settings
/></b-tab-item>
<b-tab-item
label=
"…"
v-show=
'signedIn || !configured'
:disabled=
'!configured'
>
<b-message
type=
'is-info'
has-icon
><strong>
Nothing yet.
</strong>
Additional features will be listed here.
</b-message>
</b-tab-item>
-->
<!-- Follow modal: TODO move to header -->
<follow-modal
:isActive=
'followModalActive'
@
close=
'followModalActive = false'
/>
</div>
...
...
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