Skip to content

Commit

Permalink
add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
avidrucker committed Nov 14, 2023
1 parent 7ecc23b commit 6f2e5de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import { getFromLocalStorage, saveToLocalStorage } from './core/localStorageAdap
import { exportTasksToJSON, importTasksFromJSON } from './core/tasksIO';
import TodoItem from './TodoItem';
import {saveDisk, infoCircle} from './core/icons'

import './App.css';

// TODO: refactor all buttons to change color on hover, focus, active rather than grow

const activeListOffset = 0;
const queryStringListOffset = 100;
const initialTasksListOffset = 200;
Expand Down

0 comments on commit 6f2e5de

Please sign in to comment.