-
Notifications
You must be signed in to change notification settings - Fork 65
[IMP] carousel: one title to rule them all #7003
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
Conversation
47cbef0
to
a7b01c4
Compare
robodoo rebase-merge |
Merge method set to rebase and merge, using the PR as merge commit message. |
This reverts commit d866f9d. See next commit message and task. Task: 5039276
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.
👋
This reverts commit 54dd3b8. See next commit message and task. Task: 5039276
a7b01c4
to
70e2d05
Compare
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.
nitpicks, otherwise LGTM
]); | ||
}); | ||
|
||
test("Can edit the carousel title for a carousel item", async () => { |
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.
nitpick: Can edit the carousel title for a carousel item
<templates> | ||
<t t-name="o-spreadsheet-CarouselPanel"> | ||
<div class="o-carousel-panel h-100 overflow-auto"> | ||
<Section title.translate="Carousel Title" class="'o-carousel-title'"> |
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.
<Section title.translate="Carousel Title" class="'o-carousel-title'"> | |
<Section title.translate="Carousel Title" class="'o-carousel-title pt-0'"> |
probably
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.
(in "Carousel Sections", not "Carousel Title" )
With this commit, we are simplifying the carousel. Previously, the user could define a different title for each carousel tab. Now, it's only a single title for all tabs. We are still not sure where we are going with carousels, but it seems the current direction is to use carousel to show the same data (hence one single title) but from different perspectives (tabs) Task: 5039276
70e2d05
to
4bda34a
Compare
@robodoo r+ fixed the nitpicks |
This reverts commit d866f9d. See next commit message and task. Task: 5039276 Part-of: #7003 Signed-off-by: Adrien Minne (adrm) <[email protected]>
This reverts commit 54dd3b8. See next commit message and task. Task: 5039276 Part-of: #7003 Signed-off-by: Adrien Minne (adrm) <[email protected]>
With this commit, we are simplifying the carousel. Previously, the user could define a different title for each carousel tab. Now, it's only a single title for all tabs. We are still not sure where we are going with carousels, but it seems the current direction is to use carousel to show the same data (hence one single title) but from different perspectives (tabs) Task: 5039276 Part-of: #7003 Signed-off-by: Adrien Minne (adrm) <[email protected]>
With this commit, we are simplifying the carousel. Previously, the user could define a different title for each carousel tab. Now, it's only a single title for all tabs. We are still not sure where we are going with carousels, but it seems the current direction is to use carousel to show the same data (hence one single title) but from different perspectives (tabs) closes #7003 Task: 5039276 Signed-off-by: Adrien Minne (adrm) <[email protected]>
With this commit, we are simplifying the carousel.
Previously, the user could define a different title for each carousel tab.
Now, it's only a single title for all tabs.
We are still not sure where we are going with carousels, but it seems the
current direction is to use carousel to show the same data (hence one single
title) but from different perspectives (tabs)
Task: 5039276