-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/go 368 filters #249
Open
alhafoudh
wants to merge
44
commits into
main
Choose a base branch
from
feature/GO-368-filters
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
473af6d
Pass filter via url params and tweak message threads table title base…
alhafoudh 914d2fb
Tweak title text
alhafoudh 0a03182
Implement pinning and unpinning filters in sidebar
alhafoudh a6b44f0
Remove dependency on tailwindcss-scoped-groups since it is a native t…
alhafoudh be94fbe
Implement filter sorting
alhafoudh d8e29ff
Replace bars icon with grip icon
alhafoudh 5b0b7a3
Tweak styles
alhafoudh 2fcbce2
Merge branch 'main' into feature/GO-368-filters
alhafoudh 8d1e4e9
Fix FlashComponent renamed namespace
alhafoudh 8bfd59d
Update schema.rb and tenant.rb annotation
alhafoudh 44d03c7
User visibility settings for Tags, Filters v1
stage-rl f6108e5
Merge branch 'main' into feature/GO-368-filters
alhafoudh 3281e2e
Resolve merge conflict
alhafoudh 34e344b
Merge branch 'feature/tags_user_visibility_settings' into feature/GO-…
alhafoudh a11f431
Fix db schema
alhafoudh 9a6425f
Fix wrong merge
alhafoudh d07a6a0
Merge branch 'refs/heads/main' into feature/GO-368-filters
alhafoudh 8bcf810
Remove pinning from sidebar
alhafoudh adf8361
Tweak sidebar for filter list
alhafoudh ef6105c
Rename visibility model to UserItemVisibility and add reordering
alhafoudh 87c0bd8
Reorganize filtering and enable TagFilter usage
alhafoudh 7cc6801
Make first filter default
alhafoudh 3783ec4
Redirect to default filter and fix active sidebar item tracking
alhafoudh 5935dd4
Add buttons with icons for up down
alhafoudh cf6ebfa
Make Filter author nullable
alhafoudh 6c4313f
Remove binding.pry
alhafoudh 6a69302
Merge branch 'main' into feature/GO-368-filters
41f947a
Update filters and tags views, forms, icons, ..
ab4b919
Refactor routes
6afd341
Update filter editable scope
01240ec
Fix filter fixtures
c845d7b
FGRA-9973: Update tests
715141c
Update filters creation, scope, components
15dfcdd
Update tests
901e018
Try fix random failing notifications_test
25c6d2a
Merge branch 'main' into feature/GO-368-filters
d0bf118
Change default_max_wait_time for Capybara
699fc2f
Update notifications_test
6f5ba24
Fix migration and filtering by tag filters
29cc358
Remove is_pinned from filters
0776ad3
Refactoring after review
84646a6
Refactoring after review
21ef1b7
Merge branch 'main' into feature/GO-368-filters
8824a1f
Basic fix
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update filters creation, scope, components
- Loading branch information
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
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
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 |
---|---|---|
|
@@ -25,5 +25,6 @@ def up | |
|
||
def down | ||
TagFilter.destroy_all | ||
EverythingFilter.destroy_all | ||
end | ||
end |
This file was deleted.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.