Düzeltme Button

This commit is contained in:
Sedat Öztürk 2025-09-21 01:01:15 +03:00
parent 3f69cc54e9
commit bd81a77216
2 changed files with 10 additions and 3 deletions

View file

@ -1,9 +1,16 @@
{
"commit": "4a27d39",
"commit": "3f69cc5",
"releases": [
{
"version": "1.0.8",
"buildDate": "2025-09-21",
"changeLog": [
"Listelere Grid ve Card görünümleri eklendi."
]
},
{
"version": "1.0.7",
"buildDate": "2025-09-19",
"buildDate": "2025-09-20",
"changeLog": [
"Versiyon güncellemesi için geçiş uyarı sistemi"
]

View file

@ -2,13 +2,13 @@ import { useParams, useSearchParams } from 'react-router-dom'
import { useState } from 'react'
import Container from '@/components/shared/Container'
import Grid from './Grid'
import { Button } from '@/components/ui/button'
import { FaList, FaTh } from 'react-icons/fa'
import { useStoreState } from '@/store/store'
import classNames from 'classnames'
import { useLocalization } from '@/utils/hooks/useLocalization'
import { GridDto } from '@/proxy/form/models'
import CardView from './CardView'
import { Button } from '@/components/ui'
const List = () => {
const params = useParams()