1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00
Commit graph

15 commits

Author SHA1 Message Date
SirStendec
38c87840af This is a maintenance commit with no released build.
* Added: `npm run font` command for editing the Fontello icon font. Use it to get started, then start the development server with `npm start` and changes will automatically save when you click `Export Font` from Fontello.
* Changed: The list of Fontello icons is now extracted from our Fontello config file so that it doesn't have to be manually updated.
2019-09-29 15:49:29 -04:00
SirStendec
7ecd45fcfb Clean up a bunch of linting stuff. Clean up event listeners in tooltips to stop potential memory leaks. 2018-04-02 03:30:22 -04:00
SirStendec
f506b512b4 Make JS X Again
* Configure the project to allow the use of JSX in .jsx files.
* Add linting for JSX.
* Rewrite most existing code that uses `createElement` to use JSX syntax.
* Stop importing `createElement as e`. That's what the minifier is for. And we don't have to write it manually so much now because of JSX syntax.
2018-04-01 18:24:08 -04:00
SirStendec
79e4b02e6b Add a setting for tab-completion of FFZ emotes. Process default values of settings with merge strategies. 2018-03-30 19:54:26 -04:00
SirStendec
f9f5f0affa The Big Linting Commit.
* Add linting for Vue files.
* Fix a bunch of linting problems in Vue files.
* Update README with notes about configuring editors.
2018-03-30 17:58:56 -04:00
Nils
419273f4dd
fix quotes in readme 2017-11-13 22:21:49 +01:00
SirStendec
262757a20d 4.0.0 Beta 1 2017-11-13 01:23:39 -05:00
SirStendec
35b0665618 3.5.369. Re-add Hide Promoted Games. Add high-DPI FFZ badges. Fix moderation card additional buttons with multiple commands. 2016-11-12 11:58:38 -05:00
SirStendec
830726432b Update licensing information. 2016-11-09 23:45:08 -05:00
SirStendec
a2c796f502 Update the year in README. 2016-10-01 15:00:12 -04:00
Fugiman
27f8354cf1 Fix initial setup, have dev server only listen on localhost. 2015-08-08 23:36:02 -07:00
SirStendec
5e286098d1 Moved the development server into the gulpfile and added it to the "gulp watch" command for easier development. Updated readme to reflect changes. 2015-02-08 04:06:56 -05:00
SirStendec
343a9c927b Convert all files to UNIX line endings. Why do I never pay attention to that when starting a project? ;_; 2015-01-20 01:53:18 -05:00
SirStendec
1663b8e2ea Update the readme for the changes to developer mode. 2015-01-15 14:10:52 -05:00
SirStendec
2e37e1970c Add a readme. 2015-01-12 18:07:44 -05:00