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

refactor: Settings/Presets UI Restructure, convert many files to TS #740

Merged
merged 116 commits into from
Aug 4, 2023

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    2340fd5 View commit details
    Browse the repository at this point in the history
  2. fix(helpers.js): replace fs.rmdirSync with fs.rm to delete node_modul…

    …es directory recursively
    
    fix(packages.js): delete package-lock.json if it exists before running the script
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f4f4be9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48d2b6a View commit details
    Browse the repository at this point in the history
  4. wip: refactor Options for modularity into higher order components, Op…

    …tionsBar > ModelSelect/Settings
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    51e4171 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61474cd View commit details
    Browse the repository at this point in the history
  6. refactor(AnthropicOptions): refactor to new format, OpenAI: reduce fo…

    …rmat to name of endpoint
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6e5e95c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59ea481 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f228b4e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e43e48 View commit details
    Browse the repository at this point in the history
  10. chore(types.ts): add missing type definitions for TMessages, TMessage…

    …sAtom, TConversationAtom, and ModelSelectProps
    
    feat(types.ts): make endpoint property nullable in TSubmission, TEndpointOption, TConversation, and TPreset types
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c16e53e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6942bc3 View commit details
    Browse the repository at this point in the history
  12. refactor(EndpointSettings/BingAI): new dir structure and format BingA…

    …I options/settings to new
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    191f734 View commit details
    Browse the repository at this point in the history
  13. fix: update useUpdateTokenCountMutation to accept an object with a 't…

    …ext' property instead of a string
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1c5da8b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6bacea5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    359b4f7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    54be79a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2e0e348 View commit details
    Browse the repository at this point in the history
  18. wip: progress with Google refactor, needs AdditionalButtons handling …

    …and global state setters
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ba27907 View commit details
    Browse the repository at this point in the history
  19. refactor(OptionsBar.tsx): The setOption function has been refactored …

    …to use the useSetOptions custom hook for setting conversation options.
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    03ddcaa View commit details
    Browse the repository at this point in the history
  20. chore(Anthropic.tsx, BingAI.tsx, Google.tsx, OpenAI.tsx): adjust heig…

    …ht of container div in Settings component; chore(Examples.tsx): adjust height in Examples component
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    787990a View commit details
    Browse the repository at this point in the history
  21. refactor(Google): complete google refactor

    feat(client): add new component PopoverButtons for displaying popover buttons in EndpointPopover
    feat(data-provider): add types for PopoverButton and EndpointOptionsPopoverProps
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4e7ea30 View commit details
    Browse the repository at this point in the history
  22. fix(OptionsBar.tsx): add useEffect hook to handle opacity class based…

    … on messagesTree and advancedMode
    
    fix(style.css): rename class from 'openAIOptions-simple-container' to 'options-bar' and update references
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    18002ef View commit details
    Browse the repository at this point in the history
  23. refactor(Plugins/OptionsBar): complete refactor of Plugins Select opt…

    …ions, consolidate logic from TextChat to OptionsBar
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0f00569 View commit details
    Browse the repository at this point in the history
  24. fix(Plugins.tsx): filter lastSelectedTools to remove any tools that a…

    …re not in the current tools list
    
    fix(useSetOptions.ts): remove unnecessary empty line
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4d73d02 View commit details
    Browse the repository at this point in the history
  25. feat(useSetOptions.ts): add setAgentOption function to update agentOp…

    …tions in conversation state
    
    feat(types.ts): add setAgentOption function to UseSetOptions type
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a73bc62 View commit details
    Browse the repository at this point in the history
  26. refactor(Settings/Plugins): refactor to new format, refactor(OptionHo…

    …ver): use same component for all endpoints
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    abc2051 View commit details
    Browse the repository at this point in the history
  27. refactor(OptionHover.tsx): refactor types object to use nested object…

    …s for openAI and gptPlugins
    
    feat(OptionHover.tsx): add openAI object with specific properties for openAI configuration
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a7e4847 View commit details
    Browse the repository at this point in the history
  28. refactor(AgentSettings): new format, feat(types.ts): add TAgentOption…

    …s type for defining agent options in a conversation
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    131f997 View commit details
    Browse the repository at this point in the history
  29. feat(PopoverButtons.tsx): add support for GPT plugin settings button

    feat(Plugins.tsx): create PluginsView component for displaying plugin settings
    feat(optionSettings.ts): add showAgentSettings atom for controlling agent settings visibility
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8c99ede View commit details
    Browse the repository at this point in the history
  30. feat(client): add support for PluginsSettings in Input/Settings compo…

    …nent
    
    fix(client): change import path for PluginsSettings in Input/Settings component
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9590923 View commit details
    Browse the repository at this point in the history
  31. refactor(Settings/Plugins): complete refactor, store: refactor to TS,…

    … refactor: import defaultTextPropsLabel from utils
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7ba933b View commit details
    Browse the repository at this point in the history
  32. feat(EndpointSettings, AgentSettings, Anthropic, Google, types.ts): A…

    …dd support for Recoil state management and useRecoilValue hook; Pass models from endpointsConfig to various components; Add TModels type and update ModelSelectProps type.
    
    fix(AgentSettings, Anthropic, Google, GoogleView, Plugins, OpenAI, Settings.tsx): Change import statements for ModelSelectProps from librechat-data-provider; Add models as a parameter to various components; Add models prop to PluginsView, Settings, and other components.
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e047711 View commit details
    Browse the repository at this point in the history
  33. refactor(EditPresetDialog.jsx): update import statements for Examples…

    … and AgentSettings components
    
    feat(Settings/index.ts): add export statements for Examples and AgentSettings components
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    828b585 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2e1ef05 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a0c0f53 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c6854ec View commit details
    Browse the repository at this point in the history
  37. refactor(EditPresetDialog.jsx): update import path for DialogTemplate…

    … component
    
    refactor(NewConversationMenu/index.jsx): update import path for DialogTemplate component
    refactor(ExportModel.jsx): update import path for DialogTemplate component
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7306428 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    cce567d View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    01f64cd View commit details
    Browse the repository at this point in the history
  40. chore: eslint changes

    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3145612 View commit details
    Browse the repository at this point in the history
  41. chore(eslintrc.js): update eslint configuration to use 'prettier' plugin

    chore(postcss.config.cjs): update postcss configuration to use single quotes for require statements
    fix(helpers.js): fix fs.rmSync function call to delete node_modules directory recursively
    feat(update.js): add support for skipping git commands with '-g' flag
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d0afa1f View commit details
    Browse the repository at this point in the history
  42. chore(ModelSelect.tsx): add support for azureOpenAI option component

    chore(Settings.tsx): add support for azureOpenAI option component
    chore(package.json): add rebuild:package-lock and update:branch scripts
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3a1b06d View commit details
    Browse the repository at this point in the history
  43. fix(OptionHover.tsx): fix accessing nested properties in types object

    feat(OptionHover.tsx): add check for existence of text before rendering HoverCardContent
    danny-avila committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    05ddf5c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    552483f View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0c87008 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. style: improve dialogs

    danny-avila committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    03df37d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e85c23f View commit details
    Browse the repository at this point in the history
  3. chore(Nav.jsx): update max-width class for nav component in different…

    … screen sizes
    
    chore(Dialog.tsx): update class for DialogFooter component to use flex-row layout
    danny-avila committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    aae074c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f2cc9c View commit details
    Browse the repository at this point in the history
  5. fix(AdjustToneButton.jsx): add z-index to adjust tone button for prop…

    …er layering
    
    fix(TextChat.jsx): change onClick function to use arrow function to avoid immediate execution
    fix(mobile.css): update z-index for nav and nav-mask for proper layering
    chore(package.json): rename update:branch script to reinstall for clarity and consistency
    danny-avila committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6be7f53 View commit details
    Browse the repository at this point in the history
  6. fix(OptionsBar/Settings): add null checks for conversation in BingAI.…

    …tsx, ChatGPT.tsx, Plugins.tsx, Settings.tsx
    danny-avila committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b320d6f View commit details
    Browse the repository at this point in the history
  7. style(TextChat/OptionsBar): match official site styles, setup regen/c…

    …ontinue/stop buttons div
    danny-avila committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5751e8d View commit details
    Browse the repository at this point in the history
  8. chore: Import and apply removeFocusOutlines utility across various co…

    …mponents, and rename removeButtonOutline to removeFocusOutlines
    
    chore(Settings): Remove unused import and conditionally return null if conversation is falsy
    danny-avila committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fa2f182 View commit details
    Browse the repository at this point in the history
  9. feat(hooks): add useLocalize hook

    The useLocalize hook is added to the hooks/index.ts file. This hook allows for localization of phrases using the localize function from the ~/localization/Translation module. The hook uses the lang value from the store to determine the current language and returns a function that takes a phraseKey and optional values array as arguments and returns the localized phrase.
    danny-avila committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3f8d8b3 View commit details
    Browse the repository at this point in the history
  10. refactor(OptionHover.tsx): Update text keys for OptionHover component…

    …, use new hook: useLocalize
    danny-avila committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fd1613c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d7aeb06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1860c88 View commit details
    Browse the repository at this point in the history
  13. refactor: Update ThemeContext and useOnClickOutside to TypeScript

    chore(useDidMountEffect.js): Remove useDidMountEffect hook
    danny-avila committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    25409f4 View commit details
    Browse the repository at this point in the history
  14. feat: GenerationButtons for stop/continue/regen, remove AdjustToneBut…

    …ton in favor of alternate advanced mode/Settings in OptionsBar
    danny-avila committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0efff36 View commit details
    Browse the repository at this point in the history
  15. fix(EndpointOptionsPopover.tsx): change switchToSimpleMode function n…

    …ame to closePopover
    
    fix(GenerationButtons.tsx): change advancedMode prop name to showPopover
    fix(OptionsBar.tsx): change advancedMode state name to showPopover
    feat(OptionsBar.tsx): add logic to show/hide popover based on showPopover state
    fix(types.ts): change switchToSimpleMode function name to closePopover
    danny-avila committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c9ecff7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dbe70af View commit details
    Browse the repository at this point in the history
  17. chore(GenerationButtons.tsx): adjust positioning of the div element

    chore(Plugins.tsx): adjust width of the MultiSelectDropDown component
    chore(OptionsBar.tsx): adjust padding of the button element
    danny-avila committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a5d1e92 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5cca0c2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5fae43a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    12b5347 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3402b02 View commit details
    Browse the repository at this point in the history
  22. chore(EditPresetDialog.tsx): update className for DialogTemplate to i…

    …nclude pb-0
    
    chore(EndpointOptionsDialog.jsx): update className for DialogTemplate to include pb-0
    chore(PopoverButtons.tsx): add buttonClass prop to PopoverButtons component
    chore(DialogTemplate.tsx): update className for the footer div to include h-auto
    chore(Dropdown.jsx): remove id prop from Dropdown component
    chore(mobile.css): update transition duration for .nav class from 0.2s to 0.15s
    danny-avila committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    065b148 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    08fbf3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ad784c View commit details
    Browse the repository at this point in the history
  3. fix(endpoints.ts): change type of endpointsConfig atom to TEndpointsC…

    …onfig
    
    refactor(cleanupPreset.ts): convert to TS
    fix(index.ts): export cleanupPreset utility function
    fix(types.ts): add missing properties to TPreset type
    danny-avila committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ec0f8b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cec057 View commit details
    Browse the repository at this point in the history
  5. fix(EditPresetDialog.tsx):

      - import cleanupPreset from index
      - add null check before submitting preset
      - add null check before exporting preset
    
    refactor(SaveAsPresetDialog.tsx): convert to TS
    
    fix(usePresetOptions.ts): import cleanupPreset from index
    
    fix(types.ts):
      - make title prop optional in EditPresetProps
      - change preset prop in CleanupPreset to be partial
    danny-avila committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    776f4cb View commit details
    Browse the repository at this point in the history
  6. chore: reorganize imports in App, EndpointMenu, Messages, and ExportM…

    …odel components
    
    feat(ScreenshotContext.jsx): add ScreenshotContext to hooks/index
    chore(index.ts): export ThemeContext, ScreenshotContext, ApiErrorBoundaryContext hooks, cleanupPreset, and getIcon functions from utils
    danny-avila committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4a104ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2b37dc View commit details
    Browse the repository at this point in the history
  8. chore(EndpointOptionsDialog.tsx): remove unused headerClassName prop

    chore(EndpointOptionsDialog.tsx): adjust height of main container in mobile and desktop view
    danny-avila committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0e980f1 View commit details
    Browse the repository at this point in the history
  9. fix(react-query-service.ts): change return type of useGetEndpointsQue…

    …ry to QueryObserverResult<t.TEndpointsConfig>
    danny-avila committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    75a60c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    afdf144 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    191f117 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7057135 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7fa30b9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d73b282 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5251c4b View commit details
    Browse the repository at this point in the history
  16. chore(ChatGPT.tsx): update width of model select dropdown to 60px

    refactor(types.ts): decouple ModelSelectProps from SettingsProps
    danny-avila committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a698c90 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    75b5af1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2b025ff View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6d1f079 View commit details
    Browse the repository at this point in the history
  20. refactor(EndpointOptionsDialog): make functionality explicitly saving…

    … current convos as presets
    danny-avila committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    552c58b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d9f83cf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    db1f654 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9edb88f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    edcda35 View commit details
    Browse the repository at this point in the history
  25. chore(EditPresetDialog.tsx): update className to add padding bottom

    chore(EndpointOptionsDialog.tsx): update className to add padding bottom
    danny-avila committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    af625fc View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5419177 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8debc7a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    da96b86 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    cddd944 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    cd0cd4e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    31a8356 View commit details
    Browse the repository at this point in the history
  32. chore(EditPresetDialog.tsx): update className to include xl height fo…

    …r DialogTemplate
    
    chore(InputNumber.tsx): update className to include max height for InputNumber component
    danny-avila committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    36a415e View commit details
    Browse the repository at this point in the history
  33. fix: light mode styling

    danny-avila committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    813ca5e View commit details
    Browse the repository at this point in the history
  34. fix(OptionsBar/ScrollToBottom/Popover): quick fix to rework in future…

    …: hide scrollToBottom when Popover is open
    danny-avila committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c503a0e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    fa645c6 View commit details
    Browse the repository at this point in the history
  36. chore(ThemeContext.tsx): refactor ThemeContext to use default context…

    … value, also fixes type issue
    danny-avila committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1f923f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    93b42a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05f0456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f861d1e View commit details
    Browse the repository at this point in the history
  4. test(layout-test-utils.tsx): add mock implementation for window.match…

    …Media in test setup
    
    feat(layout-test-utils.tsx): add authConfig prop to AuthContextProvider in renderWithProvidersWrapper function
    chore(tsconfig.json): include test directory in tsconfig include section
    danny-avila committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    afe0b7a View commit details
    Browse the repository at this point in the history
  5. chore(jest.config.cjs): update test file paths in jest configuration

    chore(Login.spec.tsx): update test file path in import statement
    chore(LoginForm.spec.tsx): update test file path in import statement
    chore(Registration.spec.tsx): update test file path in import statement
    chore(PluginAuthForm.spec.tsx): update test file path in import statement
    chore(PluginStoreDialog.spec.tsx): update test file path in import statement
    chore(layout-test-utils.tsx): move matchMedia mock to separate file
    chore(tsconfig.json): add path mapping for test files in client directory
    danny-avila committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2e530cc View commit details
    Browse the repository at this point in the history
  6. test: add import for 'test/matchMedia.mock' in test files

    The changes in this commit add an import statement for 'test/matchMedia.mock' in multiple test files. This import is necessary for mocking the behavior of the matchMedia function during testing.
    danny-avila committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0bef7b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f892fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cdc86b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb2a363 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8797887 View commit details
    Browse the repository at this point in the history
  11. style(ModelSelect): improve styling for mobile/desktop, add hover shadow

    feat(ModelSelect/Plugins): hide ModelSelect when screen is small
    danny-avila committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    40fa6d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    81239be View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d879b90 View commit details
    Browse the repository at this point in the history