1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2025-02-22 22:46:01 +01:00
Commit Graph

628 Commits

Author SHA1 Message Date
2e34c8c315 Reorder functions in scr.gui.js and add organizational comments 2016-11-02 19:56:59 +01:00
2a0e686d64 Refactor scr.state.js to use a sorter from scr.processor.js in renderer 2016-11-02 19:17:18 +01:00
d87fdd877f Add a WIP message processor with filters and sorters 2016-11-02 19:16:50 +01:00
082e6d0a1a Refactor and reorganize scr.state.js in renderer 2016-11-02 18:23:26 +01:00
b54ab16a39 Refactor savefile and state in renderer 2016-11-02 17:20:40 +01:00
c5b6e1d110 Add object iteration and combining functions to scr.utils.js 2016-11-02 17:20:22 +01:00
50f184cc09 Add scr.utils.js to renderer with a readJsonFile function, and refactor execution file 2016-11-02 17:20:07 +01:00
87ef25129e Restructure renderer style.css into multiple files 2016-11-02 16:34:56 +01:00
78561c9689 Add a separator class to renderer, rename previous separator to splitter and tweak the style 2016-11-01 20:04:59 +01:00
a10c1c993a Refactor pagination from scr.exec.js to scr.state.js in renderer 2016-11-01 17:26:26 +01:00
2c05220e19 Fix angled brackets around urls not getting removed in renderer 2016-11-01 16:50:15 +01:00
8ffdd8eaec Fix style of code elements, detection of inline code, and prevent formatting inside them 2016-11-01 16:37:26 +01:00
a71bb740c2 Rename the regex for escaped characters and add unescaped ones in renderer 2016-11-01 16:36:35 +01:00
823b4049f7 Fix detection of escaped asterisk in renderer 2016-11-01 16:35:51 +01:00
ab9eacc060 Improve the look of pagination buttons in renderer 2016-11-01 16:11:03 +01:00
d22163b358 Stop execution of tracker when automatically moving to Friends list 2016-11-01 16:10:38 +01:00
4db76900d3 Add handling of escaped formatting characters in renderer 2016-11-01 16:09:28 +01:00
454bc0fb39 Fix images going out of bounds in renderer 2016-11-01 15:56:29 +01:00
e7a06f6748 Add an option to display all messages on one page in renderer 2016-11-01 15:51:02 +01:00
ee34d82aea Make getAllMessages and getRawMessages in renderer return a map instead of an array 2016-11-01 15:45:36 +01:00
37d0c1e182 Add a polyfill info comment to Object.values in tracker 2016-11-01 13:10:28 +01:00
693943453f Add refresh prompt when running the tracker script in a channel 2016-11-01 13:03:18 +01:00
094ed75eca Add a couple utility functions to renderer (retrieving messages and selected channel) 2016-10-31 22:22:22 +01:00
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