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

feat: use search manager (TEMP) #44

Commits on Jun 3, 2024

  1. feat: Add lib v2/legacy tabs in studio home

    When lib mode is set to "mixed", both "Libraries" and "Legacy Libraries" tabs are show in the Studio Home. When "Libraries" is clicked, v2 libraries are fetched, when "Legacy Libraries" is clicked, v1 libraries are fetched.
    
    When lib mode is set to "v1 only" or "v2 only", only one tab "Libraries" is show and only the respective libraries are fetched when the tab is clicked.
    yusuf-musleh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4191ecb View commit details
    Browse the repository at this point in the history
  2. feat: Add LIBRARY_MODE config variable

    This is to switch between different library modes.
    yusuf-musleh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    15c678b View commit details
    Browse the repository at this point in the history
  3. feat: Add url paths/navigation for each tab

    The path updates when selecting tabs, when accessing the url with the path directly it will open its respective tab. Navigating using the browser back/forward buttons is also supported.
    yusuf-musleh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    14b8b3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    515cc71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c6e1e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da189c1 View commit details
    Browse the repository at this point in the history
  7. temp: This removes TS code to get tests to run

    This commit is temporary as the current frontend build system in tests doesnt support TS syntax. That should be fixed soon, and this commit should be removed.
    yusuf-musleh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    85d9ff2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6b7bf8 View commit details
    Browse the repository at this point in the history
  9. temp: Rename .tsx -> .jsx & .ts -> .js for tests

    This is a temporary commit since there are currently no webpack loaders that support tsx files in the test running. This commit should be removed once that is fixed upstream.
    yusuf-musleh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    14933d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. fix: Fix lint issues

    yusuf-musleh committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8b96268 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8db853 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 6, 2024

  1. feat: Add lib v2/legacy tabs in studio home

    When lib mode is set to "mixed", both "Libraries" and "Legacy Libraries" tabs are show in the Studio Home. When "Libraries" is clicked, v2 libraries are fetched, when "Legacy Libraries" is clicked, v1 libraries are fetched.
    
    When lib mode is set to "v1 only" or "v2 only", only one tab "Libraries" is show and only the respective libraries are fetched when the tab is clicked.
    yusuf-musleh committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    462cda9 View commit details
    Browse the repository at this point in the history
  2. feat: Add LIBRARY_MODE config variable

    This is to switch between different library modes.
    yusuf-musleh committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    be8b2f4 View commit details
    Browse the repository at this point in the history
  3. feat: Add url paths/navigation for each tab

    The path updates when selecting tabs, when accessing the url with the path directly it will open its respective tab. Navigating using the browser back/forward buttons is also supported.
    yusuf-musleh committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    27b2581 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ffd651 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f97243 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c86b85a View commit details
    Browse the repository at this point in the history
  7. temp: This removes TS code to get tests to run

    This commit is temporary as the current frontend build system in tests doesnt support TS syntax. That should be fixed soon, and this commit should be removed.
    yusuf-musleh committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    efbc625 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21da6f8 View commit details
    Browse the repository at this point in the history
  9. temp: Rename .tsx -> .jsx & .ts -> .js for tests

    This is a temporary commit since there are currently no webpack loaders that support tsx files in the test running. This commit should be removed once that is fixed upstream.
    yusuf-musleh committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    79e6516 View commit details
    Browse the repository at this point in the history
  10. fix: Fix lint issues

    yusuf-musleh committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    262cb3f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ea229f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a0a30b7 View commit details
    Browse the repository at this point in the history
  13. fix: add i18n messages

    rpenido committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4deaea9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c2bdecf View commit details
    Browse the repository at this point in the history
  15. Merge branch 'yusuf-musleh/lib-v2-tab-studio-home' into rpenido/fal-3…

    …753-library-home-page-bare-bones
    rpenido committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5213eff View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a24b3ba View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2859741 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d853f29 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    567dcb4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    094086e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a95c990 View commit details
    Browse the repository at this point in the history
  22. fix: type and lint errors

    rpenido committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e3ebc55 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8ed168d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    beda37f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    2e3fa43 View commit details
    Browse the repository at this point in the history
  2. fix: add tests

    rpenido committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    72edfac View commit details
    Browse the repository at this point in the history
  3. Merge branch 'yusuf-musleh/lib-v2-tab-studio-home' into rpenido/fal-3…

    …753-library-home-page-bare-bones
    rpenido committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8086ebf View commit details
    Browse the repository at this point in the history
  4. fix: removing unused file

    rpenido committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    91443e9 View commit details
    Browse the repository at this point in the history
  5. fix: add ts-check

    rpenido committed Jun 7, 2024
    1 Configuration menu
    Copy the full SHA
    a29cf7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4deab76 View commit details
    Browse the repository at this point in the history
  7. chore: trigger CI

    rpenido committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e8bca34 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    0078c0e View commit details
    Browse the repository at this point in the history
  2. fix: fixes from review

    rpenido committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    388c40e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

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

Commits on Jun 17, 2024

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

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    c87c481 View commit details
    Browse the repository at this point in the history
  2. fix: new library redirect

    rpenido committed Jun 18, 2024
    3 Configuration menu
    Copy the full SHA
    c63bc2f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Revert "fix: new library redirect"

    This reverts commit c63bc2f.
    rpenido committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    efe0bed View commit details
    Browse the repository at this point in the history
  2. chore: trigger CI

    rpenido committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    942cbff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7560fa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fix: new library redirect

    rpenido committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2d3be09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8f9f78 View commit details
    Browse the repository at this point in the history
  3. fix: remove unused import

    rpenido committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f9920f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fd6c27 View commit details
    Browse the repository at this point in the history
  5. fix: merging nits

    rpenido committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    94f483b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b455f97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ae6fe8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd12510 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d611d29 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    499aced View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da1c2e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    c8bc5fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0843a1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e972fb0 View commit details
    Browse the repository at this point in the history
  4. refactor: test renaming to ts

    rpenido committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    55acb06 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    a1a0ad8 View commit details
    Browse the repository at this point in the history
  2. fix: update typescript code

    rpenido committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    87358b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b4e90e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5687b76 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. fix: remove @ts-check

    rpenido committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    51d36ce View commit details
    Browse the repository at this point in the history
  2. fix: remove unused file

    rpenido committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fbd418d View commit details
    Browse the repository at this point in the history
  3. feat: use search manager

    rpenido committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    af011f4 View commit details
    Browse the repository at this point in the history
  4. refactor: cleanup code

    rpenido committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5c0fadb View commit details
    Browse the repository at this point in the history
  5. fix: more cleanup

    rpenido committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3a67927 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. chore: Fix merge conflicts

    ChrisChV committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8d9b86b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    b4374e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01cd595 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd3d2c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    dee7c0b View commit details
    Browse the repository at this point in the history
  2. fix: optional parameters

    rpenido committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    2a5d42b View commit details
    Browse the repository at this point in the history
  3. chore: trigger CI

    rpenido committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    62fe7f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    31012df View commit details
    Browse the repository at this point in the history
  2. chore: Fix merge conflicts

    ChrisChV committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1534b61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42f2666 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge branch 'chris/FAL-3757-components-tab' into rpenido/fal-3764-li…

    …brary-home-filter-by-content-type
    rpenido committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1af4fbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99b9b31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f902335 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e485ab3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge branch 'yusuf-musleh/library-home-filters-styling' into rpenido…

    …/fal-3764-library-home-filter-by-content-type
    rpenido committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3cc07ae View commit details
    Browse the repository at this point in the history
  2. fix: fix scss files location

    rpenido committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1bf2708 View commit details
    Browse the repository at this point in the history
  3. refactor: moving Stats

    rpenido committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6aa1b0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    782386f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfd3190 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6acee0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3400f71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7515975 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. fix: add intl to tab names

    rpenido committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c453ef0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1718c26 View commit details
    Browse the repository at this point in the history
  3. fix: add intl to tab names

    rpenido committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    905dbb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge branch 'rpenido/fal-3753-library-home-page-bare-bones' into rpe…

    …nido/fal-3764-library-home-filter-by-content-type
    rpenido committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fc84f7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d203659 View commit details
    Browse the repository at this point in the history
  3. fix: removing unused file

    rpenido committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8f0971e View commit details
    Browse the repository at this point in the history
  4. fix: removing unused file

    rpenido committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2ec5a6f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix: move block type intl

    rpenido committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2ed545d View commit details
    Browse the repository at this point in the history