Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
Binary file added .github/images/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions DevLint/DevLint/Views/CustomToolbar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ struct CustomToolbar: View {
// })

HStack {
// TODO: Link this button to real formating logic to show progress.. currently it just a showcase
ToolbarButton(icon: "wand.and.stars", text: "Format", tooltip: "Format Code", action: {
//TODO: right now this toolbar buttons are only optional to icon or title later move it to support both icon & title for format button ex., icon: "wand.and.stars"
ToolbarButton(text: "Format", tooltip: "Format Code", action: {
isFormatting = true
viewModel.formatSwiftCode()
DispatchQueue.main.asyncAfter(deadline: .now() + 1.0) {
Expand Down
Loading