GitRoot

craft your forge, build your project, grow your community freely
 1---
 2id: "8b29"
 3priority: 52
 4sprint: ""
 5assignee: null
 6status: triage
 7kind: issue
 8---
 9
10# Apex and working directory render in web
11
12Today apex manage the rendering of working directory (of HEAD) in web.
13
14## Problem
15
16Apex 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.
17
18## Solution
19
20I think render working dir could be done outside apex in another plugin.
21
22## Challenges
23
24But 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?
25
26Another choice could be to permit to plugin to talk between them. Like that this new plugin could call to `apex::renderPage()` directly.
27
28Or we could introduce `*_partial.html` into gitroot itself.
29
30Or we could use something like htmx to manage that.
31
32## Other but related
33
34Add 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