Commit Graph

176 Commits

Author SHA1 Message Date
zaidmukaddam
527e46453d Refactor Google Trends fetching to use a default country code and simplify environment variable validation 2025-01-06 19:46:33 +05:30
Zaid Mukaddam
0289fc44df
Merge pull request #41 from simplr-sh/fix/fonts
Fix Font Handling: Enhance Tailwind CSS configuration and update global styles
2025-01-06 19:43:56 +05:30
Zaid Mukaddam
690fd9fc79
Merge pull request #40 from simplr-sh/feat/safe-envs
Refactor environment variable handling and improve API key management
2025-01-06 19:43:14 +05:30
simplr-sh
74d4d8d5a0 updated envs list 2025-01-06 19:34:28 +05:30
simplr-sh
fba1ccb0ef Enhance Tailwind CSS configuration and update global styles
- Updated Tailwind CSS configuration to include default font families for sans, serif, and mono.
- Removed unused font imports and CSS variables from globals.css.
- Improved layout component by organizing imports and ensuring proper font usage with fallback options.
- Added preload and display settings for the Instrument Serif font.
2025-01-06 12:06:46 +05:30
simplr-sh
f8ce4bd871 Refactor next.config.mjs for improved readability and consistency
- Reformatted the structure of the `next.config.mjs` file for better readability.
- Ensured consistent indentation and spacing throughout the configuration.
- No functional changes were made; the configuration remains the same.
2025-01-06 10:38:01 +05:30
simplr-sh
186bd3c2cc Refactor environment variable handling and improve API key management
- Introduced `client.ts` and `server.ts` for structured environment variable management using `@t3-oss/env-nextjs`.
- Updated references to environment variables in various files to use the new `clientEnv` and `serverEnv` objects.
- Enhanced the `next.config.mjs` file to validate environment variables during build.
- Added new dependencies: `@t3-oss/env-nextjs` and `jiti` for improved environment handling.
- Cleaned up imports and ensured consistent usage of environment variables across the application.
2025-01-06 10:28:54 +05:30
Zaid Mukaddam
adf96e516f
Merge pull request #37 from impoiler/fix/styling-patches
Fix styling in loading states
2025-01-05 18:53:38 +05:30
Suresh Chaudhary
13380b3346 fix styling in loading states 2025-01-05 18:34:47 +05:30
zaidmukaddam
c8acff752d fix fonts, system prompt and manifest. 2025-01-05 14:54:11 +05:30
zaidmukaddam
2a7c062ac4 update link to Grok API in page component 2025-01-05 08:23:44 +05:30
zaidmukaddam
1018908c6d remove rate limit for custom deployments 2025-01-05 03:37:29 +05:30
zaidmukaddam
56f627d769 update deploy button 2025-01-05 03:35:32 +05:30
zaidmukaddam
4b59941791 mplx+vercel+xai collab 2025-01-05 01:38:26 +05:30
zaidmukaddam
2c0017b66b update Uneed badge images 2024-12-31 10:48:51 +05:30
zaidmukaddam
6b30c15772 turn off vercel analytics 2024-12-31 09:36:03 +05:30
zaidmukaddam
a65ac3b988 fix: improve textarea auto-resizing functionality and enforce height limits and added new system instructions. 2024-12-30 23:04:25 +05:30
Zaid Mukaddam
3b946f9f64
Merge pull request #32 from huytd/main
fix: make input area auto-resizable
2024-12-30 19:01:29 +05:30
Huy Tran
8109861a77 fix: make input area auto-resizable 2024-12-29 23:10:30 -08:00
zaidmukaddam
38eff29165 chore: fixed PWA support and added december changelog 2024-12-27 14:38:52 +05:30
zaidmukaddam
4c15e52b5f style: enhance code display UI with improved layout and copy button functionality 2024-12-23 20:07:45 +05:30
zaidmukaddam
50b0e051b8 style: remove unnecessary z-index from language display component 2024-12-23 19:42:12 +05:30
zaidmukaddam
bbdded5523 feat: add instruction for using retrieve tool with provided URLs 2024-12-23 19:35:48 +05:30
zaidmukaddam
b65566d125 style: update UI components with improved border radius and styling 2024-12-23 19:19:31 +05:30
zaidmukaddam
002794e424 chore: revive retrive tool and better codeblock UI 2024-12-23 19:04:58 +05:30
zaidmukaddam
64af65ac61 chore: add image URL validation 2024-12-23 11:34:55 +05:30
zaidmukaddam
dc866d8384 feat: increase text size and adjust position in install prompt 2024-12-21 11:58:30 +05:30
zaidmukaddam
be4436cae8 feat: enhance install prompt with platform detection and animations 2024-12-21 11:54:21 +05:30
Zaid Mukaddam
be30c6fbd5
Merge pull request #27 from MaheshtheDev/pwa
Add PWA support
2024-12-21 09:43:34 +05:30
Mahesh Sanikommmu
65aba97b2a added PWA support 2024-12-20 17:47:11 -08:00
zaidmukaddam
56e312dad3 fix: update search engine URL in README instructions 2024-12-20 22:40:39 +05:30
zaidmukaddam
d7e7001d3a feat: use custom e2b sandbox template 2024-12-20 20:40:14 +05:30
Zaid Mukaddam
c39c013d36
Merge pull request #25 from waleedlatif1/main
chore: updated README
2024-12-20 20:26:21 +05:30
zaidmukaddam
326e385993 Changes:
* trending queries UI improved
* Modern look on Flight Tracker tool
* added Latex rendering support
2024-12-20 12:00:46 +05:30
Waleed Latif
6da4ba29d2 chore: updated README 2024-12-19 18:22:36 -08:00
Zaid Mukaddam
cd965a895a
Merge pull request #21 from waleedlatif1/main
Dynamic suggestions & flight tracker
2024-12-19 18:54:47 +05:30
waleedlatif1
c6cac65196
Merge branch 'zaidmukaddam:main' into main 2024-12-18 19:57:10 -08:00
Waleed Latif
cb3369be8d feat: Added flight tracker component 2024-12-18 19:53:59 -08:00
Waleed Latif
7ce1cb394a feat: fetch & memoize popular queries and display them as suggestions to the user instead of static cards 2024-12-18 15:09:32 -08:00
zaidmukaddam
32f0b17597 fix: enhance autoscroll logic to consider messages and suggested questions 2024-12-18 20:46:36 +05:30
zaidmukaddam
83c0805074 feat:setup and add posthog 2024-12-18 20:38:14 +05:30
Zaid Mukaddam
8600e1798d
Merge pull request #18 from waleedlatif1/main
Modified autoscroll in response to only scroll if the user does not manually scroll up
2024-12-17 09:49:10 +05:30
Waleed Latif
00dc2c11bb Modified autoscroll in response to only scroll if the user does not manually scroll up 2024-12-16 20:15:56 -08:00
zaidmukaddam
296a8369ca feat: update image source for Uneed Embed Badge on landing page 2024-12-15 14:20:57 +05:30
zaidmukaddam
6eed9f22bc feat: search groups
- yt search
 - x posts search
 - research papers search
 - product search
 - writing mode
2024-12-14 23:24:33 +05:30
zaidmukaddam
8499c344ad Floss Fund 2024-12-03 14:07:27 +05:30
zaidmukaddam
f49a30372d feat: update model in suggestQuestions and improve dialog accessibility and TabsList styling in MultiSearch component 2024-11-28 20:31:05 +05:30
zaidmukaddam
df2c87b26f feat: remove 'sin1' region from Vercel configuration 2024-11-28 19:35:53 +05:30
zaidmukaddam
53e3a81a0d feat: update Vercel regions to include iad1 2024-11-28 19:34:52 +05:30
zaidmukaddam
7bb21a103d feat: update Vercel regions in configuration 2024-11-28 19:28:02 +05:30