Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bring up to date with causx branch (#616)
* start Virtualized Table * css table * tags: {[key: string]: string} * fix typo * tags- with all the logs * css table * css table-virtual * ths css work!! * selection * highlight * header styling * output oreview * table with scroll * comments * test_one- test_annotation_suggestion * support for drag-dropping/uploading multiple data files * some changes from the commits on table virtual * less render tableData * GET api/causx/project/upload/fidil_json/ * fix repeated function name * and another fix * ref * tableData: { [indexRow: number]: TableCell[] } * row getter is being loaded infinatly * Abhinav | Issues 579, 585 | Fix copy annotations issues (#586) * Abhinav | Allow complete copy from source annotation with selection modification * Abhinav | Convert empty cells to NaN in copy_annotations * Abhinav | Create blocks constraints between every blocks * Previously the constraints were created only when 2 blocks shared same vertical or horizontal space * configure entire fidil upload endpoint * Remove duplicate colon in the default fidil_endpoint variable * Get the filename from the data_file request param * Get the filename from the data_file request param when download files * fetchRows * some tweaks to fidil download/upload * add fidil test * performance * Add http:// to the causx endpoint used to upload the fidil files * Remove trailing slash from the fidil json download endpoint * Update causx_utils.py Update FIDIL endpoint * calculate the indexes to send to the backend * updateQnodeCells if (upadateQnodeContent || showQnode) * service - startIndex=0, endIndex=50 * returnTableData and append qnodes * FAST! * handleOnSelectionChange * typo * while (Object.keys(tableData).length < table.dims[0]) { // add rows to the display table- infinitive!!! * fix qnode indexing error * fix infinite loop * add a performance improvement for adding empty cells * undo fix qnode indexing error and the bug it causes * tidiness and loading refactor * fix typo, and abbreviate test comparison by sending range * add sheet caching * typescript fix * change default part_end for partialcsv to something smaller * scrolToTop on change wikistore.table.table * - add extra columns to min 26 - add one extra for the scroll bar - block the additional columns and rows - when load new table- start new set for the loadedrows * typo * check for wider variety of errors from service * add extra rows to the end, if the startIndex is early loaded. * reorder functions (only committing so later changes are clear) * don't send main subject to country wikifier by default * add the start/end arguments to calc_params * slight tweak * updateStatment * typescript fix * move loadedRows to wikiStore.table.loadedRows and create wikiStore.table.currentRowIndex * update causx to match * if (startIndex < 0) { startIndex = 0; } * if (startIndex < 0) { startIndex = 0; } * bug fix: forgot to cast to int * update test files * fixed duplicated annotation blocks bug * partial csv * partialCsv min 10 columns * add "part_count" argument instead of part_start, part_end * typo * fix min columns and rows * fix rows len * 2.11.0 * don't send duplicates to wikifier service * Faster wikifier (#610) * initial version of faster wikifier * fix deletion * wikification color bug * tweaks * get rid of all references to kg.sheet * fix various bugs * fix small bug * upgrade python version on git * bump readme version to 3.8 * verbose test on github to diagnose failing test * try changing test scope? * use count for partial csv * update test * update history * remove submit button (#609) * todo comments * getting rid of the submit button on the block menu * changes the defaultPosition of popup * fixed get node by ID * not be possible to create a property for a block whose type is different from the block * deactivate table (if there is no selection) * select the block that just created Co-authored-by: ChanaChelem <[email protected]> Co-authored-by: ChanaChelem <[email protected]> * update history * only add factor class prefix to predefined factor classes Co-authored-by: ChanaChelem <[email protected]> Co-authored-by: Abhinav Kumar Thakur <[email protected]> Co-authored-by: g1eb <[email protected]> Co-authored-by: kyao <[email protected]>
- Loading branch information