-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[53809] Update PageHeaders & SubHeaders in the (rails) global index pages (fix issues) #16882
Closed
bsatarnejad
wants to merge
17
commits into
dev
from
53809-Update-pageheaders-subHeaders-in-the-global-index-pages-second-round
Closed
Changes from 11 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
6348f7d
remove instance name from top of the page
bsatarnejad d27c2d1
fix page header in meeting
bsatarnejad 2c76628
fix page header in cost reports
bsatarnejad f2c9eca
remove add button component for team planner
bsatarnejad a0369cc
remove add button component for boards
bsatarnejad 2284849
remove add button component for calendars
bsatarnejad 3d1b5dd
remove add button component
bsatarnejad a32ffcc
fix failing tests in boards
bsatarnejad 44928b8
fix failing tests in team planner
bsatarnejad a357e10
fix failing tests in calendar
bsatarnejad 611123f
fix meeting breadcrumb in new page
bsatarnejad 1ea7501
create a component to show add-button in calendar, boards and team pl…
bsatarnejad 0ef8690
show organization name in notification center
bsatarnejad 011aebf
move button from subheader to header in cost reports page
bsatarnejad b786e47
set organization name for breadcrumbs in projects list
bsatarnejad d73125d
fix showing breadcrumbs in meetings overview page
bsatarnejad 9faa63f
change href for meetings when there is a project
bsatarnejad 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
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
58 changes: 0 additions & 58 deletions
58
modules/boards/app/components/boards/add_button_component.rb
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
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
8 changes: 0 additions & 8 deletions
8
modules/calendar/app/components/calendar/add_button_component.html.erb
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
modules/calendar/app/components/calendar/add_button_component.rb
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
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.
Why didn't you just change this component to use a Primer Button? Now, you duplicated a lot of code in the individual modules. The SubHeader can deal with custom components on the right side, so that should not be a problem.