Skip to content

Commit

Permalink
Remove quickly interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Frdrcpeter007 committed Nov 20, 2023
1 parent f43a034 commit c95442b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 133 deletions.
4 changes: 2 additions & 2 deletions components/organisms/Transaction/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import CardHeader from '../../atoms/Card/Header';
import HistoryWallet from '../Wallet/History';
import { CiCircleList } from 'react-icons/ci';

import Quickly from './quickly';
// import Quickly from './quickly';
export const TransactionContext = createContext();

const Transaction = () => {
Expand Down Expand Up @@ -33,7 +33,7 @@ const Transaction = () => {

<TransactionContext.Provider value={{ transaction, setTransaction }}>
<HistoryWallet />
<Quickly />
{/* <Quickly /> */}
</TransactionContext.Provider>
</div>
);
Expand Down
131 changes: 0 additions & 131 deletions tests/pages/transactions/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -273,137 +273,6 @@ exports[`Transactions should render the page 1`] = `
</div>
</div>
</div>
<div
class="md:grid md:grid-cols-2 flex flex-col gap-3 md:gap-8 mt-8 w-full"
>
<div
class="bg-gradient-to-r from-sky to-indigo-500 shadow-md rounded-lg p-6 text-white flex items-center gap-7 order-1"
>
<div
class="p-3 bg-white shadow rounded-full"
>
<svg
class="text-sky"
fill="currentColor"
height="30"
stroke="currentColor"
stroke-width="0"
viewBox="0 0 1024 1024"
width="30"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M400 317.7h73.9V656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V317.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 163a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z"
/>
</svg>
</div>
<h2
class="text-lg font-semibold"
>
Envoyer un pass santé
</h2>
</div>
<div
class="bg-gradient-to-r from-purple to-pink-500 shadow-md rounded-lg p-6 text-white flex items-center gap-7 order-3 md:order-2"
>
<div
class="p-3 bg-white shadow rounded-full"
>
<svg
class="text-purple"
fill="none"
height="30"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="30"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M0 0h24v24H0z"
fill="none"
stroke="none"
/>
<path
d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2m4 -14h6m-6 4h6m-2 4h2"
/>
</svg>
</div>
<h2
class="text-lg font-semibold"
>
Pass santé Envoyer
</h2>
</div>
<div
class="bg-white py-4 px-2 relative drop-shadow-sm rounded-lg space-y-8 w-full md:w-full h-full order-2"
>
<div
class="flex flex-row gap-6 md:gap-0 md:items-center justify-between px-6"
>
<div
class="space-y-2"
>
<h2
class="font-bold text-xl text-gray-700"
>
Mes bénéficiaires
</h2>
<span
class="text-xs text-gray-500 hidden md:flex"
>
Tous les bénéficiaire récement contacté
</span>
</div>
</div>
<div
class="w-full flex flex-col items-center gap-3"
>
<span
class="text-gray-400 text-xs font-normal"
>
Loading...
</span>
</div>
</div>
<div
class="bg-white mb-10 py-4 px-2 relative drop-shadow-sm rounded-lg space-y-8 w-full md:w-full h-full order-4"
>
<div
class="flex flex-col md:flex-row gap-6 md:gap-0 md:items-center justify-between px-6"
>
<div
class="space-y-2"
>
<h2
class="font-bold text-xl text-gray-700"
>
Pass santé Envoyer
</h2>
<span
class="text-xs text-gray-500"
>
Tous les bénéficiaire récement contacté
</span>
</div>
</div>
<div
class="px-6 space-y-3"
>
<div
class="w-full flex flex-col items-center gap-3"
>
<span
class="text-gray-400 text-xs font-normal"
>
Loading...
</span>
</div>
</div>
</div>
</div>
</div>
</div>
`;

0 comments on commit c95442b

Please sign in to comment.