Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
717fdc2d
Commit
717fdc2d
authored
Sep 03, 2020
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Widen TODO list only on mobile to be mobile-friendly
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
c61a6b09
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
app/assets/stylesheets/page_bundles/todos.scss
app/assets/stylesheets/page_bundles/todos.scss
+4
-0
app/views/dashboard/todos/index.html.haml
app/views/dashboard/todos/index.html.haml
+1
-1
changelogs/unreleased/mobile-friendly-todos-list.yml
changelogs/unreleased/mobile-friendly-todos-list.yml
+5
-0
No files found.
app/assets/stylesheets/page_bundles/todos.scss
View file @
717fdc2d
...
...
@@ -164,6 +164,10 @@
}
@include
media-breakpoint-down
(
sm
)
{
.container-fluid
.todos-list-container
{
margin
:
0
(
-
$gl-padding
);
}
.todo
{
.avatar
{
display
:
none
;
...
...
app/views/dashboard/todos/index.html.haml
View file @
717fdc2d
...
...
@@ -81,7 +81,7 @@
=
link_to
todos_filter_path
(
sort:
sort_value_oldest_created
)
do
=
sort_title_oldest_created
.js-todos-all
.
todos-list-container.
js-todos-all
-
if
@todos
.
any?
.js-todos-list-container
.js-todos-options
{
data:
{
per_page:
@todos
.
limit_value
,
current_page:
@todos
.
current_page
,
total_pages:
@todos
.
total_pages
}
}
...
...
changelogs/unreleased/mobile-friendly-todos-list.yml
0 → 100644
View file @
717fdc2d
---
title
:
Widen TODO list only on mobile to be mobile-friendly
merge_request
:
41244
author
:
Takuya Noguchi
type
:
other
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