Big CSS update, updating quite a lot of the looks and feel for `chat-exporter`. Definitely looking for feedback for the latest template changes, feel free to let me know your thoughts within the Discord.
Fixed/Change:
- Adjusted the `_EmptyEmbed` to allow for the latest Nextcord changes
- Set `military_time` to be True by default (previously was `False`)
- HTML Template Header - this now closely reflects how Discord presents a channel
- Pinned (and Thread) message announcements no longer display as a blank message
- Fixed `html` undefined error when internal error is brought up. This will now display just the actual error.
- Changed the default date of messages to display as `DD/MM/YYYY`
Added:
- Summary Menu (button - click 'Summary' top right): Displays ChannelID, Channel Creation Date, Total Messages, Total Participants, Timezone
- Copy Message ID (RMB):Displays 'Copy Message ID' which will copy message idea on click
- User Dialog (button - click message Username): Displays Account Creation Date, Message Count
- Footer: Displays transcript creation date and time (in Timezone)
- Time Display: Secondary messages display the time on the side panel when message is highlighted
- Fancy Time: Time of messages will dynamically display as `Today at X`, `Yesterday at X`, `Day at X` and `DD/MM/YYYY at X`
- Time Tooltips: Hovering over a message will display the full date and time of the message
- `__version__`: Requested feature just to allow easily accessible way to see version of `chat_exporter`
- `fancy_times` kwarg for `.export()` and `quick_export()` - I feel this can cause impact on performance, so enabled to toggle
- `support_dev` kwarg for `.export()` and `quick_export()` - Removes `Donate` button in Summary menu ðŸ˜
Removed:
- Unused CSS: There may be some more of this I will remove over time
Known Issues:
- If you spot any other issues, please let me know via Discord or open a Github Issue
💜