Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 678 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 678 Bytes

Smartsheet Electron app

This app is not affiliated to Smartsheet Inc.

This app implemented using Electron is simply a Webview that loads the Smartsheet application. It inserts a tiny layer of CSS to make the webpage fit the Electron app a little better.

I've built this app because of Chromes horizontal scroll to go back :) Everytime I tried to scroll inside the Gantt chart I went back in the browser history. This Webview doesn't have this behaviour. Another plus is that it's available from the OSX dock.

Development

# Install
yarn

# Run
yarn start

Build

# OSX
yarn run package-osx

# Windows
yarn run package-win