Maria

Results 181 comments of Maria

rebased but didnt finish testing it

`seperate javascript and react app imports` is needed to fix the bug where imports are happening in the wrong order, without it, for some files for example ``` import a...

Thanks, squashed, updated the procfile, and removed the npm8 installation

@ShimShtein it is unrelated (org tests just randomly fail)

@evgeni >Mhh, react-bootstrap is a peerDependency of react-ellipsis-with-tooltip, and our packaging doesn't pull those in. is this a hint for me to add it?

no runtime error for not adding react-router and react-bootstrap to webpack vendor list

Because we dont get them from rails. ```ruby def toast_notifications_data selected_toast_notifications = flash.select { |key, _| key != 'inline' } selected_toast_notifications.map do |type, notification| notification.is_a?(Hash) ? notification : { :type...

Thanks for sending me to investigate this, I changed the pr to instead not send an undefined value in the railsMessages, since it will always be undefined and will override...

Thanks! set auto scroll to be true on default, rebased, and added ` if (scrollElementSeleceted()) ` to avoid errors in edge cases