refactor: rename file_tree and simplify naming

This makes the file tree palette match the other palettes a little better.
This commit is contained in:
CJ van den Berg 2026-02-14 20:45:13 +01:00
parent 018c8c30d8
commit 1fd9cdfd7f
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 10 additions and 12 deletions

View file

@ -10,12 +10,10 @@ pub const Type = @import("palette.zig").Create(@This());
const module_name = @typeName(@This());
const Widget = @import("../../Widget.zig");
pub const label = "File Explorer";
pub const name = "File Explorer";
pub const description = "Project file explorer";
pub const icon = "";
pub const modal_dim = true;
pub const placement = .top_center;
pub const label = "Filter tree";
pub const name = "󰙅 tree";
pub const description = "file tree";
pub const icon = "";
pub const NodeType = enum {
file,