-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add type filter, and fix filter to multiple tags Refs T773
Summary: - Add post type tab to filters - Fix tag filters to comma separate tags - previous was just filtered by the last tag selected Test Plan: - Load UI - Filter by 2 tags and check posts for both tags shown - Filter by type and check posts shown for that type Reviewers: aMoniker, spaudanjo, vladimir Maniphest Tasks: T773 Differential Revision: https://phabricator.ushahidi.com/D717
- Loading branch information
Showing
5 changed files
with
44 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.dropdown.filters-menu { | ||
> ul.dropdown-menu { | ||
min-width: 250px; | ||
min-width: 350px; | ||
|
||
.tab-content { | ||
padding: 15px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters