Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
diaspora
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Gigadoc 2
diaspora
Commits
73ab7e25
Commit
73ab7e25
authored
Feb 08, 2016
by
Dennis Schubert
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6681 from svbergerem/mobile-getting-started-completed
Mark getting started as completed on mobile website
parents
a87f3139
77d45c28
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
1 deletion
+15
-1
Changelog.md
Changelog.md
+1
-0
app/views/users/getting_started.mobile.haml
app/views/users/getting_started.mobile.haml
+4
-1
features/mobile/getting_started.feature
features/mobile/getting_started.feature
+10
-0
No files found.
Changelog.md
View file @
73ab7e25
...
...
@@ -94,6 +94,7 @@ Contributions are very welcome, the hard work is done!
*
Limit flash message width on small devices
[
#6529
](
https://github.com/diaspora/diaspora/pull/6529
)
*
Add navbar on mobile when not logged in
[
#6483
](
https://github.com/diaspora/diaspora/pull/6483
)
*
Fix timeago tooltips for reshares
[
#6648
](
https://github.com/diaspora/diaspora/pull/6648
)
*
"Getting started" is now turned off after first visit on mobile
[
#6681
](
https://github.com/diaspora/diaspora/pull/6681
)
## Features
*
Support color themes
[
#6033
](
https://github.com/diaspora/diaspora/pull/6033
)
...
...
app/views/users/getting_started.mobile.haml
View file @
73ab7e25
...
...
@@ -76,5 +76,8 @@
=
text_field_tag
"follow_tags"
,
nil
,
class:
"nostrap form-control"
.center
=
link_to
"
#{
t
(
'.awesome_take_me_to_diaspora'
)
}
»"
,
stream_path
,
id:
"awesome_button"
,
class:
"btn btn-primary"
=
link_to
"
#{
t
(
'.awesome_take_me_to_diaspora'
)
}
»"
,
getting_started_completed_path
,
id:
"awesome_button"
,
class:
"btn btn-primary"
features/mobile/getting_started.feature
View file @
73ab7e25
...
...
@@ -30,3 +30,13 @@ Feature: editing the getting started in the mobile view
When
I follow
"awesome_button"
Then
I should be on the stream page
And
I should not see
"awesome_button"
Scenario
:
new user completes getting started and signs in again later
When
I sign out manually on the mobile website
And
I sign in manually as
"ohai"
with password
"secret"
on the mobile website
Then
I should be on the getting started page
When
I follow
"awesome_button"
Then
I should be on the stream page
When
I sign out manually on the mobile website
And
I sign in manually as
"ohai"
with password
"secret"
on the mobile website
Then
I should be on the stream page
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