Rename “home” pack to “application”

pull/2697/head
Claire 2024-04-27 20:01:31 +02:00
parent 9a8be8cf49
commit dee57982f1
4 changed files with 4 additions and 4 deletions

View File

@ -39,6 +39,6 @@ module WebAppControllerConcern
end
def set_pack
use_pack 'home'
use_pack 'application'
end
end

View File

@ -10,8 +10,8 @@ pack:
filename: common.js
stylesheet: true
error: error.js
home:
filename: home.js
application:
filename: application.js
preload:
- flavours/glitch/async/compose
- flavours/glitch/async/home_timeline

View File

@ -10,7 +10,7 @@ pack:
filename: common.js
stylesheet: true
error: error.js
home:
application:
filename: application.js
preload:
- features/compose