-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CSS/JS Issues + QOL Improvements (#108)
* Versioning * Fix discord import for wrapper namespaces != discord (#104) * Versioning * Fix quick_export() Missing Argument * Remove Use of 'proxy_url' due to Discord's CDN Changes * Fix Embed Colour & Reduce Unnecessary Gaps * Fix Emoji Mis-Alignment * Fix Button Label Padding * Equalise Footer Width * Fix User Pop-Out * Add Hover on User Avatars * Fix Scrolling to Messages * Open Buttons & Images in New Tabs + Fix Audio Container * Change BOT Tag to New APP Tag * Update README * Add .vscode to Git-Ignore * Update README.md for my Fork * Update README.md * Revert README Installation Changes * Revert Asset URL Change back to Proxy URL * Fixed Message Aside Timestamp * Update chat_exporter/construct/assets/component.py Co-authored-by: Lukas Dobler <[email protected]> * Update chat_exporter/construct/assets/component.py Co-authored-by: Lukas Dobler <[email protected]> * Update chat_exporter/construct/assets/component.py Co-authored-by: Lukas Dobler <[email protected]> * Update chat_exporter/construct/assets/component.py Co-authored-by: Lukas Dobler <[email protected]> * Update chat_exporter/construct/assets/component.py Co-authored-by: Lukas Dobler <[email protected]> * Update chat_exporter/html/component/component_button.html Co-authored-by: Lukas Dobler <[email protected]> * Update chat_exporter/html/base.html Co-authored-by: Lukas Dobler <[email protected]> * Update chat_exporter/construct/assets/component.py Co-authored-by: Lukas Dobler <[email protected]> * Update chat_exporter/construct/message.py Co-authored-by: Lukas Dobler <[email protected]> * Refactoring * Fixed Military Times --------- Co-authored-by: mahtoid <[email protected]> Co-authored-by: Lukas Dobler <[email protected]>
- Loading branch information
1 parent
84b4af3
commit acff601
Showing
25 changed files
with
168 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
<div class=chatlog__attachment> | ||
<a href={{ATTACH_URL}}><img class=chatlog__attachment-thumbnail src={{ATTACH_URL_THUMB}}></a> | ||
<a href={{ATTACH_URL}} target="_blank"> | ||
<img class=chatlog__attachment-thumbnail src={{ATTACH_URL_THUMB}}> | ||
</a> | ||
</div> |
Oops, something went wrong.