Data: 25/02/2026
Repositórios: chagas-api (NestJS) + chagas-web (Next.js)
Branch: davevilela/meta-ads-tracking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use client"; | |
| import { SettingsPageHeader } from "@/components/settings-page-header"; | |
| import { CreateBookDialog } from "../components/create-book-dialog"; | |
| import { Button } from "@/components/ui/button"; | |
| import { useFragment, useQuery } from "@apollo/client"; | |
| import lightLogo from "@/public/card-bg.png"; | |
| import { | |
| BookEntryFragment, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { randomUUID } from "expo-crypto"; | |
| import React from "react"; | |
| import { | |
| PropsWithChildren, | |
| createContext, | |
| useDeferredValue, | |
| useEffect, | |
| useRef, | |
| } from "react"; | |
| import { createStore } from "zustand-x"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { randomUUID } from "expo-crypto"; | |
| import { | |
| BackgroundTask, | |
| BackgroundTaskStore, | |
| BackgroundTaskWorker, | |
| RunnerStatus, | |
| } from "./types"; | |
| type BackgroundTaskRunnerParams = { | |
| store: BackgroundTaskStore; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import dayjs from 'dayjs'; | |
| import { | |
| ICalcularPaybackGrupoBPayload, | |
| ICalcularPaybackGrupoBRetorno, | |
| IItemTabelaPaybackBrutoMensal, | |
| IItemTabelaPaybackFormatadaAnual, | |
| } from './calcularPaybackGrupoB.types'; | |
| import { taxaFioBLei14300 } from 'utils/taxaFioBLei14300/taxaFioBLei14300'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use client'; | |
| import { Icons } from '@/components/icons'; | |
| import { Button } from '@/components/ui/button'; | |
| import { Card, CardFooter, CardHeader, CardTitle } from '@/components/ui/card'; | |
| import { motion } from 'framer-motion'; | |
| import orderBy from 'lodash.orderby'; | |
| import { useMemo, useState } from 'react'; | |
| const fruits = [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "type": "h1", | |
| "children": [ | |
| { | |
| "text": "Titulo" | |
| } | |
| ], | |
| "id": 1655306399620 | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lkadjslfjsadlkjfaslkdfjas | |
| <b>hello world</b> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- tipo de pergunta checkbox --> | |
| <td class="right"> | |
| <div> | |
| <span>Finalizado</span> | |
| <input type="checkbox" checked /> | |
| </div> | |
| </td> | |
| <!-- tipo de pergunta radio button --> | |
| <td class="right"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "7267aafc-782f-4ce2-8752-52acefda6d86", | |
| "name": "GÔNDOLA ACESSÓRIOS", | |
| "status": "draft", | |
| "dateStart": 1646362800000, | |
| "dateEnd": null, | |
| "description": "", | |
| "checklist": { | |
| "id": "ff946edc-4f0a-46ea-bff7-919ad4d24565", | |
| "name": "GÔNDOLA ACESSÓRIOS", |
NewerOlder