Skip to content

Commit

Permalink
Update old UI banner for Beta testing period (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw authored Feb 19, 2025
1 parent 5b5f564 commit 65b8812
Showing 1 changed file with 2 additions and 1 deletion.
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/")
}

0 comments on commit 65b8812

Please sign in to comment.