Skip to content

Commit

Permalink
chore: update labimotion - converter ui (#1578)
Browse files Browse the repository at this point in the history
fix: converter app call not triggered
  • Loading branch information
phuang26 authored Oct 16, 2023
1 parent 6b14384 commit 5f6d6ad
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ gem 'kaminari'
gem 'kaminari-grape'
gem 'ketcherails', git: 'https://github.com/complat/ketcher-rails.git', branch: 'upgrade-to-rails-6'

gem 'labimotion', '1.0.11'
gem 'labimotion', '1.0.13'

gem 'mimemagic', '0.3.10'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ GEM
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
labimotion (1.0.11)
labimotion (1.0.13)
rails (~> 6.1.7)
latex-decode (0.4.0)
launchy (2.5.0)
Expand Down Expand Up @@ -921,7 +921,7 @@ DEPENDENCIES
kaminari
kaminari-grape
ketcherails!
labimotion (= 1.0.11)
labimotion (= 1.0.13)
launchy
listen
memory_profiler
Expand Down
3 changes: 3 additions & 0 deletions app/packs/src/apps/converter/ConverterAdmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@ class ConverterAdmin extends Component {
<main>
{this.dispatchView()}
</main>
<div>
<a href="/">Back to MyDB</a>
</div>

<Modal show={this.state.createdModal}>
<Modal.Header>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"aviator": "v0.6.1",
"base-64": "^0.1.0",
"chem-generic-ui": "^1.0.10",
"chemotion-converter-client": "0.2.0",
"chemotion-converter-client": "0.5.0",
"citation-js": "0.6.8",
"classnames": "^2.2.5",
"clipboard": "^1.5.12",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5516,10 +5516,10 @@ chem-units@^0.0.5:
resolved "https://registry.yarnpkg.com/chem-units/-/chem-units-0.0.5.tgz#b5621a6c132ee58e7c0d7999c88ccd63a128498a"
integrity sha512-obZvfyKjDDgCk0s4FIt5eZxcB+l+3GLnskMnqcE4FaJPNJtJtQwql3JkxsO5BdniK2wKycfHy95aCy7+sOCieA==

chemotion-converter-client@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/chemotion-converter-client/-/chemotion-converter-client-0.2.0.tgz#2002bb48bbf4b9354220195e12be0e3885b02556"
integrity sha512-hqEAVflwpglX0gCkTtEJlbP+4xLU6VHsplP8OcjZiFPf8Up0KTpRkc39DQcOHg5Z0RO4E7txV5FrwYm+hnLs5Q==
chemotion-converter-client@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/chemotion-converter-client/-/chemotion-converter-client-0.5.0.tgz#a5c99b1f7bb215f86a7ebd2d78d5c7c6c92eb1b2"
integrity sha512-ysq4UyuTXH+SNmPDlYa9HNimgrvm4DIP6E7k1LVlYyydU255gtcobDXzZqfWKdHNhQieu34WwomUfyM16CjtQQ==
dependencies:
bootstrap "^3.3.7"
jquery "^3.4.0"
Expand Down

0 comments on commit 5f6d6ad

Please sign in to comment.