lmnr-ai / lmnr

Laminar - open-source all-in-one platform for engineering AI products. Crate data flywheel for you AI app. Traces, Evals, Datasets, Labels. YC S24.
https://www.lmnr.ai
Apache License 2.0
1.17k stars 58 forks source link

fixed realtime #217

Closed skull8888888 closed 1 week ago

skull8888888 commented 1 week ago

[!IMPORTANT] Added Supabase feature flag handling and minor UI adjustments in pipeline components.

  • Feature Flag:
    • Added isSupabaseEnabled prop to Pipeline component in page.tsx and pipeline.tsx to check if Supabase feature is enabled.
    • Replaced isFeatureEnabled(Feature.SUPABASE) with isSupabaseEnabled in pipeline.tsx.
  • UI Changes:
    • Added a link to settings in model-select.tsx for setting API keys.
    • Commented out PipelineEnv component in pipeline-header.tsx.
    • Added border to right panel in pipeline.tsx.
  • Code Cleanup:
    • Removed unused selectedVersion variable in page.tsx.

This description was created by Ellipsis for 1dabce60884231591d3482eadd520f7abdc79b8c. It will automatically update as commits are pushed.