0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 22:02:46 +00:00

unify terms to 'spreads'

This commit only renames things, changes no logic.  Any mention of "book", "view", or "mode" is renamed in relation to "spreads".

The AnchoredBox.jsx file is renamed to Anchored.jsx

Extra icons are deleted, and the remaining ones are renamed.
This commit is contained in:
Gazook89
2024-10-12 23:25:14 -05:00
parent 0855c5c181
commit b33d9264d3
10 changed files with 27 additions and 82 deletions

View File

@@ -1,5 +1,5 @@
import React, { useState, useRef, forwardRef, useEffect, cloneElement, Children } from 'react';
import './anchoredBox.less';
import './Anchored.less';
// Anchored is a wrapper component that must have as children an <AnchoredTrigger> and a <AnchoredBox> component.
// AnchoredTrigger must have a unique `id` prop, which is passed up to Anchored, saved in state on mount, and