Noah Moss

Results 27 issues of Noah Moss

**Describe the bug** "From now" and "ago" in the filter widget are not translated **To Reproduce** Steps to reproduce the behavior: 1. Change your user language to anything other than...

Type:Bug
Priority:P3
Querying/Parameters & Variables
Customization/i18n
.Frontend

**Describe the bug** On mobile, if you edit a dashboard and click on a parameter, it opens the sidebar and fills the entire screen with it, blocking the dashboard contents....

Type:Bug
Priority:P2
Reporting/Dashboards
Client:Mobile Web
Querying/Parameters & Variables
.Frontend

Hello! I noticed this behavior, which is not what I would have expected: ``` > (markdown.core/md-to-html-string "1. one\n2. two\n\n* three\n* four") "onetwothreefour" > (markdown.core/md-to-html-string "1. one\n2. two\n\n\n* three\n* four") "onetwothreefour"...

bug

This is the issue I mentioned in #297. Basically, `C-\` is working to switch to the last pane when I'm in vim, but when I'm in a bash pane it...

Addresses https://github.com/metabase/metabase/issues/25544 and https://github.com/metabase/metabase/issues/25112

backport

Currently, the presence or absence of `google-auth-client-id` is what determines whether Google Sign-In is enabled. This PR adds a separate setting `google-auth-enabled` that can be turned on/off independently from the...

auto-backported

This PR contains some refactor of various SSO settings to support FE changes being done by @ranquild in #26040 and #26064. This is a replacement for #25869 which was the...