Skip to content
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

Master theme issues var #32359

Closed
wants to merge 1 commit into from
Closed

Conversation

var-odoo
Copy link
Contributor

@var-odoo var-odoo commented Apr 3, 2019

@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Apr 3, 2019
@C3POdoo C3POdoo added the RD research & development, internal work label Apr 3, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Apr 11, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Apr 11, 2019
@robodoo robodoo removed the CI 🤖 Robodoo has seen passing statuses label Apr 15, 2019
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Apr 16, 2019
@robodoo robodoo removed the CI 🤖 Robodoo has seen passing statuses label Apr 16, 2019
@@ -9,7 +9,7 @@
class EventController(Controller):

@route(['''/event/<model("event.event", "[('state', 'in', ('confirm', 'done'))]"):event>/ics'''], type='http', auth="public")
def event_ics_file(self, event):
def event_ics_file(self, event, **kwargs):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For saas-12.2

@@ -1050,6 +1050,12 @@ table.table_desc tr td {
background: $light;
margin-top: -999px;
transition: margin-top 500ms ease 0s;
@include media-breakpoint-down(md) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To check but I really it is sm

@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Apr 16, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Apr 17, 2019
Copy link
Contributor

@qsm-odoo qsm-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@qsm-odoo
Copy link
Contributor

@robodoo r-

@robodoo robodoo removed the r+ 👌 label Apr 18, 2019
Copy link
Contributor

@qsm-odoo qsm-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dja-odoo Commit message is nearly great, just a small detail: the verb which starts the commit title should not be conjugated (so here, it should be "make"). The title should be such as it completes the sentence "If applied, this commit will ..." -> "make hamburger menu ..." :)

Also, there is a small typo at the end -> scrollable

Could you fix that (also, the same goes for the other PR of this task). Thank you ! :)

Currently, in small devices, hamburger menu of the cloned navbar
is not scrollable due to fixed position.

This commit improves the behavior and makes the affixed navbar
scrollable, enabling user to navigate through all the available
menus.

task-1938637
@robodoo robodoo removed the CI 🤖 Robodoo has seen passing statuses label Apr 18, 2019
@dharmrajsinh-jhala
Copy link
Contributor

@qsm-odoo I've changed the commit messages :) Could you have a look ? Thanks :)

Copy link
Contributor

@qsm-odoo qsm-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robodoo robodoo added r+ 👌 CI 🤖 Robodoo has seen passing statuses labels Apr 18, 2019
robodoo pushed a commit that referenced this pull request Apr 18, 2019
Currently, in small devices, hamburger menu of the cloned navbar
is not scrollable due to fixed position.

This commit improves the behavior and makes the affixed navbar
scrollable, enabling user to navigate through all the available
menus.

task-1938637

closes #32359

Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
@robodoo
Copy link
Contributor

robodoo commented Apr 18, 2019

Merged, thanks!

@robodoo robodoo closed this Apr 18, 2019
@qsm-odoo qsm-odoo deleted the master-theme-issues-var branch April 18, 2019 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants