Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package app.cash.backfila.ui.components

import kotlinx.html.TagConsumer
import misk.tailwind.components.AlertInfo

fun TagConsumer<*>.UseOldUIAlert() {
AlertError("The new Backfila UI is not ready yet. It has bugs and missing functionality. Please use the old UI for now.", "Go to Old UI", "/app/")
AlertInfo("The new Backfila UI is in Beta. Please report any bugs or missing functionality to #backfila-discuss. The old UI will remain available during the testing period.", "Go to Old UI", "/app/")
}