Düzeltme Button
This commit is contained in:
parent
3f69cc54e9
commit
bd81a77216
2 changed files with 10 additions and 3 deletions
|
|
@ -1,9 +1,16 @@
|
||||||
{
|
{
|
||||||
"commit": "4a27d39",
|
"commit": "3f69cc5",
|
||||||
"releases": [
|
"releases": [
|
||||||
|
{
|
||||||
|
"version": "1.0.8",
|
||||||
|
"buildDate": "2025-09-21",
|
||||||
|
"changeLog": [
|
||||||
|
"Listelere Grid ve Card görünümleri eklendi."
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.7",
|
"version": "1.0.7",
|
||||||
"buildDate": "2025-09-19",
|
"buildDate": "2025-09-20",
|
||||||
"changeLog": [
|
"changeLog": [
|
||||||
"Versiyon güncellemesi için geçiş uyarı sistemi"
|
"Versiyon güncellemesi için geçiş uyarı sistemi"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,13 @@ import { useParams, useSearchParams } from 'react-router-dom'
|
||||||
import { useState } from 'react'
|
import { useState } from 'react'
|
||||||
import Container from '@/components/shared/Container'
|
import Container from '@/components/shared/Container'
|
||||||
import Grid from './Grid'
|
import Grid from './Grid'
|
||||||
import { Button } from '@/components/ui/button'
|
|
||||||
import { FaList, FaTh } from 'react-icons/fa'
|
import { FaList, FaTh } from 'react-icons/fa'
|
||||||
import { useStoreState } from '@/store/store'
|
import { useStoreState } from '@/store/store'
|
||||||
import classNames from 'classnames'
|
import classNames from 'classnames'
|
||||||
import { useLocalization } from '@/utils/hooks/useLocalization'
|
import { useLocalization } from '@/utils/hooks/useLocalization'
|
||||||
import { GridDto } from '@/proxy/form/models'
|
import { GridDto } from '@/proxy/form/models'
|
||||||
import CardView from './CardView'
|
import CardView from './CardView'
|
||||||
|
import { Button } from '@/components/ui'
|
||||||
|
|
||||||
const List = () => {
|
const List = () => {
|
||||||
const params = useParams()
|
const params = useParams()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue