mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
feat: implement responsive row action dropdowns and enhance mobile sidebar navigation
This commit is contained in:
parent
a10bfe32cd
commit
3bea989868
16 changed files with 256 additions and 191 deletions
|
|
@ -34,8 +34,8 @@ export function LanguageSwitcher() {
|
|||
|
||||
return (
|
||||
<Select value={locale} onValueChange={handleLanguageChange}>
|
||||
<SelectTrigger className="w-[160px]">
|
||||
<Globe className="mr-2 h-4 w-4" />
|
||||
<SelectTrigger className="w-[110px] sm:w-[160px] h-8 sm:h-10 text-xs sm:text-sm px-2 sm:px-3 gap-1 sm:gap-2">
|
||||
<Globe className="h-3.5 w-3.5 sm:h-4 sm:w-4" />
|
||||
<SelectValue>
|
||||
{languages.find((lang) => lang.code === locale)?.name || "English"}
|
||||
</SelectValue>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue