Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coco update toggle #188

Closed
wants to merge 22 commits into from
Closed

Coco update toggle #188

wants to merge 22 commits into from

Commits on Jun 19, 2024

  1. Update the toggle

    Coco Chen committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    96abf9f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. update the style of the toggle

    Coco Chen committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7f03a22 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. update toggle into a component

    Coco Chen committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    5112790 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Nav-bar Formating Update (#187)

    * initial commit
    
    * fix for extra padding
    K42IE authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    11d7436 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fixed Device Page Text Styling (#194)

    * Fixed Device Page Text Styles
    
    * Fixed Device Page Text Styles
    K42IE authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8c4b0d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. create error when adding a child that does not exist (#162)

    * changing function names
    
    * checking if entered child key exists
    
    * provenance records can be broken down into different lines now
    
    * removing textToLink class
    
    * fixing spacing
    judithweng authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e031267 View commit details
    Browse the repository at this point in the history
  2. Update main page to match style guide (#183)

    * moving create forms into a separate folder
    
    * input file button colors
    
    * change form bg colors to lighter blue (sky to frost)
    
    * change font color on input text placeholders:
    
    * changing borders
    
    * remove borders
    
    * children device name input box styled accordingly
    
    * clean up code
    
    * adding tag input field
    
    * notify all checkbox
    
    * clean code
    
    * Edited format a little to fit Figma
    
    * fix warning about notifyAll
    
    ---------
    
    Co-authored-by: K42IE <katiepryal@live.com>
    judithweng and K42IE authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c81b716 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    a208b38 View commit details
    Browse the repository at this point in the history
  2. Fix direct navigation to device page (#195)

    * changes fix the error on npm run preview but fail on npm run dev
    
    * restore original
    
    * fork qrcode-vue3, change files locally
    
    * adding a submodule
    
    * pulling changes from qrcode submodule
    
    * moving all files from fork to fully local
    
    * renaming folder
    judithweng authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7928900 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Adding AGPL License Commentary #160 (#165)

    * testing
    
    * anusha commentary license
    
    * Deploy Front End  (#154)
    
    * remove frontend folder from workspaces
    add azure static web app config + deploy instructions
    
    * mroe readme
    
    * add link to azure SWA CLI
    
    * update package lock
    
    * Add GH action
    
    * add azure/static-web-apps-cli dev dependency
    
    * add deploy to github workflow (commented out temporarily)
    
    ---------
    
    Co-authored-by: Harry Pierson <harrypierson@outlook.com>
    
    * small change to trigger github action
    
    * move GH workflow file to correct folder
    
    * fix GH workflow
    
    * trigger wf
    
    * tweak wf
    
    * I can't believe I forgot the checkout action 🤦‍♂️
    
    * fix upload wf step
    
    * deploy frontend GH WF step
    
    * node 18
    
    * only run frontend deployment wf for frontend changes
    
    * Title bar is now a default layout (on all pages) (#169)
    
    * Inital commit
    
    * Made title-bar a default layout (also if you click the logoit goes to the main landing page)
    
    * Fix warnings (#174)
    
    * Inital commit
    
    * inital commit
    
    * inital commit (#184)
    
    * Fixed textTooLink warnings (#175)
    
    * Inital commit
    
    * inital commit
    
    * clean up
    
    * Nav-bar Formating Update (#187)
    
    * initial commit
    
    * fix for extra padding
    
    * Fixed Device Page Text Styling  (#194)
    
    * Fixed Device Page Text Styles
    
    * Fixed Device Page Text Styles
    
    * create error when adding a child that does not exist (#162)
    
    * changing function names
    
    * checking if entered child key exists
    
    * provenance records can be broken down into different lines now
    
    * removing textToLink class
    
    * fixing spacing
    
    * Update main page to match style guide (#183)
    
    * moving create forms into a separate folder
    
    * input file button colors
    
    * change form bg colors to lighter blue (sky to frost)
    
    * change font color on input text placeholders:
    
    * changing borders
    
    * remove borders
    
    * children device name input box styled accordingly
    
    * clean up code
    
    * adding tag input field
    
    * notify all checkbox
    
    * clean code
    
    * Edited format a little to fit Figma
    
    * fix warning about notifyAll
    
    ---------
    
    Co-authored-by: K42IE <katiepryal@live.com>
    
    * Fix direct navigation to device page  (#195)
    
    * changes fix the error on npm run preview but fail on npm run dev
    
    * restore original
    
    * fork qrcode-vue3, change files locally
    
    * adding a submodule
    
    * pulling changes from qrcode submodule
    
    * moving all files from fork to fully local
    
    * renaming folder
    
    ---------
    
    Co-authored-by: Harry Pierson <harrypierson@hotmail.com>
    Co-authored-by: Harry Pierson <harrypierson@outlook.com>
    Co-authored-by: K42IE <katiepryal@live.com>
    Co-authored-by: judithweng <83525666+judithweng@users.noreply.github.com>
    Co-authored-by: Robert L. Read <read.robert@gmail.com>
    6 people authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e47fff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e69c4 View commit details
    Browse the repository at this point in the history
  3. Button to download children keys (#198)

    * button to download children
    
    * download button appear only when children are made
    
    * make the button appear only when there are children
    judithweng authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    829a373 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Fixing color tag bug (#208)

    * modified designedTag sintax
    
    * deleting comments
    judithweng authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1535af8 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Working on download function with the file name (#196)

    * WIP
    
    * remove pnpm package manager
    
    * fix http trigger
    
    * update the file
    
    * include filename in decryptBlob
    
    * Attachment-Name header
    
    * update the download
    
    * update get attachement test
    
    * add getAttachmentName backend function
    
    * update the frontend
    
    * Update retrieve the attachment name from the header
    
    * change front end on push GH action file name
    
    * add Backend push github action
    
    * add be build test on pr
    
    * update actions/checkout
    
    * update actions/setup-node
    
    ---------
    
    Co-authored-by: Harry Pierson <harrypierson@outlook.com>
    Co-authored-by: Coco Chen <chihlinc@cocos-mbp-3.mynetworksettings.com>
    Co-authored-by: Coco Chen <chihlinc@Cocos-MacBook-Pro-3.local>
    4 people authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1e77c7b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. This PR takes an "about" page and "contact" page from Nora's code... (#…

    …216)
    
    * initial checkin
    
    * linking about and contact page
    
    ---------
    
    Co-authored-by: judithweng <83525666+judithweng@users.noreply.github.com>
    RobertLRead and judithweng authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3b5954f View commit details
    Browse the repository at this point in the history
  2. Rob illicit words (#218)

    * initial checkin
    
    * code for the forbiddenTags problem, fixing issues #135 and #80
    RobertLRead authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    34cd2ba View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Update the toggle

    Coco Chen authored and K42IE committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    609e0ed View commit details
    Browse the repository at this point in the history
  2. update the style of the toggle

    Coco Chen authored and K42IE committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a2093bb View commit details
    Browse the repository at this point in the history
  3. update toggle into a component

    Coco Chen authored and K42IE committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    800ca48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7149fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5d90b6 View commit details
    Browse the repository at this point in the history
  6. Test

    K42IE committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    fc25f67 View commit details
    Browse the repository at this point in the history