feat: Add new UI components for appointment and room management, including badges, appointment slots, and room grid elements.
This commit is contained in:
@@ -363,8 +363,8 @@ class PencilBuilder:
|
||||
continue
|
||||
|
||||
print(f"Scanning {atom_dir}...")
|
||||
# Sorting ensures deterministic order
|
||||
for pen_file in sorted(dir_path.glob('*.pen')):
|
||||
# Sorting ensures deterministic order - use rglob for subdirectories
|
||||
for pen_file in sorted(dir_path.rglob('*.pen')):
|
||||
with open(pen_file, 'r') as f:
|
||||
data = json.load(f)
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user