craft your forge, build your project, grow your community freely
1---
2id: "8b29"
3priority: 52
4sprint: ""
5assignee: null
6status: triage
7kind: issue
8---
910# Apex and working directory render in web
1112Today apex manage the rendering of working directory (of HEAD) in web.
1314## Problem
1516Apex is too big (3.4Mo) and make enormous work to render it. I have added an option to not use it but I think every body will want it.
1718## Solution
1920I think render working dir could be done outside apex in another plugin.
2122## Challenges
2324But how to render complete page outside of apex? This new plugin could render `working_partial.html` and apex integrate it in the global layout. But how apex could know about this partial in web?
2526Another choice could be to permit to plugin to talk between them. Like that this new plugin could call to `apex::renderPage()` directly.
2728Or we could introduce `*_partial.html` into gitroot itself.
2930Or we could use something like htmx to manage that.
3132## Other but related
3334Add an option to link file extension to icon
35Make an option to personnalize icons set https://plainenglish.io/blog/10-icon-packs-for-vs-code