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

Icon Conflict on 'All-Pages' Page #74

Open
duiliuliu opened this issue Oct 10, 2024 · 1 comment
Open

Icon Conflict on 'All-Pages' Page #74

duiliuliu opened this issue Oct 10, 2024 · 1 comment

Comments

@duiliuliu
Copy link

Subject: Issue Report: Icon Conflict on 'All-Pages' Page

I hope this message finds you well.

I am writing to report an issue I've encountered with your plugin while using it in Logseq. On the 'all-pages' page, I've noticed that the icons from your plugin are conflicting with Logseq's native icons, resulting in duplicate icons being displayed. This could potentially affect the user experience.

Here are my system details:

Logseq Version: v0.10.10
Operating System: macOS ARM
For your reference, I have attached a screenshot (image.png) that illustrates the issue with the icons.

I would appreciate it if you could look into this matter. If you require any additional information, please let me know.

Thank you for your attention to this issue.

<tr>
    <td class="selector">
        <label for="label-840">
            <input type="checkbox" id="label-840" class="form-checkbox">
        </label>
    </td>
    <td class="name">
        <a href="#/page/test-page-name-001">
            <span class="pr-1"></span>
            <div class="" data-tooltipped="" aria-describedby="tippy-tooltip-879" style="display: inline;">
                <a tabindex="0" data-ref="test-page-name-001" draggable="true" class="page-ref">
                    <span class="awLi-icon" data-is-emoji="false"></span>
                    test-page-name-001
                </a>
            </div>
        </a>
    </td>
    <td class="backlinks">
        <span>3</span>
    </td>
    <td class="created-at">
        <span>2024-10-10 21:29</span>
    </td>
    <td class="updated-at">
        <span>2024-10-10 21:29</span>
    </td>
</tr>
image
@duiliuliu
Copy link
Author

Upon reviewing the HTML code, it appears that the conflict between the following two segments is causing the page to display two icons:

<span class="pr-1"></span>
<span class="awLi-icon" data-is-emoji="false"></span>

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

1 participant