Skip to content

Commit

Permalink
Merge pull request #212 from unfoldingWord/larsg-add-print-button
Browse files Browse the repository at this point in the history
Larsg add print button
  • Loading branch information
larsgson authored Dec 21, 2023
2 parents c322dd2 + ba809da commit e70834f
Show file tree
Hide file tree
Showing 7 changed files with 14,442 additions and 10,289 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.yarn
/temp

# IntelliJ config
/.idea/
Expand Down
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gateway-translate",
"version": "1.0.0",
"version": "1.1.0",
"engines": {
"node": "16"
},
Expand All @@ -23,7 +23,9 @@
"@mui/lab": "^5.0.0-alpha.107",
"@mui/material": "^5.10.6",
"@mui/styles": "5.10.10",
"@oce-editor-tools/pk": "0.1.19",
"@oce-editor-tools/base": "^0.1.28",
"@oce-editor-tools/mui-core": "^0.1.28",
"@oce-editor-tools/mui-pk": "^0.1.28",
"@sendgrid/mail": "^7.7.0",
"autoprefixer": "^10.4.7",
"base-64": "^1.0.0",
Expand Down Expand Up @@ -52,7 +54,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
"@netlify/plugin-nextjs": "3.9.2",
"eslint": "^8.38.0",
"eslint": "^8.56.0",
"eslint-config-next": "12.1.6",
"husky": "^8.0.1",
"prettier": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import CssBaseline from '@mui/material/CssBaseline'
import StoreContextProvider from '@context/StoreContext'
import AuthContextProvider from '@context/AuthContext'
import AppContextProvider from '@context/AppContext'
import {PkCacheProvider} from '@oce-editor-tools/pk'
import {PkCacheProvider} from '@oce-editor-tools/mui-pk'
import { APP_NAME } from '@common/constants'
import AppHead from '@components/AppHead'
import Layout from '@components/Layout'
Expand Down
2 changes: 1 addition & 1 deletion src/components/ScriptureWorkspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
reloadApp,
} from '@utils/network'
import { useRouter } from 'next/router'
import { useUnsavedDataState } from '@oce-editor-tools/pk'
import { useUnsavedDataState } from '@oce-editor-tools/mui-pk'
import { HTTP_CONFIG } from '@common/constants'
import NetworkErrorPopup from '@components/NetworkErrorPopUp'
import ScriptureWorkspaceCard from './ScriptureWorkspaceCard'
Expand Down
2 changes: 1 addition & 1 deletion src/components/ScriptureWorkspaceCard.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useState, useContext } from 'react'
import PropTypes from 'prop-types'
import { Card } from 'translation-helps-rcl'
import { PkUsfmEditor } from '@oce-editor-tools/pk'
import { PkUsfmEditor } from '@oce-editor-tools/mui-pk'
import { BIBLE_AND_OBS } from '@common/BooksOfTheBible'
import { AuthContext } from '@context/AuthContext'
import { StoreContext } from '@context/StoreContext'
Expand Down
24,713 changes: 14,430 additions & 10,283 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e70834f

Please sign in to comment.