Skip to content

#1231 adding overflow: auto to warning models and error models#1232

Merged
dondi merged 1 commit intobetafrom
maika-1231
Sep 24, 2025
Merged

#1231 adding overflow: auto to warning models and error models#1232
dondi merged 1 commit intobetafrom
maika-1231

Conversation

@ntran18
Copy link
Collaborator

@ntran18 ntran18 commented Sep 19, 2025

No description provided.

@ntran18 ntran18 changed the base branch from main to beta September 19, 2025 00:35
@ntran18 ntran18 requested a review from dondi September 19, 2025 00:35
@coveralls
Copy link

Coverage Status

coverage: 80.379%. remained the same
when pulling e58544b on maika-1231
into 7156bc5 on beta.

@ntran18 ntran18 self-assigned this Sep 19, 2025
Copy link
Owner

@dondi dondi left a comment

Choose a reason for hiding this comment

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

I’ll approve the PR but we should eventually fix the spelling on the function name

}

$("#warningsModal").modal("show");
showWarningsModel();
Copy link
Owner

Choose a reason for hiding this comment

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

Good duplication catch and code consolidation!

showWarningsModel();
};

var showWarningsModel = function () {
Copy link
Owner

Choose a reason for hiding this comment

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

Minor thing, won’t block merging: we actually mean the modal dialog box here right? So I think the spelling on this function should be:

Suggested change
var showWarningsModel = function () {
var showWarningsModal = function () {

@dondi dondi merged commit b572fee into beta Sep 24, 2025
5 checks passed
@dondi dondi deleted the maika-1231 branch September 24, 2025 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants