This website works better with JavaScript.
Explore
Help
Register
Sign In
open-source-mirrors
/
DiscordChatExporter
mirror of
https://github.com/Tyrrrz/DiscordChatExporter
Watch
1
Star
0
Fork
You've already forked DiscordChatExporter
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1bf9d9e2e2
master
json-inline-emoji
aot
no-ratelimit
1.0.0
2.0.0
2.1.0
2.10
2.10.1
2.10.2
2.11
2.12
2.12.1
2.13
2.13.1
2.14
2.15
2.16
2.17
2.18
2.19
2.2.0
2.2.1
2.20
2.21
2.21.1
2.21.2
2.22
2.23
2.24
2.25
2.26
2.26.1
2.27
2.27.1
2.28
2.29
2.3
2.30
2.30.1
2.31
2.31.1
2.32
2.33
2.33.1
2.33.2
2.34
2.34.1
2.35
2.35.1
2.35.2
2.36
2.36.1
2.36.2
2.36.3
2.36.4
2.37
2.37.1
2.37.2
2.38
2.39
2.39.1
2.4
2.4.1
2.40
2.40.1
2.40.2
2.40.3
2.40.4
2.41
2.41.1
2.41.2
2.42
2.42.1
2.42.2
2.42.3
2.42.4
2.42.5
2.42.6
2.42.7
2.42.8
2.42.9
2.43
2.43.1
2.43.2
2.43.3
2.5
2.5.1
2.6
2.7
2.8
2.9
2.9.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1bf9d9e2e2'
${ noResults }
DiscordChatExporter
/
DiscordChatExporter.Gui
/
App.xaml.cs
6 lines
81 B
Raw
Normal View
History
Unescape
Escape
Migrate to Stylet and refactor view/view-model framework
6 years ago
namespace
DiscordChatExporter.Gui
Add GUI (#7) * Create a dummy WPF project * Set up Ammy placeholders * Don't track autogenerated files * Basic layout * Add Program.cs * Implement basic workflow * Autofocus token textbox and add Enter key handler * Strip double quotes from token * AmmyUI converters are slightly dumb :( * Use CanExecute * Add file path select and theme select, also refactor * Persist token * Trying to improve UI/UX - 1 * Rename stuff * Finish improving UI/UX * Remove data placeholder * Remove border on middle grid * Ok now i'm done * Improve Discord API layer * Add lots of stuff * Show filesizes in export * Improve export * Animations * Update readme * Improving gui again * Improve UI again * Refactor
7 years ago
{
public
partial
class
App
Remove trailing whitespace
6 years ago
{
Add GUI (#7) * Create a dummy WPF project * Set up Ammy placeholders * Don't track autogenerated files * Basic layout * Add Program.cs * Implement basic workflow * Autofocus token textbox and add Enter key handler * Strip double quotes from token * AmmyUI converters are slightly dumb :( * Use CanExecute * Add file path select and theme select, also refactor * Persist token * Trying to improve UI/UX - 1 * Rename stuff * Finish improving UI/UX * Remove data placeholder * Remove border on middle grid * Ok now i'm done * Improve Discord API layer * Add lots of stuff * Show filesizes in export * Improve export * Animations * Update readme * Improving gui again * Improve UI again * Refactor
7 years ago
}
}