File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import PropTypes from 'prop-types';
3
3
4
4
import { changeView , changeSlider } from '../actions/actions' ;
5
5
6
- // BUG FIX:
7
- // changeSlider should also respond to the click event on the div
6
+ // Launch Feature: Figure out changeView vs changeSlider
7
+ // Should we make the btn bigger instead and keep the functionality?
8
8
9
9
const Action = props => {
10
10
const {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useStoreContext } from '../store';
4
4
import { setTab } from '../actions/actions' ;
5
5
6
6
7
- // BUG FIX : Fix the dropdown styling to make it more distinguishable
7
+ // Launch Feature : Fix the dropdown styling to make it more distinguishable
8
8
9
9
const SwitchAppDropdown = ( ) => {
10
10
const [ { currentTab, tabs } , dispatch ] = useStoreContext ( ) ;
Original file line number Diff line number Diff line change @@ -5,10 +5,7 @@ import Action from '../components/Action';
5
5
import { emptySnapshots } from '../actions/actions' ;
6
6
import { useStoreContext } from '../store' ;
7
7
8
- // MVP Feature: Include a dropdown functionality
9
- // to show stateful/functional/Context API differentiation
10
- // May want to add another child component to the container
11
-
8
+ // Launch: render a dropdown filterable list
12
9
function ActionContainer ( ) {
13
10
const [ { tabs, currentTab } , dispatch ] = useStoreContext ( ) ;
14
11
const { snapshots, sliderIndex, viewIndex } = tabs [ currentTab ] ;
You can’t perform that action at this time.
0 commit comments