Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit feb13be
Author: Brandon Longuet <[email protected]>
Date:   Tue Mar 26 11:37:40 2024 -0500

    Getting Rid of Unnecessary Code

commit 9b008e9
Author: Brandon Longuet <[email protected]>
Date:   Tue Mar 26 11:31:37 2024 -0500

    Background color

    Changes background

commit 27d55df
Author: BrianWinner <[email protected]>
Date:   Tue Mar 26 10:41:45 2024 -0500

    Added logIn CSS and more styling

commit 6203dc8
Author: BrianWinner <[email protected]>
Date:   Mon Mar 25 23:10:32 2024 -0500

    Even more styling

    Set up basic flow of pages from log in to Family, added first iteration of action bar, beautified buttons more

commit 6c6c225
Author: Brandon Longuet <[email protected]>
Date:   Mon Mar 25 16:26:05 2024 -0500

    ButtonSystemGrid Fixes

    ADDED:
    -A test navigate to a blank page when button is clicked
    FIXES:
    -Won't call the API when a global variable is null, since the API methods can't handle null values.
    -Won't create a Container/div for the buttons when there are no buttons to make

commit bbdeae1
Author: Brandon Longuet <[email protected]>
Date:   Mon Mar 25 15:04:06 2024 -0500

    Scrollable Button System

    ADDED: Height limit for the Button Grid so that when there are more buttons than height it will make the grid scrollable

commit ac0781e
Author: Brandon Longuet <[email protected]>
Date:   Mon Mar 25 14:46:21 2024 -0500

    Updating Global Variables

    ADDED: Reaction, Species, and TagMechanism global variables that all webpages can use

commit ca451c2
Author: BrianWinner <[email protected]>
Date:   Sun Mar 24 18:12:47 2024 -0500

    More Family Page work

commit 2fcc42d
Author: Brandon Longuet <[email protected]>
Date:   Thu Mar 21 14:34:34 2024 -0500

    FamilyPage

    UPDATED: API methods and interfaces
    ADDED: Global variables and button OnClicks
  • Loading branch information
AmazingBrandonL committed Mar 26, 2024
1 parent 8785e3f commit cd0f299
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/buttonSystem/RenderButtons.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Button } from 'react-bootstrap';
import { Family, Mechanism, Reaction, Species, TagMechanism } from './API_Interfaces';
import 'bootstrap/dist/css/bootstrap.css';
import { StyledFamilyButton, StyledMechanismsFromFamilyButton } from './RenderButtonsStyling';
Expand Down

0 comments on commit cd0f299

Please sign in to comment.