summaryrefslogtreecommitdiffstats
path: root/ui/yarn.lock
AgeCommit message (Collapse)Author
2020-07-10Replacing selectr with choices.js for community searching. (#932)Dessalines
- Fixes #839 - Fixes #847
2020-07-09Removing twemoji, and the massive emoji picker. Fixes #895Dessalines
2020-04-23Adding a test bed for API testing. #658Dessalines
2020-04-14Merge branch 'dev' into federationDessalines
2020-04-14Updating front end packages.Dessalines
2020-04-12Add Emoji squashed commit.Dessalines
2020-03-18Updating rust, rust deps, yarn deps. Fixes #605Dessalines
2020-03-13Bump acorn from 5.7.3 to 5.7.4 in /uidependabot[bot]
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4) Signed-off-by: dependabot[bot] <support@github.com>
2020-03-03Only show tribute menu after a minlength of 3 characters.Dessalines
- Fixes #562
2020-03-03A first pass at adding icons, and tippy tooltips.Dessalines
- Adding icons for post-listing, comment-node, and navbar. - Adding html titles. - Updating moment expand to use users locale.
2020-03-02Upgrading inferno.Dessalines
2020-02-29generate typescript during compilationFelix
2020-02-12Add community refine by searching on new post creation. Fixes #521Dessalines
2020-02-08Fixing some technical debt. Fixes #524Dessalines
2020-02-02Fixing issue with multiple notifications.Dessalines
2020-02-02Merge branch 'dev' into websocket_scopesDessalines
2020-02-01Testing out reconnecting websocket instead of rxJS one. #496Dessalines
2020-01-31Starting to work on user message scope.Dessalines
2020-01-28Adding yarn run ts-node to husky pre-commit.Dessalines
2020-01-24Updating front end packages.Dessalines
2020-01-22Adding a toaster to replace alerts. Fixes #457Dessalines
2020-01-06Upgrade package.json.Dessalines
2019-10-18Adding prettier.Dessalines
2019-10-18add husky, lint-staged, sortpackzacanger
2019-10-18chore: switch from tslint to eslintzacanger
2019-10-15Adding 8 different themes.Dessalines
- Fixes #276
2019-09-11Reverting tribute, didnt work for non-dev build.Dessalines
2019-09-11Fixing tribute positioning issue, moving recent comments to top.Dessalines
2019-09-04Adding emoji-short-name package.Dessalines
- Fixes #266
2019-09-02Removing markdown-it-emoji from index.htmlDessalines
2019-08-31Switch to TwemojiDessalines
- Fixes #257
2019-08-29Fixing tribute.Dessalines
2019-08-29Adding support for mentions via tribute.Dessalines
- Adding mentions in comment textareas for users (@) and communities (#). Fixes #129 - Removing balloon-css
2019-08-29Adding emoji support.Dessalines
2019-08-13Squashed commit of the following:Dessalines
commit ecd6c5a2f47cbbb2fc4bf482fadd78380303a904 Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 19:49:38 2019 -0700 Adding some docs commit 3babd09affb1920da3d0a0ceb7e24c8aeeb9cf1a Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 19:28:46 2019 -0700 Adding save user settings commit 6e8da9cc9e522d0da668bfa31944c3348cc79620 Merge: 3246d5d c148eef Author: Dessalines <happydooby@gmail.com> Date: Tue Aug 13 17:26:25 2019 -0700 Merge branch 'dev' into nsfw commit b3d4a5c4ce441bcc664704aba44cedb51d887599 Author: Dessalines <happydooby@gmail.com> Date: Sun Aug 11 20:55:09 2019 -0700 nsfw mostly done, except for settings page.
2019-08-09Adding support for internationalization / i18n (#189)Dessalines
* Still not working * Starting to work on internationalization * Main done. * i18n translations first pass. * Localization testing mostly done. * Second front end pass. * Added a few more translations. * Adding back end translations.
2019-07-28Updating yarn deps.Dessalines
2019-07-13Formatting fixes.Dessalines
2019-06-11Fixing GetSiteDessalines
- Fixes #171
2019-06-01Adding emoji supportDessalines
- Fixes #163 - Bad because it doubles the size of the codebase, and it breaks hot module reloading. Decide later on merge.
2019-05-05Upgrading front end dependencies.Dessalines
2019-04-29Adding support for spoilers.Dessalines
- Fixes #104 example : ``` ::: spoiler hidden stuff *a bunch of spoilers here* ::: ```
2019-04-07Adding user details / overview page.Dessalines
- Fixes #19
2019-03-30Adding textarea autosize to content fields on postDessalines
2019-03-30Adding markdown to content fieldsDessalines
- Fixes #7
2019-03-27Adding moment time parsingDessalines
2019-03-22Adding login and RegisterDessalines
- Login and Register mostly working. - Starting to work on creating communities.
2019-03-20Adding initial UI and Websocket server.Dessalines