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

Add Extensions login page #1748

Open
wants to merge 143 commits into
base: svg-position-preserve
Choose a base branch
from

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    2b0318f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af35fb4 View commit details
    Browse the repository at this point in the history
  3. Image update batch (TurboWarp#1518)

    Various things from TurboWarp#90 and TurboWarp#1079
    GarboMuffin authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    e1b9fd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    953a0ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a09a5e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    9e789d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1315db4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    823b884 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4721f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. PwLDev/vibration: Vibration pattern block (TurboWarp#1522)

    The `navigator.vibrate()` function isn't limited to just buzzing your
    phone once for a specific amount of time. You can actually use it to
    play a pattern where the device alternates between vibrating and not
    vibrating. You can learn more [on MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API#vibration_patterns).
    
    I added a block to bring this functionality to the vibration extension.
    
    Tested on Edge for Android.
    DNin01 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    38115fe View commit details
    Browse the repository at this point in the history
  2. NexusKitten/controlcontrols: Highlight block (TurboWarp#1532)

    I added a block that can play an animation to highlight any one of the
    four project control buttons. It can be useful to make buttons that you
    want the user to click pop out more, and to create effect.
    
    Some examples: https://github.com/TurboWarp/extensions/assets/106490990/c84efa9f-5f64-425e-b1bb-ff7bed3e9b32
    DNin01 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    665a8f2 View commit details
    Browse the repository at this point in the history
  3. NexusKitten/controlcontrols: remove revert-layer (TurboWarp#1533)

    this feature only works in Firefox and actually isn't needed anyways
    GarboMuffin authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    22928f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24cff03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf8dc87 View commit details
    Browse the repository at this point in the history
  6. Lily/AllMenus: hide unused More Events menu and XML escape (TurboWarp…

    …#1537)
    
    Related to TurboWarp#1530
    
    XML escaping prevents extension from breaking if menu opcodes have weird
    characters but should not have any actual security impact since this is
    Blockly XML. It doesn't get fed directly into innerHTML = ...
    GarboMuffin authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    eb7df9e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    bd8777f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    accfb29 View commit details
    Browse the repository at this point in the history
  3. Fix mistake (TurboWarp#1544)

    I accidentally added translate functions to four menu options. I was
    supposed to fix these hours ago, but I fell asleep at my PC from my
    previous all nighter and missed updating the previous PR before you
    merged.
    CubesterYT authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bb6b39f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    576c3aa View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    2b918d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f48963 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    60d8a9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32befa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    d7df8c3 View commit details
    Browse the repository at this point in the history
  2. Use prefixed fullscreen methods (TurboWarp#1559)

    Some Safari versions that aren't even that old need webkit prefix
    GarboMuffin authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    38be121 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    9a0c594 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. penplus: fix description (TurboWarp#1563)

    change V6 to V7
    qxsck authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    68dcb60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3103e09 View commit details
    Browse the repository at this point in the history
  3. SharkPool/Font-Manager: I dont go by ashime anymore. (TurboWarp#1565)

    This is a non-essential change take however long to merge this.
    yuri-kiss authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    be07919 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Add BSD-3-Clause to licenses (TurboWarp#1567)

    Resolves TurboWarp#1551
    
    This adds `BSD-3-Clause` to the `package.json`.
    
    I didn't add the license text into `licenses/` because none of the
    TurboWarp extensions contributors wrote code that they voluntarily
    released under a BSD-3-Clause license and all code that has a
    BSD-3-Clause includes a comment with the license text
    DNin01 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    61fd6a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    ae0ac9d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Revert "Migrate to esm" (TurboWarp#1574)

    Breaks the extension build process for the desktop app
    
    There was no benefit anyways aside from esm seemingly being the future.
    Also the lack of a synchronous import() is rather disastrous
    
    Reverts TurboWarp#1564
    GarboMuffin authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2a429db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48faa26 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    7d4ba64 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    034d737 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    7bf116c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d856f70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8b6e63 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    8f734af View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    3a59915 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    8f48237 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. XmerOriginals/closecontrol: new image (TurboWarp#1621)

    from TurboWarp#1607. maybe more later but this one is most desperately in need of
    replacement
    GarboMuffin authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8541c95 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    d916741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2a57c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    44e16e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa22053 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. steamworks: docs update 2 (TurboWarp#1630)

    Notably, document that macOS support is only useful for development
    because of the notarization requirement
    GarboMuffin authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    8dffc0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aee8630 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Lily/LooksPlus: Optimize restore content block (TurboWarp#1638)

    - restore content block: do nothing if the costume wasn't changed
    - remove unnecessary emitTargetsUpdate
    - try/catch invalid SVGs
    GarboMuffin authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    44ad6f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eafceab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ce22a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea67bd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    532daff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfb5354 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23e5c1a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    5499be0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. mbw/xml: fix bugs, add inner HTML blocks (TurboWarp#1647)

    Fixes type error in setTextContent
    Makes querySelector related blocks also be able to get their parent - e.g. querying a on <a /> will return the expected result
    Adds "inner elements of" and "set inner elements of" blocks for interacting with innerHTML
    mybearworld authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d228f60 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    ee34483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9edfed5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    263033c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    f0d4e9e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    2646607 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    8f81856 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Lily/Video: fix videos rendering as pure black (TurboWarp#1692)

    by appending them into the DOM in a place that doesn't have display: none;
    seems to fix TurboWarp/scratch-render#12
    GarboMuffin authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a834058 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    7e91056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d689cbc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Lily/Skins: fix delete all skins not deleting the renderer skins (T…

    …urboWarp#1718)
    
    The code intended to delete the skins from the renderer when running the
    "delete all skins" block, but since it tried to iterate through the
    object like an array instead of iterating through the keys, it didn't
    work.
    This fixes a memory leak in the Skins extension.
    
    (Also changes the `createdSkins` variable from an array into an object,
    since it's used with string keys.)
    CST1229 authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    363e5fb View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    d21f029 View commit details
    Browse the repository at this point in the history
  2. Revert "fix: downloadBlob isn't working properly on some old browsers" (

    TurboWarp#1709)
    
    Reverts TurboWarp#1257.
    
    Adding a delay to `revokeObjectURL` didn't help at all, as the original
    issue was caused by an internal bug of `mark.via`. They have fixed the
    issue in later versions.
    FurryR authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b58a62e View commit details
    Browse the repository at this point in the history
  3. Edit some paragraphs on the homepage (TurboWarp#1660)

    To make it more... uh, professional. ✨
    DNin01 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    33afff0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Lily/ClonesPlus, Lily/LooksPlus, Skyhigh173/json: editingTarget can b…

    …e null (TurboWarp#1727)
    
    for example, extensions can be loaded while the project is still loading
    
    should resolve
    https://discordapp.com/channels/837024174865776680/1285154510527922186
    GarboMuffin authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    93983a2 View commit details
    Browse the repository at this point in the history
  2. Update GitHub Actions workflows (TurboWarp#1728)

    Resolves these warnings from https://github.com/TurboWarp/extensions/actions/runs/11374283156/job/31642649008
    
    > The following actions use a deprecated Node.js version and will be forced to run on node20: actions/deploy-pages@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
    
    > The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation:
    "github-pages".
    > Please update your workflow to use v4 of the artifact actions.
    > Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
    GarboMuffin authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5c91389 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. obviousAlexC/newgroundsIO: Cast medalID inputs for medal arguments (T…

    …urboWarp#1733)
    
    This can cause weird issues where the medal ID is a string and therefore
    technically does not exist:
    
    https://github.com/user-attachments/assets/59b8768f-3304-4124-81bb-e226c7d59cd2
    
    This also fixes the input type from STRING to NUMBER since the other
    block for medals uses NUMBER as well.
    JeremyGamer13 authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    63377ee View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    3e970f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    f3ac83b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e127cf View commit details
    Browse the repository at this point in the history
  3. Xeltalliv/simple3D: Feature update v1.2.0 (TurboWarp#1738)

    https://github.com/user-attachments/assets/4478d675-cea1-40b4-bf72-cd0ae6d7de03
    
    **This update:**
    Changes the way bone transforms blocks handle cases when not supplied
    all the necessary data or the data mismatches in length. Technically not
    backwards compatible, but considering both the fact that no-one seems to
    know how to use this and the fact it only changes what happens when the
    feature is misused, this should be fine.
    Makes bone transforms inheritable, which they weren't due to an
    oversight.
    In the documentation adds an external link to the tutorial.
    Adds a block for limiting amount of drawn instances.
    Adds 2 blocks for specifying and clearing viewport, clipping and pixel
    readback boxes.
    Adds 3 new options into mesh property reported for estimating VRAM
    usage.
    Adds a warning for exceeding vertex index limit.
    Speeds up m4.js
    Removes unnecessary screen refreshes.
    Adds a 90 second limit for model decoder. After that, it gets restarted.
    Cancels all the queued model importing upon the call to "reset
    everything" .
    Adds it's own `i_will_not_ask_for_help_when_these_break` exports.
    Xeltalliv authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    2e9eb5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    399a894 View commit details
    Browse the repository at this point in the history
  5. XeroName/Deltatime: don't report delta time of 0 (TurboWarp#1741)

    If projects do things like "5 / delta time", they'll break horribly when
    delta time is 0, so let's not return that.
    GarboMuffin authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    c8c2a10 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    b89f305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d1adfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5daee2d View commit details
    Browse the repository at this point in the history
  4. SharkPool/Font-Manager: updates (TurboWarp#1745)

    - use the new validation APIs from TurboWarp/scratch-vm#231, otherwise adding system font "Arial" will be broken once that goes live
    - make the default add custom font block actually do something
    - add Chinese, Japanese, Korean fallback fonts
    - rename "Scratch" fallback font
    GarboMuffin authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    fedbe62 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Create tsete.txt

    Eaielectronic authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    079c8a0 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Eaielectronic authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8192690 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e08a5de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62452cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c418acf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef61a2e View commit details
    Browse the repository at this point in the history
  7. Update Login-page.js

    Eaielectronic authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    48d84fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42ad742 View commit details
    Browse the repository at this point in the history
  9. Update Login-page.js

    Eaielectronic authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a73cd31 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c854e96 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a5e821f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e0a04b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    43330b3 View commit details
    Browse the repository at this point in the history
  14. Update Login-page.js

    Eaielectronic authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fc3218e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    17a62a5 View commit details
    Browse the repository at this point in the history
  16. Create teste.txt

    Eaielectronic authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    34ba4b1 View commit details
    Browse the repository at this point in the history
  17. Create teste

    Eaielectronic authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    32f7557 View commit details
    Browse the repository at this point in the history
  18. Add files via upload

    Eaielectronic authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e8782c4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c7d180d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    211311d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    09d0c3e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a0e03c0 View commit details
    Browse the repository at this point in the history
  23. Add files via upload

    Eaielectronic authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3907f16 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ae418c5 View commit details
    Browse the repository at this point in the history
  25. Add files via upload

    Eaielectronic authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b786216 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    aa36118 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d6f8ba3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    84f3ba2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a60c18c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    acf6920 View commit details
    Browse the repository at this point in the history
  31. Add files via upload

    Eaielectronic authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b4151aa View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f4531fc View commit details
    Browse the repository at this point in the history
  33. Update Login-page.js

    Eaielectronic authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    bdb3d5d View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b2a48bc View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    77cc15c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c9d1d4d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. apply prettier

    Eaielectronic committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5b74dc3 View commit details
    Browse the repository at this point in the history
  2. apply

    Eaielectronic committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ec2287e View commit details
    Browse the repository at this point in the history
  3. Create SDFV

    Eaielectronic authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2fc3281 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1771b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2429b90 View commit details
    Browse the repository at this point in the history
  6. Add files via upload

    Eaielectronic authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a2bf417 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6574b9e View commit details
    Browse the repository at this point in the history
  8. Add files via upload

    Eaielectronic authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0b55c1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c494a0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a31f4a View commit details
    Browse the repository at this point in the history
  11. Add files via upload

    Eaielectronic authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    22b2f62 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b75bf9 View commit details
    Browse the repository at this point in the history
  13. Create z

    Eaielectronic authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d7c9317 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    de92d56 View commit details
    Browse the repository at this point in the history
  15. Add files via upload

    Eaielectronic authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    163a8ab View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eaba16d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e1f722d View commit details
    Browse the repository at this point in the history
  18. Add files via upload

    Eaielectronic authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    29e6b49 View commit details
    Browse the repository at this point in the history
  19. Create d

    Eaielectronic authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2fa6820 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    512aee0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e37f010 View commit details
    Browse the repository at this point in the history
  22. Add files via upload

    Eaielectronic authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1a09b06 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Update Login-page.js

    Eaielectronic authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a99f256 View commit details
    Browse the repository at this point in the history
  2. Update Login-page.js

    Eaielectronic authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cb61dea View commit details
    Browse the repository at this point in the history