Merge pull request #13943 from pavelk-lab/replace-brand-story-angular-with-details

Replace Angular expand/collapse with native HTML <details>/<summary> for brand story
This commit is contained in:
Rachel Arnould
2026-02-27 15:37:00 +01:00
committed by GitHub
5 changed files with 63 additions and 45 deletions

View File

@@ -1,5 +0,0 @@
angular.module('Darkswarm').controller "HomeCtrl", ($scope) ->
$scope.brandStoryExpanded = false
$scope.toggleBrandStory = ->
$scope.brandStoryExpanded = !$scope.brandStoryExpanded