Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clicking on codebase folders does not open the folder #744

Closed
TG1999 opened this issue May 23, 2023 · 2 comments
Closed

Clicking on codebase folders does not open the folder #744

TG1999 opened this issue May 23, 2023 · 2 comments

Comments

@TG1999
Copy link
Contributor

TG1999 commented May 23, 2023

Screenshot from 2023-05-23 10-42-06

@swastkk
Copy link
Contributor

swastkk commented May 27, 2023

I just went through and found that these links were not clickable because no href attribute was provided in the link a tag.
Here is the code-

<nav class="panel is-info">
  <p class="panel-heading py-2 is-size-6">
    Codebase
  </p>
  {% for path in paths %}
    <a class="panel-block">
      <span class="panel-icon">
        <i class="{% if path.is_dir %}fas fa-folder{% else %}far fa-file{% endif %}"></i>
      </span>
      {{ path.name }}
    </a>
  {% endfor %}
</nav>

I want to know if there is any logic already written for showing the codebase in UI or not?

tdruez added a commit that referenced this issue May 30, 2023
tdruez added a commit that referenced this issue May 31, 2023
tdruez added a commit that referenced this issue May 31, 2023
tdruez added a commit that referenced this issue May 31, 2023
@tdruez
Copy link
Contributor

tdruez commented May 31, 2023

This browsing feature was not implemented yet. It is now available following the merge of #754

@tdruez tdruez closed this as completed May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants