Skip to content

Commit 2a8d240

Browse files
committed
Squashed commit of the following:
commit 6b97f2c Author: tinomarques <[email protected]> Date: Tue Apr 15 18:45:20 2025 +0100 Fix: Two points from Justin commit 1fac1f6 Author: Justin <[email protected]> Date: Mon Apr 14 19:15:12 2025 -0700 added Chat back commit 16b499a Merge: e9b8016 e7461ff Author: Justin <[email protected]> Date: Mon Apr 14 19:14:59 2025 -0700 Merge branch 'main' into add-back-request-drawer commit e7461ff Author: Justin <[email protected]> Date: Mon Apr 14 19:11:53 2025 -0700 hotfix: rm Chat commit e9b8016 Author: Justin <[email protected]> Date: Mon Apr 14 19:07:22 2025 -0700 Revert "reverting request drawer (#3600)" This reverts commit 2a3fb66. commit 2a3fb66 Author: Justin Torre <[email protected]> Date: Mon Apr 14 19:06:48 2025 -0700 reverting request drawer (#3600) commit b9fd83a Author: Justin <[email protected]> Date: Mon Apr 14 16:39:14 2025 -0700 hotfix: content default empty string commit 077e94b Author: Justin Torre <[email protected]> Date: Mon Apr 14 16:18:58 2025 -0700 responses api better support (#3599) commit 54c457f Author: Tino Marques <[email protected]> Date: Mon Apr 14 19:11:30 2025 -0400 Requests Drawer Refresh (#3491) commit 303bd46 Author: Yusu-f <[email protected]> Date: Mon Apr 14 23:11:08 2025 +0100 Improve ai best practices (#3246) * Add prompting-thinking-models page * add switch-to-deepseek * test * added cover image to when to switch to deepseek * added image * updated content * edit prompt-thinking-models * edit switch-to-deepseek * add open-webui-alts page * improve ai-best-practices * minor edits to ai-best-practices * some tone chanegs * fixed grammar mistakes * reverted some chanegs * run build --------- Co-authored-by: LinaLam <[email protected]> Co-authored-by: LinaLam <[email protected]> commit c545336 Author: Yusu-f <[email protected]> Date: Mon Apr 14 22:53:02 2025 +0100 Improve llm observability part 1 (#3591) * Add prompting-thinking-models page * add switch-to-deepseek * test * added cover image to when to switch to deepseek * added image * updated content * edit prompt-thinking-models * edit switch-to-deepseek * add open-webui-alts page * edit thinking models and delete open-webui-alts * improve llm-observability-1 * updated tone and content * split up the blog into two * optimized the blog --------- Co-authored-by: LinaLam <[email protected]> commit 7a3a3d7 Author: Yusu-f <[email protected]> Date: Mon Apr 14 22:47:41 2025 +0100 Add Improve ai agents (#3394) * Add prompting-thinking-models page * add switch-to-deepseek * test * added cover image to when to switch to deepseek * added image * updated content * edit prompt-thinking-models * edit switch-to-deepseek * add open-webui-alts page * add improve-ai-agents * added cover images * Remove webhooksPage.tsx from PR * added it back * added it back * make improvements * improve improving-ai-agents * reverted changes to webhooksPage.tsx * light edit --------- Co-authored-by: LinaLam <[email protected]> Co-authored-by: LinaLam <[email protected]> commit 0de5023 Author: colegottdank <[email protected]> Date: Mon Apr 14 11:05:42 2025 -0700 Update LiteLLM docs (#3598) commit 49ffaf2 Author: Justin Torre <[email protected]> Date: Mon Apr 14 10:43:24 2025 -0700 adding ffmpeg to jawn (#3597) commit 38218e9 Author: LinaLam <[email protected]> Date: Mon Apr 14 10:28:46 2025 -0700 Buy vs build blog (#3583) * initial-draft-done * good draft done + might need some minor tweaking * Update metadata.json * updated blog * improved copy * updated with Juliette's feedback commit 551cc7c Author: Justin Torre <[email protected]> Date: Sun Apr 13 18:22:05 2025 -0700 rm prewhere (#3586) commit 2af30a8 Author: colegottdank <[email protected]> Date: Sun Apr 13 17:21:24 2025 -0700 handle yc deals (#3594) commit 8e3de43 Author: Yusu-f <[email protected]> Date: Fri Apr 11 21:03:41 2025 +0100 Add Agentic rag (#3589) * Add prompting-thinking-models page * add switch-to-deepseek * test * added cover image to when to switch to deepseek * added image * updated content * edit prompt-thinking-models * edit switch-to-deepseek * add open-webui-alts page * edit thinking models and delete open-webui-alts * add agentic-rag * udpated pgae * adjust the tone + added images * pulled from main * Restore slash-llm-cost metadata.json file --------- Co-authored-by: LinaLam <[email protected]> commit 6f8a1db Author: Justin Torre <[email protected]> Date: Fri Apr 11 11:09:45 2025 -0700 for some environments we cannot always get http installed so we will try our best (#3593) commit 1d4aaf9 Author: colegottdank <[email protected]> Date: Fri Apr 11 10:57:14 2025 -0700 Fix banners by deleting old admin.tsx (#3592) commit 97d1618 Author: Justin <[email protected]> Date: Fri Apr 11 10:55:20 2025 -0700 hotfix: pipe yes into migrations commit ad2dd63 Author: Justin <[email protected]> Date: Fri Apr 11 09:50:41 2025 -0700 bump node commit 286940b Author: colegottdank <[email protected]> Date: Fri Apr 11 09:50:48 2025 -0700 Projections simplify (#3588)
1 parent c293f0c commit 2a8d240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/shared/themed/table/themedTable.tsx renamed to web/components/shared/themed/table/themedTableO.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export default function ThemedTable<T extends { id?: string }>(
231231
width: fullWidth ? "100%" : table.getCenterTotalSize(),
232232
}}
233233
>
234-
<thead className="text-[12px] h-11">
234+
<thead className="text-[12px]">
235235
{table.getHeaderGroups().map((headerGroup) => (
236236
<tr
237237
key={headerGroup.id}

0 commit comments

Comments
 (0)