Skip to content

Commit

Permalink
Add notice of code duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Nov 6, 2023
1 parent aa6a1dd commit dcc17f1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<script lang="ts">
/**
* @file
*
* NOTICE: There is some code duplication between this file and
* `CellMode.svelte` used for the table view. It might be good to resolve this
* duplication at some point. In the mean time, be mindful of propagating
* changes to both files as necessary.
*/
import CellFabric from '@mathesar/components/cell-fabric/CellFabric.svelte';
import type QueryRunner from '../QueryRunner';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<script lang="ts">
/**
* @file
*
* NOTICE: There is some code duplication between this file and
* `CellTab.svelte` used for the data explorer. It might be good to resolve
* this duplication at some point. In the mean time, be mindful of propagating
* changes to both files as necessary.
*/
import { getTabularDataStoreFromContext } from '@mathesar/stores/table-data';
import CellFabric from '@mathesar/components/cell-fabric/CellFabric.svelte';
Expand Down

0 comments on commit dcc17f1

Please sign in to comment.