Skip to content

Commit

Permalink
Feature: Write failure dialog (onivim#1527)
Browse files Browse the repository at this point in the history
* Dependency: reason-libvim -> ec703ce

* add write failure modal

* tone down shortcut color

* add Service_Vim

* enforce modal focus without explicit push and pop

* factor modals out to Feature_Modals

* simplify vim effects

* Dependency: reason-libvim -> 5a6976d
  • Loading branch information
glennsl authored Mar 30, 2020
1 parent 93dc2d5 commit 3eb4831
Show file tree
Hide file tree
Showing 26 changed files with 360 additions and 211 deletions.
22 changes: 11 additions & 11 deletions bench.esy.lock/index.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions esy.lock/index.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions integrationtest.esy.lock/index.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"ocaml": "~4.7.0",
"reason-sdl2": "^2.10.2020",
"reason-jsonrpc": "1.5.0",
"reason-libvim": "onivim/reason-libvim#3ead103",
"reason-libvim": "onivim/reason-libvim#5a6976d",
"reason-native-crash-utils": "onivim/reason-native-crash-utils#ae1fd34",
"reasonFuzz": "*",
"rench": "1.7.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Components/MessageBox.re
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module Styles = {

let shortcutText = (~isHovered, ~theme: Theme.t, ~font: UiFont.t) => [
fontFamily(font.fontFile),
color(theme.foreground),
color(Revery.Color.multiplyAlpha(0.75, theme.foreground)),
isHovered
? backgroundColor(theme.menuSelectionBackground)
: backgroundColor(theme.editorBackground),
Expand Down
Loading

0 comments on commit 3eb4831

Please sign in to comment.