Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Adytm404/qris-dinamis-generator
/ functions
Functions
27 in github.com/Adytm404/qris-dinamis-generator
⨍
Functions
27
◇
Types & classes
9
↓ 2 callers
Function
parseMerchantName
(qrisData: string)
App.tsx:28
↓ 2 callers
Function
updateSavedQris
(newHistory: SavedQrisItem[])
pages/HomePage.tsx:42
↓ 1 callers
Function
crc16
(str: string)
App.tsx:10
↓ 1 callers
Function
formatCurrency
(amount: string)
pages/PaymentPage.tsx:13
↓ 1 callers
Function
generateDynamicQris
( staticQris: string, amount: string, feeType: 'Persentase' | 'Rupiah', feeValue: string )
App.tsx:54
↓ 1 callers
Function
handleDeleteQris
(qrisStringToDelete: string)
pages/HomePage.tsx:80
↓ 1 callers
Function
handleUseQris
(qrisString: string)
pages/HomePage.tsx:75
Function
App
()
App.tsx:93
Function
ChevronDownIcon
({ className })
components/icons.tsx:19
Function
ChevronLeftIcon
({ className })
components/icons.tsx:7
Function
CountdownTimer
()
components/CountdownTimer.tsx:5
Function
FormField
({ label, htmlFor, children })
components/FormField.tsx:10
Function
GithubIcon
({ className })
components/icons.tsx:37
Function
Header
({ title, onBack })
components/Header.tsx:9
Function
HomePage
({ onGenerate, parseMerchantName })
pages/HomePage.tsx:20
Function
ImagePlusIcon
({ className })
components/icons.tsx:15
Function
ImageUploader
({ onQrDecode })
components/ImageUploader.tsx:11
Function
MoreHorizontalIcon
({ className })
components/icons.tsx:11
Function
PaymentPage
({ paymentData, onBack })
pages/PaymentPage.tsx:22
Function
QrisLogoIcon
({ className })
components/icons.tsx:27
Function
TrashIcon
({ className })
components/icons.tsx:23
Function
handleBackToHome
()
App.tsx:109
Function
handleChange
(e: React.ChangeEvent<HTMLInputElement | HTMLSelectElement>)
pages/HomePage.tsx:70
Function
handleFileChange
(event: React.ChangeEvent<HTMLInputElement>)
components/ImageUploader.tsx:17
Function
handleGenerate
( staticQris: string, amount: string, feeType: 'Persentase' | 'Rupiah', feeValue: s
App.tsx:97
Function
handleQrDecode
(data: string | null, errorMessage?: string)
pages/HomePage.tsx:47
Function
handleSubmit
(e: React.FormEvent)
pages/HomePage.tsx:88