-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2340fd5 - Browse repository at this point
Copy the full SHA 2340fd5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f4f4be9 - Browse repository at this point
Copy the full SHA f4f4be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d2b6a - Browse repository at this point
Copy the full SHA 48d2b6aView commit details -
wip: refactor Options for modularity into higher order components, Op…
…tionsBar > ModelSelect/Settings
Configuration menu - View commit details
-
Copy full SHA for 51e4171 - Browse repository at this point
Copy the full SHA 51e4171View commit details -
refactor: import more from utils/index, including cardStyle used by m…
…odel select/settings
Configuration menu - View commit details
-
Copy full SHA for 61474cd - Browse repository at this point
Copy the full SHA 61474cdView commit details -
refactor(AnthropicOptions): refactor to new format, OpenAI: reduce fo…
…rmat to name of endpoint
Configuration menu - View commit details
-
Copy full SHA for 6e5e95c - Browse repository at this point
Copy the full SHA 6e5e95cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ea481 - Browse repository at this point
Copy the full SHA 59ea481View commit details -
Configuration menu - View commit details
-
Copy full SHA for f228b4e - Browse repository at this point
Copy the full SHA f228b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e43e48 - Browse repository at this point
Copy the full SHA 5e43e48View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c16e53e - Browse repository at this point
Copy the full SHA c16e53eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6942bc3 - Browse repository at this point
Copy the full SHA 6942bc3View commit details -
refactor(EndpointSettings/BingAI): new dir structure and format BingA…
…I options/settings to new
Configuration menu - View commit details
-
Copy full SHA for 191f734 - Browse repository at this point
Copy the full SHA 191f734View commit details -
fix: update useUpdateTokenCountMutation to accept an object with a 't…
…ext' property instead of a string
Configuration menu - View commit details
-
Copy full SHA for 1c5da8b - Browse repository at this point
Copy the full SHA 1c5da8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bacea5 - Browse repository at this point
Copy the full SHA 6bacea5View commit details -
chore(index.ts): add defaultTextProps to utils/index.ts for use in se…
…ttings components
Configuration menu - View commit details
-
Copy full SHA for 359b4f7 - Browse repository at this point
Copy the full SHA 359b4f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54be79a - Browse repository at this point
Copy the full SHA 54be79aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e0e348 - Browse repository at this point
Copy the full SHA 2e0e348View commit details -
wip: progress with Google refactor, needs AdditionalButtons handling …
…and global state setters
Configuration menu - View commit details
-
Copy full SHA for ba27907 - Browse repository at this point
Copy the full SHA ba27907View commit details -
refactor(OptionsBar.tsx): The setOption function has been refactored …
…to use the useSetOptions custom hook for setting conversation options.
Configuration menu - View commit details
-
Copy full SHA for 03ddcaa - Browse repository at this point
Copy the full SHA 03ddcaaView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 787990a - Browse repository at this point
Copy the full SHA 787990aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4e7ea30 - Browse repository at this point
Copy the full SHA 4e7ea30View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 18002ef - Browse repository at this point
Copy the full SHA 18002efView commit details -
refactor(Plugins/OptionsBar): complete refactor of Plugins Select opt…
…ions, consolidate logic from TextChat to OptionsBar
Configuration menu - View commit details
-
Copy full SHA for 0f00569 - Browse repository at this point
Copy the full SHA 0f00569View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4d73d02 - Browse repository at this point
Copy the full SHA 4d73d02View commit details -
feat(useSetOptions.ts): add setAgentOption function to update agentOp…
…tions in conversation state feat(types.ts): add setAgentOption function to UseSetOptions type
Configuration menu - View commit details
-
Copy full SHA for a73bc62 - Browse repository at this point
Copy the full SHA a73bc62View commit details -
refactor(Settings/Plugins): refactor to new format, refactor(OptionHo…
…ver): use same component for all endpoints
Configuration menu - View commit details
-
Copy full SHA for abc2051 - Browse repository at this point
Copy the full SHA abc2051View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a7e4847 - Browse repository at this point
Copy the full SHA a7e4847View commit details -
refactor(AgentSettings): new format, feat(types.ts): add TAgentOption…
…s type for defining agent options in a conversation
Configuration menu - View commit details
-
Copy full SHA for 131f997 - Browse repository at this point
Copy the full SHA 131f997View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8c99ede - Browse repository at this point
Copy the full SHA 8c99edeView commit details -
feat(client): add support for PluginsSettings in Input/Settings compo…
…nent fix(client): change import path for PluginsSettings in Input/Settings component
Configuration menu - View commit details
-
Copy full SHA for 9590923 - Browse repository at this point
Copy the full SHA 9590923View commit details -
refactor(Settings/Plugins): complete refactor, store: refactor to TS,…
… refactor: import defaultTextPropsLabel from utils
Configuration menu - View commit details
-
Copy full SHA for 7ba933b - Browse repository at this point
Copy the full SHA 7ba933bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e047711 - Browse repository at this point
Copy the full SHA e047711View commit details -
refactor(EditPresetDialog.jsx): update import statements for Examples…
… and AgentSettings components feat(Settings/index.ts): add export statements for Examples and AgentSettings components
Configuration menu - View commit details
-
Copy full SHA for 828b585 - Browse repository at this point
Copy the full SHA 828b585View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e1ef05 - Browse repository at this point
Copy the full SHA 2e1ef05View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c0f53 - Browse repository at this point
Copy the full SHA a0c0f53View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6854ec - Browse repository at this point
Copy the full SHA c6854ecView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7306428 - Browse repository at this point
Copy the full SHA 7306428View commit details -
Configuration menu - View commit details
-
Copy full SHA for cce567d - Browse repository at this point
Copy the full SHA cce567dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01f64cd - Browse repository at this point
Copy the full SHA 01f64cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3145612 - Browse repository at this point
Copy the full SHA 3145612View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d0afa1f - Browse repository at this point
Copy the full SHA d0afa1fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3a1b06d - Browse repository at this point
Copy the full SHA 3a1b06dView commit details -
fix(OptionHover.tsx): fix accessing nested properties in types object
feat(OptionHover.tsx): add check for existence of text before rendering HoverCardContent
Configuration menu - View commit details
-
Copy full SHA for 05ddf5c - Browse repository at this point
Copy the full SHA 05ddf5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 552483f - Browse repository at this point
Copy the full SHA 552483fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c87008 - Browse repository at this point
Copy the full SHA 0c87008View commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 03df37d - Browse repository at this point
Copy the full SHA 03df37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e85c23f - Browse repository at this point
Copy the full SHA e85c23fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for aae074c - Browse repository at this point
Copy the full SHA aae074cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f2cc9c - Browse repository at this point
Copy the full SHA 3f2cc9cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6be7f53 - Browse repository at this point
Copy the full SHA 6be7f53View commit details -
fix(OptionsBar/Settings): add null checks for conversation in BingAI.…
…tsx, ChatGPT.tsx, Plugins.tsx, Settings.tsx
Configuration menu - View commit details
-
Copy full SHA for b320d6f - Browse repository at this point
Copy the full SHA b320d6fView commit details -
style(TextChat/OptionsBar): match official site styles, setup regen/c…
…ontinue/stop buttons div
Configuration menu - View commit details
-
Copy full SHA for 5751e8d - Browse repository at this point
Copy the full SHA 5751e8dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fa2f182 - Browse repository at this point
Copy the full SHA fa2f182View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3f8d8b3 - Browse repository at this point
Copy the full SHA 3f8d8b3View commit details -
refactor(OptionHover.tsx): Update text keys for OptionHover component…
…, use new hook: useLocalize
Configuration menu - View commit details
-
Copy full SHA for fd1613c - Browse repository at this point
Copy the full SHA fd1613cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7aeb06 - Browse repository at this point
Copy the full SHA d7aeb06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1860c88 - Browse repository at this point
Copy the full SHA 1860c88View commit details -
refactor: Update ThemeContext and useOnClickOutside to TypeScript
chore(useDidMountEffect.js): Remove useDidMountEffect hook
Configuration menu - View commit details
-
Copy full SHA for 25409f4 - Browse repository at this point
Copy the full SHA 25409f4View commit details -
feat: GenerationButtons for stop/continue/regen, remove AdjustToneBut…
…ton in favor of alternate advanced mode/Settings in OptionsBar
Configuration menu - View commit details
-
Copy full SHA for 0efff36 - Browse repository at this point
Copy the full SHA 0efff36View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c9ecff7 - Browse repository at this point
Copy the full SHA c9ecff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe70af - Browse repository at this point
Copy the full SHA dbe70afView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a5d1e92 - Browse repository at this point
Copy the full SHA a5d1e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cca0c2 - Browse repository at this point
Copy the full SHA 5cca0c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fae43a - Browse repository at this point
Copy the full SHA 5fae43aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12b5347 - Browse repository at this point
Copy the full SHA 12b5347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3402b02 - Browse repository at this point
Copy the full SHA 3402b02View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 065b148 - Browse repository at this point
Copy the full SHA 065b148View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 08fbf3a - Browse repository at this point
Copy the full SHA 08fbf3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad784c - Browse repository at this point
Copy the full SHA 8ad784cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ec0f8b7 - Browse repository at this point
Copy the full SHA ec0f8b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cec057 - Browse repository at this point
Copy the full SHA 0cec057View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 776f4cb - Browse repository at this point
Copy the full SHA 776f4cbView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4a104ab - Browse repository at this point
Copy the full SHA 4a104abView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b37dc - Browse repository at this point
Copy the full SHA e2b37dcView commit details -
chore(EndpointOptionsDialog.tsx): remove unused headerClassName prop
chore(EndpointOptionsDialog.tsx): adjust height of main container in mobile and desktop view
Configuration menu - View commit details
-
Copy full SHA for 0e980f1 - Browse repository at this point
Copy the full SHA 0e980f1View commit details -
fix(react-query-service.ts): change return type of useGetEndpointsQue…
…ry to QueryObserverResult<t.TEndpointsConfig>
Configuration menu - View commit details
-
Copy full SHA for 75a60c5 - Browse repository at this point
Copy the full SHA 75a60c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for afdf144 - Browse repository at this point
Copy the full SHA afdf144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 191f117 - Browse repository at this point
Copy the full SHA 191f117View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7057135 - Browse repository at this point
Copy the full SHA 7057135View commit details -
fix(SelectDropDown.tsx): remove file extension from import statement …
…for CheckMark component
Configuration menu - View commit details
-
Copy full SHA for 7fa30b9 - Browse repository at this point
Copy the full SHA 7fa30b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d73b282 - Browse repository at this point
Copy the full SHA d73b282View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5251c4b - Browse repository at this point
Copy the full SHA 5251c4bView commit details -
chore(ChatGPT.tsx): update width of model select dropdown to 60px
refactor(types.ts): decouple ModelSelectProps from SettingsProps
Configuration menu - View commit details
-
Copy full SHA for a698c90 - Browse repository at this point
Copy the full SHA a698c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75b5af1 - Browse repository at this point
Copy the full SHA 75b5af1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b025ff - Browse repository at this point
Copy the full SHA 2b025ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d1f079 - Browse repository at this point
Copy the full SHA 6d1f079View commit details -
refactor(EndpointOptionsDialog): make functionality explicitly saving…
… current convos as presets
Configuration menu - View commit details
-
Copy full SHA for 552c58b - Browse repository at this point
Copy the full SHA 552c58bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f83cf - Browse repository at this point
Copy the full SHA d9f83cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for db1f654 - Browse repository at this point
Copy the full SHA db1f654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9edb88f - Browse repository at this point
Copy the full SHA 9edb88fView commit details -
Configuration menu - View commit details
-
Copy full SHA for edcda35 - Browse repository at this point
Copy the full SHA edcda35View commit details -
chore(EditPresetDialog.tsx): update className to add padding bottom
chore(EndpointOptionsDialog.tsx): update className to add padding bottom
Configuration menu - View commit details
-
Copy full SHA for af625fc - Browse repository at this point
Copy the full SHA af625fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5419177 - Browse repository at this point
Copy the full SHA 5419177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8debc7a - Browse repository at this point
Copy the full SHA 8debc7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for da96b86 - Browse repository at this point
Copy the full SHA da96b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for cddd944 - Browse repository at this point
Copy the full SHA cddd944View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd0cd4e - Browse repository at this point
Copy the full SHA cd0cd4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a8356 - Browse repository at this point
Copy the full SHA 31a8356View commit details -
chore(EditPresetDialog.tsx): update className to include xl height fo…
…r DialogTemplate chore(InputNumber.tsx): update className to include max height for InputNumber component
Configuration menu - View commit details
-
Copy full SHA for 36a415e - Browse repository at this point
Copy the full SHA 36a415eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 813ca5e - Browse repository at this point
Copy the full SHA 813ca5eView commit details -
fix(OptionsBar/ScrollToBottom/Popover): quick fix to rework in future…
…: hide scrollToBottom when Popover is open
Configuration menu - View commit details
-
Copy full SHA for c503a0e - Browse repository at this point
Copy the full SHA c503a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa645c6 - Browse repository at this point
Copy the full SHA fa645c6View commit details -
chore(ThemeContext.tsx): refactor ThemeContext to use default context…
… value, also fixes type issue
Configuration menu - View commit details
-
Copy full SHA for 1f923f3 - Browse repository at this point
Copy the full SHA 1f923f3View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 93b42a9 - Browse repository at this point
Copy the full SHA 93b42a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05f0456 - Browse repository at this point
Copy the full SHA 05f0456View commit details -
fix(TextChat.jsx): fix background gradient color based on theme and s…
…ystem preference
Configuration menu - View commit details
-
Copy full SHA for f861d1e - Browse repository at this point
Copy the full SHA f861d1eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for afe0b7a - Browse repository at this point
Copy the full SHA afe0b7aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2e530cc - Browse repository at this point
Copy the full SHA 2e530ccView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0bef7b2 - Browse repository at this point
Copy the full SHA 0bef7b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f892fe - Browse repository at this point
Copy the full SHA 5f892feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cdc86b - Browse repository at this point
Copy the full SHA 4cdc86bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb2a363 - Browse repository at this point
Copy the full SHA cb2a363View commit details -
style(Settings): 2nd column will now dynamically adjust better across…
… all screen sizes
Configuration menu - View commit details
-
Copy full SHA for 8797887 - Browse repository at this point
Copy the full SHA 8797887View commit details -
style(ModelSelect): improve styling for mobile/desktop, add hover shadow
feat(ModelSelect/Plugins): hide ModelSelect when screen is small
Configuration menu - View commit details
-
Copy full SHA for 40fa6d7 - Browse repository at this point
Copy the full SHA 40fa6d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81239be - Browse repository at this point
Copy the full SHA 81239beView commit details -
Configuration menu - View commit details
-
Copy full SHA for d879b90 - Browse repository at this point
Copy the full SHA d879b90View commit details