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

Rework the interface of PersistentTabView #42

Merged
merged 149 commits into from
Mar 13, 2024
Merged

Rework the interface of PersistentTabView #42

merged 149 commits into from
Mar 13, 2024

Commits on Mar 19, 2022

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

Commits on Mar 20, 2022

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

Commits on Jun 5, 2022

  1. Configuration menu
    Copy the full SHA
    96d38fe View commit details
    Browse the repository at this point in the history
  2. Some nullsafety adjustments

    jb3rndt committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    65c5171 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    006be4f View commit details
    Browse the repository at this point in the history
  4. itemAnimationProperties now have to be applied to the NavBar Widget…

    … directly instead of being passed through to `navBarEssentials` and being accessible from there
    jb3rndt committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    7e25baf View commit details
    Browse the repository at this point in the history
  5. Add changes to changelog

    jb3rndt committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    dcff2b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    4908839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51f1a4a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Fix interactive_example

    jb3rndt committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    f568ea8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. NavBarDecoration is applied by the individual styles and the addition…

    …al gesturedetector got removed
    jb3rndt committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    0f9cecc View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    d8f0bd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c2a49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f168502 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    0b2ee57 View commit details
    Browse the repository at this point in the history
  2. Transparent background

    jb3rndt committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    1ba8738 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    jb3rndt committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    4106558 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    271970d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    c6d6be5 View commit details
    Browse the repository at this point in the history
  2. Update neumorphic style

    jb3rndt committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    2363779 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Adjust all styles

    jb3rndt committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    913ce2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dd788d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a67899 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55e047d View commit details
    Browse the repository at this point in the history
  5. Make hideNavBar non-nullable

    jb3rndt committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    980359c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    e259850 View commit details
    Browse the repository at this point in the history
  2. Use Scaffold internally

    jb3rndt committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    885db83 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Rename confineToSafeArea to avoidBottomPadding

    Jannis Berndt committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    0b97a3f View commit details
    Browse the repository at this point in the history
  2. Remove CustomNavBar constructor

    Jannis Berndt committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    31bfee2 View commit details
    Browse the repository at this point in the history
  3. Remove scaffolds from examples

    Jannis Berndt committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    f92d008 View commit details
    Browse the repository at this point in the history
  4. Fix

    Jannis Berndt committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    787d523 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aff2884 View commit details
    Browse the repository at this point in the history
  6. Make each tabs navigator default to the main routing table for genera…

    …ting routes
    Jannis Berndt committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    cbe0420 View commit details
    Browse the repository at this point in the history
  7. Rename RouteAndNavigatorSettings to NavigatorConfig

    Jannis Berndt committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    5a88c39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae6aea1 View commit details
    Browse the repository at this point in the history
  9. Remove some unused args from navbarEssentials and change some nullabl…

    …e types
    Jannis Berndt committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    6c7453d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b2560a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    c6910c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d7c6d0 View commit details
    Browse the repository at this point in the history
  3. Some cleanups

    jb3rndt committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    c50e3f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Doing some todos

    jb3rndt committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    113a024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    606486f View commit details
    Browse the repository at this point in the history
  3. Fixing merge

    jb3rndt committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    3ff7696 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    7500738 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8035210 View commit details
    Browse the repository at this point in the history
  3. Renamings

    jb3rndt committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    16bbbc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    64fb33f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed2d548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc17780 View commit details
    Browse the repository at this point in the history
  4. Reduce Navigator Functions

    jb3rndt committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6e8c674 View commit details
    Browse the repository at this point in the history
  5. Fixing styles

    jb3rndt committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    b36bf23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f68b06f View commit details
    Browse the repository at this point in the history
  7. Update Readme

    jb3rndt committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    465f180 View commit details
    Browse the repository at this point in the history
  8. Beginning Migration Guide

    jb3rndt committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    cdc44b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    af93b14 View commit details
    Browse the repository at this point in the history
  2. Add to changelog

    jb3rndt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    166ad95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b8c526 View commit details
    Browse the repository at this point in the history
  4. Add more to Changelog

    jb3rndt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b9912bc View commit details
    Browse the repository at this point in the history
  5. Default navbar color to white

    jb3rndt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    74846ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70b75c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d68a9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11ec7ce View commit details
    Browse the repository at this point in the history
  9. Fix sending of screen context

    jb3rndt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0a0dc6e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a889282 View commit details
    Browse the repository at this point in the history
  11. Fix tests

    jb3rndt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    daed538 View commit details
    Browse the repository at this point in the history
  12. Format

    jb3rndt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f1a41e4 View commit details
    Browse the repository at this point in the history
  13. Add some spacing to style 5

    jb3rndt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c2991f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Update gifs and readme

    jb3rndt committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    97de66d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Publishing beta release

    jb3rndt committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    af61c19 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Fix readme link

    jb3rndt committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    96a491a View commit details
    Browse the repository at this point in the history
  2. Changelog

    jb3rndt committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8176ef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1ce021 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6b9a20 View commit details
    Browse the repository at this point in the history
  5. Improve example a bit

    jb3rndt committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f4e889e View commit details
    Browse the repository at this point in the history
  6. Improve Readme and changelog

    jb3rndt committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    017a5c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

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

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    897c8fb View commit details
    Browse the repository at this point in the history
  2. Format and Notes

    jb3rndt committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c423874 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Bump versions

    jb3rndt committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    6b7e423 View commit details
    Browse the repository at this point in the history
  2. Add linting

    jb3rndt committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    b9ccb28 View commit details
    Browse the repository at this point in the history
  3. Format

    jb3rndt committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    7611615 View commit details
    Browse the repository at this point in the history
  4. Add Drawer

    jb3rndt committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    8947e29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bf92df View commit details
    Browse the repository at this point in the history
  6. Simplify modal screen example

    jb3rndt committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    90c6750 View commit details
    Browse the repository at this point in the history
  7. Update migration guide

    jb3rndt committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    e514559 View commit details
    Browse the repository at this point in the history
  8. Fix test

    jb3rndt committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    32a824c View commit details
    Browse the repository at this point in the history
  9. Fix linting

    jb3rndt committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    135d8fe View commit details
    Browse the repository at this point in the history
  10. Version 5.0.0-beta.3

    jb3rndt committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    0fa86d7 View commit details
    Browse the repository at this point in the history
  11. Version 5.0.0-beta.3

    jb3rndt committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    94232e9 View commit details
    Browse the repository at this point in the history
  12. Version 5.0.0-beta.4

    jb3rndt committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    ceb2e1c View commit details
    Browse the repository at this point in the history
  13. Support drawerEdgeDragWidth

    jb3rndt committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    71e6306 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    154e6a9 View commit details
    Browse the repository at this point in the history
  2. Add Tab history to the controller and remove the index setter to have…

    … a more verbose interface
    jb3rndt committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    773b053 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    d215ab0 View commit details
    Browse the repository at this point in the history
  2. Fix ScreenTransitionAnimation with Duration.zero was throwing an erro…

    …r in the animation phase
    jb3rndt committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    a35f102 View commit details
    Browse the repository at this point in the history
  3. Version 5.0.0-beta.5

    jb3rndt committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    dbba6c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    b357caf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    642ab80 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    0c46352 View commit details
    Browse the repository at this point in the history
  2. Reintroduce old tab switch animation handling to reduce confusion. Wi…

    …th that, a custom animation builder was added to customize tab transitions
    jb3rndt committed May 16, 2023
    Configuration menu
    Copy the full SHA
    639be13 View commit details
    Browse the repository at this point in the history
  3. Add changes to Changelog

    jb3rndt committed May 16, 2023
    Configuration menu
    Copy the full SHA
    4d43cce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49b077c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    717edcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d96d0b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72743e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Bump minimum sdk constraint

    jb3rndt committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3b61cfd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 12, 2023

  1. Version %new_ver%

    jb3rndt committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    225fa76 View commit details
    Browse the repository at this point in the history
  2. Add go_router to readme

    jb3rndt committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6fbb23d View commit details
    Browse the repository at this point in the history
  3. Version 5.0.0-beta.6

    jb3rndt committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    47b84b1 View commit details
    Browse the repository at this point in the history
  4. Add release script for bash

    jb3rndt committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1e798aa View commit details
    Browse the repository at this point in the history
  5. Bump sdk version

    jb3rndt committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    324dd49 View commit details
    Browse the repository at this point in the history
  6. Improve readme

    jb3rndt committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7f6e624 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. pub get

    jb3rndt committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    18faa91 View commit details
    Browse the repository at this point in the history
  2. Fix example

    jb3rndt committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    79986a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

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

Commits on Dec 6, 2023

  1. Upgrade go_router to v12

    jb3rndt committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ce6288d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8518aa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd58cb4 View commit details
    Browse the repository at this point in the history
  4. Add globalkeys to tabs to prevent stateful tabs re-initializing durin…

    …g the page transition animation
    jb3rndt committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    266c1cc View commit details
    Browse the repository at this point in the history
  5. dart fix

    jb3rndt committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6dc8737 View commit details
    Browse the repository at this point in the history
  6. Version 5.0.0-beta.7

    jb3rndt committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c53a524 View commit details
    Browse the repository at this point in the history
  7. Publish package manually

    jb3rndt committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d1ddf9b View commit details
    Browse the repository at this point in the history
  8. Add readme link to pub.dev

    jb3rndt committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    50a0b86 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 15, 2024

  1. Version 5.0.0-beta.8

    jb3rndt committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4cc5593 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Also commit pubspec.lock

    jb3rndt committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8749271 View commit details
    Browse the repository at this point in the history
  2. Fix styles icon placement

    jb3rndt committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a7d0f9b View commit details
    Browse the repository at this point in the history
  3. Rename callback parameter

    jb3rndt committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    585f419 View commit details
    Browse the repository at this point in the history
  4. Version 5.0.0-beta.9

    jb3rndt committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    31445c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    134abbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f2688 View commit details
    Browse the repository at this point in the history
  3. Update license

    jb3rndt committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5287831 View commit details
    Browse the repository at this point in the history
  4. Improve Readme

    jb3rndt committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5b9c3db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    080dab7 View commit details
    Browse the repository at this point in the history
  6. Update migration guide

    jb3rndt committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    151540a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    884a11e View commit details
    Browse the repository at this point in the history
  8. Update preview gif

    jb3rndt committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    738c744 View commit details
    Browse the repository at this point in the history
  9. Version 5.0.0-beta.10

    jb3rndt committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c9473fa View commit details
    Browse the repository at this point in the history
  10. Remove changelog from example

    jb3rndt committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    906c802 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bfad3b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    45ea071 View commit details
    Browse the repository at this point in the history
  13. Fix analyzer issues

    jb3rndt committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    34f61b6 View commit details
    Browse the repository at this point in the history
  14. Upgrade packages

    jb3rndt committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b37ef31 View commit details
    Browse the repository at this point in the history
  15. Fix tests

    jb3rndt committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    51eb902 View commit details
    Browse the repository at this point in the history
  16. Rename test file

    jb3rndt committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    10bb39f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d42ae63 View commit details
    Browse the repository at this point in the history
  18. Fix format test

    jb3rndt committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e8b19e1 View commit details
    Browse the repository at this point in the history