24 Commits

Author SHA1 Message Date
5037bf41be Can open multiple files at once now
File paths can be given as command line arguments
Files can be drop into the splash screen to open
2021-01-27 19:10:09 -08:00
f9f50cd562 Added confirmations when opening/closing files
If current file has unsaved changes it will ask for permission before opening or closing
2021-01-25 20:49:41 -08:00
e50248bde6 Improved usability of the inline editing
Fixed bug with using keyboard shortcuts for cut, copy, and paste
2021-01-25 16:39:05 -08:00
34b509d062 Add support for command line arguments
Can accept --debug argument to show the chrome development tools
2021-01-25 16:37:18 -08:00
8c47fa87c1 Added Undo/Redo 2021-01-24 14:26:38 -08:00
a302b37b0d Can clear selected cells with delete or backspace 2021-01-23 20:51:50 -08:00
80847801f4 Changed to TypeScript
Moved third party files to separate folder
2021-01-23 16:01:19 -08:00
ba4ca341f4 Changed schema updater
Schema updater will add missing keys that are not strictly required
2021-01-22 15:46:15 -08:00
96da8eadc4 Can now copy and paste table cells 2021-01-20 18:32:24 -08:00
72bff75f0f Selecting the table blurs focus on inputs 2021-01-18 19:48:52 -08:00
c987a636af Added multiple cell selection
Added copy functionality for the table
2021-01-18 19:35:21 -08:00
a27c3695a9 Fixed bug with moving tables 2021-01-17 17:30:46 -08:00
4ec53eb4b9 Can remove recent files now 2021-01-15 15:21:21 -08:00
7d444006d1 Moved generating the nav bar and tab content to the website
Fixed issue with loading local files within the packaged app
Fixed issue with 1.0.0 schema tab name
2021-01-12 20:51:15 -08:00
f6630ff659 Added input for editing table description 2021-01-11 20:55:54 -08:00
6185c6181e Removed unused code
Checks if recent file valid before showing
2021-01-11 20:26:02 -08:00
4096d83596 Added schema for data file validation
Can open older versions of data files
2021-01-11 20:14:09 -08:00
20031fb918 Added drag and drop for moving table columns and rows
Has confirmation for deleting tables
2021-01-10 01:14:54 -08:00
8d43963f31 Can now save files
Added menu bar to allow opening and saving of files
Keeps track of recently opened files
2021-01-05 15:38:48 -08:00
87b31074b4 Added inline editing
double clicking on a cell or header will place a text box for editing
2021-01-03 00:11:27 -08:00
94dd5f58db Added right click menu for adding rows and columns
moved code for making cells and headers to their own functions
2021-01-01 23:36:17 -08:00
1b85241d65 Added basic editing functionality 2020-12-19 22:44:45 -08:00
5eaf389d3c Added functions for inserting rows and columns 2020-12-19 13:09:38 -08:00
815d56d96e Initial commit 2020-12-15 18:28:39 -08:00