1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2024-10-17 00:42:45 +02:00
Commit Graph

605 Commits

Author SHA1 Message Date
60a66690bd Fix inconsistency in renderer element ID and menu style 2016-10-31 21:27:24 +01:00
8b20473a34 Fix readme section with npm install command 2016-10-31 03:45:16 +01:00
7d9d1a9869 Fix max width of image thumbnails in renderer 2016-10-31 01:18:37 +01:00
b74b03d44d Add .jpeg to attachment image extensions in renderer 2016-10-31 00:00:13 +01:00
ba2b5fa7c8 Fix image alt text in renderer (change title to alt) 2016-10-30 23:56:02 +01:00
f7136560a1 Add 'edited' label to edited messages in renderer 2016-10-30 23:50:00 +01:00
b5eec0fc65 Remove bit 2 (user mentions) from savefile.js 2016-10-30 23:49:34 +01:00
ba3564dbcb Add embedded image rendering 2016-10-30 23:43:40 +01:00
6a6a44c04d Fix thumbnail links in renderer 2016-10-30 23:42:32 +01:00
6a9d6607ed Add message attachment rendering 2016-10-30 23:36:33 +01:00
45896cc266 Add styles and templates for embedded images and downloads 2016-10-30 23:35:54 +01:00
dd338dfaf6 Work on message rendering (wrap contents in <p>, update stylesheets) 2016-10-30 23:35:10 +01:00
7af9ca8302 Fix message sorting in renderer having issues with varying message key lengths 2016-10-30 22:41:56 +01:00
a94b5a0358 Fix renderer pagination updating too late, causing empty message list when changing msgs per page 2016-10-30 22:19:04 +01:00
caaaedcf73 Add styles for disabled elements, selects, and texts in the renderer menu 2016-10-30 22:12:05 +01:00
000ef6d57f Add basic configurable pagination to renderer 2016-10-30 22:11:41 +01:00
d64ed39724 Add menu separator to renderer 2016-10-30 21:09:15 +01:00
41864af9d7 Reorganize renderer GUI scripts into scr.gui.js 2016-10-30 20:18:08 +01:00
8f9f28518f Update the menu styles in renderer (flex, fix button text selecting, futureproofing) 2016-10-30 20:14:37 +01:00
c4baf33a9f Tweak the message username size and padding in renderer 2016-10-30 20:12:30 +01:00
f8ae7ea42c Add a border between channels in renderer 2016-10-30 16:48:13 +01:00
4b5323d152 Redesign and move the menu to the top in renderer 2016-10-30 16:48:04 +01:00
22a451ff76 Fix an issue with cached request checking while not in a channel in tracker 2016-10-30 16:29:43 +01:00
5c1f03c5f3 Tweak the wording in tracker GUI 2016-10-30 16:29:28 +01:00
a87043114b Update info in the tracker settings GUI 2016-10-30 15:38:11 +01:00
312e4b9f34 Add a warning message to tracker if ran while in a channel 2016-10-30 15:29:24 +01:00
bd39323683 Add first request cache and untracked request detection to tracker 2016-10-30 15:28:07 +01:00
fbbbbcd39c Prevent tracker script from being ran twice 2016-10-30 13:35:14 +01:00
b9d50ddb01 Add channel and message counting to tracker, and display them in the controller UI 2016-10-27 23:44:46 +02:00
6d612016ad Remove function wrapper from tracker building when using UglifyJS 2016-10-27 23:43:19 +02:00
a3b3f55d47 Fix broken saved message detection in tracker 2016-10-27 20:51:34 +02:00
47d846b283 Change the upload button title in tracker 2016-10-27 20:48:42 +02:00
f75d6f7a84 Add a couple notes to the tracker GUI 2016-10-27 20:40:43 +02:00
dc0132357f Fix slash escaping in renderer 2016-10-27 20:17:26 +02:00
42789dcf7b Add message HTML escaping to renderer 2016-10-27 20:13:31 +02:00
06f8ba529c Fix HTML escaping in renderer getting renamed by UglifyJS 2016-10-27 20:12:05 +02:00
b7829f09f9 Set UglifyJS to mangle props and add a file with reserved props 2016-10-27 19:39:34 +02:00
9fcdac1918 Create README.md 2016-10-27 18:30:27 +02:00
803be19c6b Add fallbacks to build script (missing programs and bld folder) and --nominify argument 2016-10-27 18:15:15 +02:00
130e5a3000 Rename LICENSE to LICENSE.md 2016-10-27 18:10:40 +02:00
8ee9a2ed6b Update build script to use UglifyJS if available 2016-10-27 17:54:35 +02:00
54a1ffddbf Register users in message mentions when tracking 2016-10-27 17:06:05 +02:00
b6286d619c Rename 'src' to 'scr' in renderer script prefixes 2016-10-27 16:55:17 +02:00
63cbd25ee9 Add channel and user mention highlighting in renderer, and fix typos in scr.discord.js 2016-10-27 16:50:32 +02:00
a42a7b6913 Add a way of retrieving channel and user names from renderer state object 2016-10-27 16:49:51 +02:00
b97c483be9 Add message formatting and styles to renderer (inline formats, code, urls) 2016-10-27 16:26:35 +02:00
81a56e4da5 Add regular expressions for formatting to scr.discord.js 2016-10-27 15:47:52 +02:00
35aa3c2724 Add comments to renderer stylesheet and use Verdana instead of Arial 2016-10-27 15:44:43 +02:00
178c230d2c Work on menu and channel list layout and styles in renderer 2016-10-27 15:44:25 +02:00
a459943351 Move renderer data to src.state.js, refactor src.savefile.js, and update execution file to use the state obj 2016-10-27 13:30:05 +02:00