Replace Angular expand/collapse with native HTML details/summary for brand story

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Pavel
2026-02-19 21:23:09 +00:00
parent f86eb3fb82
commit b528bb47a0
5 changed files with 65 additions and 44 deletions

View File

@@ -1,5 +1,2 @@
angular.module('Darkswarm').controller "HomeCtrl", ($scope) ->
$scope.brandStoryExpanded = false
$scope.toggleBrandStory = ->
$scope.brandStoryExpanded = !$scope.brandStoryExpanded
# Controller kept for potential future use