Skip to content

Commit 1b89919

Browse files
committed
refactor: more consistent assets name
1 parent 21e222c commit 1b89919

File tree

92 files changed

+348
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+348
-284
lines changed

Giffy/App/MainApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct MainApp: App {
1515
@Router var router
1616

1717
init() {
18-
Font.loadCustomFont()
18+
Font.loadAllFonts()
1919
}
2020

2121
var body: some Scene {

Giffy/Features/Favorite/FavoriteEmptyView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import CommonUI
1111
struct FavoriteEmptyView: View {
1212
var body: some View {
1313
VStack {
14-
LottieView(fileName: "favorite_empty", bundle: Bundle.common, loopMode: .loop)
14+
LottieView(fileName: "anim_favorite_empty", bundle: Bundle.common, loopMode: .loop)
1515
.frame(width: 220, height: 220)
1616

1717
Text(key: .labelFavoriteEmpty)

Giffy/Features/Search/SearchEmptyView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import CommonUI
1111
struct SearchEmptyView: View {
1212
var body: some View {
1313
VStack {
14-
LottieView(fileName: "search_empty", bundle: Bundle.common, loopMode: .loop)
14+
LottieView(fileName: "anim_search_empty", bundle: Bundle.common, loopMode: .loop)
1515
.frame(width: 200, height: 200)
1616
.padding(.bottom, 5)
1717

8.72 KB
8.76 KB
128 KB
9.96 KB
10.5 KB
11.3 KB
12.5 KB

0 commit comments

Comments
 (0)