···55 "sync"
66 "time"
7788- "arabica/internal/models"
88+ "tangled.org/arabica.social/arabica/internal/models"
99)
10101111// CacheTTL is how long cached data remains valid
···33import (
44 "context"
5566- "arabica/internal/models"
66+ "tangled.org/arabica.social/arabica/internal/models"
77)
8899// Store defines the interface for all database operations.
+1-1
internal/database/store_mock.go
···33import (
44 "context"
5566- "arabica/internal/models"
66+ "tangled.org/arabica.social/arabica/internal/models"
77)
8899// MockStore is a mock implementation of the Store interface for testing.
···44 "fmt"
55 "strings"
6677- "arabica/internal/models"
77+ "tangled.org/arabica.social/arabica/internal/models"
88)
991010// entityStartY computes the starting Y to vertically center contentH within the card.
···11package components
2233-import "arabica/internal/web/bff"
33+import "tangled.org/arabica.social/arabica/internal/web/bff"
4455// LayoutData contains all the data needed for the layout
66type LayoutData struct {
+1-1
internal/web/components/manage_partial.templ
···11package components
2233-import "arabica/internal/models"
33+import "tangled.org/arabica.social/arabica/internal/models"
4455// ManagePartialProps defines props for the manage content partial
66type ManagePartialProps struct {
···11package pages
2233-import "arabica/internal/web/components"
33+import "tangled.org/arabica.social/arabica/internal/web/components"
4455// BrewListProps defines the data for the brew list page
66type BrewListProps struct {
···11package pages
2233-import "arabica/internal/web/components"
33+import "tangled.org/arabica.social/arabica/internal/web/components"
4455// Join renders the join request page with layout.
66templ Join(layout *components.LayoutData) {
+1-1
internal/web/pages/manage.templ
···11package pages
2233-import "arabica/internal/web/components"
33+import "tangled.org/arabica.social/arabica/internal/web/components"
4455// ManageProps defines the data for the manage page
66type ManageProps struct{}
+1-1
internal/web/pages/my_coffee.templ
···11package pages
2233-import "arabica/internal/web/components"
33+import "tangled.org/arabica.social/arabica/internal/web/components"
4455// MyCoffeeProps defines the data for the unified My Coffee page
66type MyCoffeeProps struct{}