Skip to content

Commit

Permalink
style: format with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhthomas committed Nov 11, 2023
1 parent cd58518 commit 1ccf9ad
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 26 deletions.
6 changes: 1 addition & 5 deletions src/lib/components/transactions/PeriodSummary.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
import type { DateRange } from '$lib/models/DateRange';
import { useService } from '$lib/services';
import { createQuery } from '@tanstack/svelte-query';
import {
TransactionsApi,
type ListTransactionRequest,
InsightApi
} from '$lib/api';
import { TransactionsApi, type ListTransactionRequest, InsightApi } from '$lib/api';
import Section from '../layout/Section.svelte';
import dayjs from 'dayjs';
import Currency from '../format/Currency.svelte';
Expand Down
5 changes: 1 addition & 4 deletions src/lib/components/transactions/TransactionsGrid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
import type { ColDef, GridReadyEvent, IsFullWidthRowParams } from 'ag-grid-community';
import AgGrid from 'ag-grid-svelte';
import {
TransactionTypeFilter,
TransactionsApi
} from '$lib/api';
import { TransactionTypeFilter, TransactionsApi } from '$lib/api';
import dayjs from 'dayjs';
import { DateFormat } from '$lib/models/DateFormat';
import { useFormat } from '$lib/utils/format';
Expand Down
34 changes: 17 additions & 17 deletions static/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "Firefly III",
"short_name": "Firefly III",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#be5836",
"background_color": "#be5836",
"display": "standalone"
"name": "Firefly III",
"short_name": "Firefly III",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#be5836",
"background_color": "#be5836",
"display": "standalone"
}

0 comments on commit 1ccf9ad

Please sign in to comment.