Hacktoberfest 2026: as issues que os mantenedores marcaram para outubro, abertas e boas para iniciantes. Ver issues do Hacktoberfest

[FR] Customizing the interface

Aberta
#62 0 comentários 5 reações 0 responsáveis Ver no GitHub

Ninguém assumiu esta issue ainda.

Avaliação

Dificuldade
5/5
Tempo estimado
Mais de uma semana
Facilidade para iniciantes
30/100
Tipo de issue
Funcionalidade
Clareza
Precisa de esclarecimento
Status de atividade
Estagnada
Stack de tecnologia
css
Domínio
design, frontend

Direção de pesquisa

Start with the configuration schema linked in the example and trace how the interface currently handles its title, favicon, logos, and styles. Clarify the supported customization scope and asset paths before implementation; done means the requested settings consistently change the interface and are documented or validated.

Escrita pelo modelo de indexação a partir do texto da issue.

Descrição

EE Feature

I know it is not critical to the operation of the service, but it would be nice if there was the possibility of making small customizations to the software. For example, there could be entries in the configuration file to be able to change the name, icon, and maybe take from a user's css file rules to override the basic one.

Something like:

{
    "$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/v2/index.json",
    "repos": [
        {
            "type": "github",
            "repos": [
                ...
            ]
        }
    ],
    "custom": {
        "title": "My Search Service",
        "favicon": "local/path/favicon.ico",
        "small_logo": "local/path/small_logo.png",
        "large_logo": "local/path/large_logo.png",
        "small_logo_dark": "local/path/small_logo_dark.png",
        "large_logo_dark": "local/path/large_logo_dark.png",
        "css": "local/path/css_with_my_rules.css"
    }
}
Linguagem predominante
TypeScript
Estrelas
3.9k
Forks
374
Merge médio
21h 18min
PRs com merge (30d)
39

Guia de contribuição

Abrir o guia de contribuição

Primeiros passos

  1. Leia a issue inteira e depois o guia de contribuição do projeto.
  2. Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
  3. Faça um fork do repositório e trabalhe em uma branch.
  4. Abra um pull request que referencie o número da issue.

Mais de sourcebot-dev/sourcebot

Todas as issues de sourcebot-dev/sourcebot

Issues semelhantes

Mais issues de TypeScript

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.