db09730d5f
Removing twemoji, and the massive emoji picker. Fixes #895
2020-07-09 13:32:23 -04:00
ce800f75ad
Adding a test bed for API testing. #658
2020-04-23 11:34:32 -04:00
1336b4ed60
Merge branch 'dev' into federation
2020-04-14 16:07:20 -04:00
16005a0c05
Updating front end packages.
2020-04-14 12:34:52 -04:00
d6d040f5da
Add Emoji squashed commit.
2020-04-12 12:47:48 -04:00
dc14719b08
Updating rust, rust deps, yarn deps. Fixes #605
2020-03-18 22:30:16 -04:00
dependabot[bot]
74eae88e37
Bump acorn from 5.7.3 to 5.7.4 in /ui
...
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-13 23:05:52 +00:00
a5331bce77
Only show tribute menu after a minlength of 3 characters.
...
- Fixes #562
2020-03-03 16:36:11 -05:00
44bbc45973
A first pass at adding icons, and tippy tooltips.
...
- Adding icons for post-listing, comment-node, and navbar.
- Adding html titles.
- Updating moment expand to use users locale.
2020-03-03 02:29:45 -05:00
a8303940df
Upgrading inferno.
2020-03-02 11:00:34 -05:00
d7f49cea9a
generate typescript during compilation
2020-02-29 19:16:23 +01:00
0b69974e49
Add community refine by searching on new post creation. Fixes #521
2020-02-12 12:12:19 -05:00
56cd103209
Fixing some technical debt. Fixes #524
2020-02-08 23:20:11 -05:00
cda1e6e741
Fixing issue with multiple notifications.
2020-02-02 10:09:01 -05:00
4d95be06b5
Merge branch 'dev' into websocket_scopes
2020-02-02 09:15:02 -05:00
e8a604d0ed
Testing out reconnecting websocket instead of rxJS one. #496
2020-02-01 22:52:16 -05:00
8036474dda
Starting to work on user message scope.
2020-01-31 20:02:20 -05:00
f61c969f7a
Adding yarn run ts-node to husky pre-commit.
2020-01-28 20:08:33 -05:00
353891a3d1
Updating front end packages.
2020-01-24 11:28:11 -05:00
3b4258096c
Adding a toaster to replace alerts. Fixes #457
2020-01-22 22:29:11 -05:00
82253f625b
Upgrade package.json.
2020-01-06 11:22:51 -05:00
82ea5ae918
Adding prettier.
2019-10-18 17:00:26 -07:00
zacanger
7836e29c37
add husky, lint-staged, sortpack
2019-10-18 16:28:54 -06:00
zacanger
9fad242382
chore: switch from tslint to eslint
2019-10-18 15:56:32 -06:00
c0821fcaa5
Adding 8 different themes.
...
- Fixes #276
2019-10-15 12:21:27 -07:00
b8971c0da9
Reverting tribute, didnt work for non-dev build.
2019-09-11 17:30:25 -07:00
c2ddbec504
Fixing tribute positioning issue, moving recent comments to top.
2019-09-11 17:20:57 -07:00
d16df598fa
Adding emoji-short-name package.
...
- Fixes #266
2019-09-04 15:22:31 -07:00
d82117241d
Removing markdown-it-emoji from index.html
2019-09-02 17:33:09 -07:00
6699c7112c
Switch to Twemoji
...
- Fixes #257
2019-08-31 09:40:42 -07:00
a47af02e1b
Fixing tribute.
2019-08-29 21:38:06 -07:00
4d329c8da5
Adding support for mentions via tribute.
...
- Adding mentions in comment textareas for users (@) and communities
(#). Fixes #129
- Removing balloon-css
2019-08-29 20:11:29 -07:00
988eef2e65
Adding emoji support.
2019-08-29 16:14:28 -07:00
d7ab85ab70
Squashed commit of the following:
...
commit ecd6c5a2f4
Author: Dessalines <happydooby@gmail.com>
Date: Tue Aug 13 19:49:38 2019 -0700
Adding some docs
commit 3babd09aff
Author: Dessalines <happydooby@gmail.com>
Date: Tue Aug 13 19:28:46 2019 -0700
Adding save user settings
commit 6e8da9cc9e
Merge: 3246d5d
c148eef
Author: Dessalines <happydooby@gmail.com>
Date: Tue Aug 13 17:26:25 2019 -0700
Merge branch 'dev' into nsfw
commit b3d4a5c4ce
Author: Dessalines <happydooby@gmail.com>
Date: Sun Aug 11 20:55:09 2019 -0700
nsfw mostly done, except for settings page.
2019-08-13 19:52:43 -07:00
Dessalines
536c3f4915
Adding support for internationalization / i18n ( #189 )
...
* 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-08-09 17:14:43 -07:00
caf0af3539
Updating yarn deps.
2019-07-28 18:59:02 -07:00
026af39053
Formatting fixes.
2019-07-13 14:14:59 -07:00
f4fd06aa5b
Fixing GetSite
...
- Fixes #171
2019-06-11 18:41:01 -07:00
9cb10f7258
Adding emoji support
...
- Fixes #163
- Bad because it doubles the size of the codebase, and it breaks hot
module reloading. Decide later on merge.
2019-06-01 11:58:14 -07:00
deb8fd317d
Upgrading front end dependencies.
2019-05-05 16:50:44 -07:00
d13a95da27
Adding support for spoilers.
...
- Fixes #104
example :
```
::: spoiler hidden stuff
*a bunch of spoilers here*
:::
```
2019-04-29 10:16:43 -07:00
49bf16e7d4
Adding user details / overview page.
...
- Fixes #19
2019-04-07 22:19:02 -07:00
923110c7d4
Adding textarea autosize to content fields on post
2019-03-30 17:38:54 -07:00
44625aeb27
Adding markdown to content fields
...
- Fixes #7
2019-03-30 00:11:44 -07:00
05f0aee3ea
Adding moment time parsing
2019-03-27 12:54:55 -07:00
e570c70701
Adding login and Register
...
- Login and Register mostly working.
- Starting to work on creating communities.
2019-03-22 18:42:57 -07:00
816aa0b15f
Adding initial UI and Websocket server.
2019-03-20 18:22:31 -07:00