Kiwi and Wyatt Johnson
d217fedf9c
[CORL-171] Comment Tags ( #2248 )
...
* feat: staff badge
* feat: added tag support on the server
* feat: use tags
* fix: server tests
2019-03-29 22:29:17 +00:00
Kiwi and GitHub
7ce02620e9
[CORL 131] User Menu Dropdown ( #2225 )
...
* chore: simplify popover
* feat: add dropdown component
* feat: user menu
* chore: add comment
* chore: refactor i18n name
* fix: linting
* fix: test
* fix: address review comments
* fix: update snapshot
2019-03-20 21:26:05 +01:00
7501155078
[CORL-161, CORL-240] Message Box ( #2222 )
...
* feat: Message Box
* test: do all the testing stuff
* fix: removed old messageBox
* Update src/core/client/stream/tabs/configure/components/MessageBoxConfig.tsx
Co-Authored-By: wyattjoh <wyattjoh@gmail.com >
* fix: addressed space error
2019-03-19 00:08:22 +01:00
Kiwi and GitHub
51880bcfc9
[CORL-129] Render Community Guidelines ( #2191 )
...
* chore: Rename InnerProps to Props
* feat: Render community guidelines
* chore: refactor schema communityGuidelines* settings into it's own type
* test: update snapshots
2019-02-13 18:06:42 +01:00
Kiwi and GitHub
53e168ae93
[next] Implement configuration panes ( #2173 )
...
* feat: moderation config
* feat: configure banned and suspect words
* chore: upgrade react and test libs to the newest version <3
* chore: upgrade typescript + some refactor
* feat: general, organization and advanced configuration panes
* fix: translation
* feat: speedup fetching markdown editor
* feat: localize markdown editor
* chore: refactor container names
* chore: rename infobox to communityGuidelines
* feat: closing comment streams duration config
* test: add feature tests for configurations
* fix: mock only console.error
* chore: upgrade node
* chore: require node >= 10
* fix: better validation and default values
* feat: Make DurationField a general purpose component and reuse for Edit Comment Timeframe
* test: add unit test for duration field
* fix: patch for bug when built in production
* chore: bump npm version to latest
* fix: adapted Dockerfile to new version of node
* refactor: harmonized seconds/milliseconds to seconds
* fix: resolve bug from merge conflict
2019-02-07 01:10:51 +01:00
Kiwi and Wyatt Johnson
1fc49f8e50
[next] Moderate ( #2118 )
...
* fix: load .env before building / watching
* feat: Implement AppBar, Brand, and SubBar
* feat: add card ui component
* feat: add modqueue components
* feat: implement modqueue
* feat: add translations
* test: add unit tests
* feat: single comment view
* test: feature / integration tests for modqueue
* test: fix remaining tests
* feature: support TextMatchOptions
* fix: remove body count marker
* fix: remove accidently added package
* feat: testHelper toJSON
* chore: cleanup + comments
* chore: better types
* test: fix test
* chore: refactor decision history test
* chore: tiny fix
* fix: adjust to recent server changes
* fix: marking suspect and banned words
* feat: added moderation queue edge to accept/reject comment payloads
- Simplified moderationQueue returns
- Simplified resolvers
* feat: update counts
* feat: added id's to moderation queue and settings
* fix+test: test count changes, apply fix
* chore: adapt to server change, and remove custom mutation handlers
* fix: use common utils
* fix: purify fix, babel fix
* fix: workaround css treeshake issue and upgrade css plugins
* fix: fixed snapshot
* fix: support empty word lists
* feat: separate client config
2018-12-18 18:00:39 +00:00
Kiwi and Wyatt Johnson
05350d651f
[next] Admin Configure ( #2076 )
...
* feat: Add RadioButton and CheckBox
* feat: configure facebook and google auth
* feat: configure sso, localAuth and displayName + some tests
* test: add integration tests for configure auth
* test: more integration tests
* feat: add oidc support
* test: add oidc integration test
* feat: generate sso key initially
* fix: import fetchQuery from correct package
* fix: admin url
* fix: set timezone to utc when testing
* refactor: improve route config
* fix: remove obsolete line
* fix: clientMutationId increment
* fix: oidc only create when enabled
* fix: copy
* test: update snapshots
* feat: fixed graphql logging extension
* Update src/locales/en-US/admin.ftl
Co-Authored-By: cvle <vinh@wikiwi.io >
* Apply suggestions from code review
Co-Authored-By: cvle <vinh@wikiwi.io >
* test: update snapshots
* fix: change Local Auth to Email Authentication
* fix: copy updates
2018-11-19 22:47:32 +00:00
Kiwi and GitHub
cd2ccf8792
Merge branch 'next' into next-ui-select
2018-10-19 20:42:56 +02:00
Chi Vinh Le
1176080aee
feat: Implement InReplyTo
2018-10-19 17:31:21 +02:00
Kiwi and GitHub
2b5ef018d0
Merge branch 'next' into next-ui-select
2018-10-17 15:45:14 +02:00
Chi Vinh Le
70465ebd31
feat: Implement SelectField
2018-10-17 00:02:12 +02:00
Kiwi and Wyatt Johnson
50dd2e28b0
fix: ff focus styles ( #1997 )
2018-10-16 17:21:12 +00:00
Kiwi and Wyatt Johnson
cf2be96a13
[next] Permalink View ( #1987 )
...
* feat: Implement converation thread
* Update unit tests
* test: adapt integration tests
* test: refactor denormalization helpers
* test: Include multiple parents in permalink View
* test: add integration test for loading previous parent comments
* feat: use dashed & solid time line
* feat: use new conversation thread design
* feat: add header from new design
* test: update snapshots
* fix: better scrolling behavior
* feat: add user box
* fix: add translations
* fix: typo
* fix: plural translation
* fix: paddings
* feat: better styling for level 0 comments
* fix: gutter size
* fix: update iframe url with new comment id
* test: add unit tests
2018-10-12 16:41:58 +00:00
Chi Vinh Le
b1e7c6d2d4
Add edited marker
2018-09-12 17:05:31 +02:00
Chi Vinh Le
13c196983f
Implement RTE and HTMLContent
2018-08-29 16:03:04 +02:00
Chi Vinh Le
39edec79cb
Adapt SignIn
2018-08-27 15:51:59 +02:00
Chi Vinh Le
b7208cfa44
Fix typography merge conflict
2018-08-27 14:39:18 +02:00
Belen Curcio
6648dfe492
Adding InputDescription Component
2018-08-13 12:59:53 -03:00
Belén Curcio
443ccd61ce
Merge branch 'next' of github.com:coralproject/talk into auth-views
...
* 'next' of github.com:coralproject/talk:
[next] Templates (#1760 )
Adapt typography
NO NORMALS
2018-08-12 19:23:47 -03:00
Belén Curcio
de5c37ebcf
Stream Styling
2018-08-12 19:22:50 -03:00
Chi Vinh Le
c2f6095868
Adapt typography
2018-08-10 13:10:37 +02:00
Kiwi and GitHub
3d11335100
Merge branch 'next' into ui-components
2018-08-10 12:19:36 +02:00
Belén Curcio
2a0f9cd935
NO NORMALS
2018-08-09 15:46:56 -03:00
Belén Curcio
594c74c8c1
Merge branch 'next' of github.com:coralproject/talk into auth-views
...
* 'next' of github.com:coralproject/talk:
Make UserBoxUnauthenticated responsive
Support double itemGutters
Put ref and root className to first div
2018-08-09 15:42:45 -03:00
Belén Curcio
e696479592
Merge branch 'ui-components' of github.com:coralproject/talk into auth-views
...
* 'ui-components' of github.com:coralproject/talk:
Updated code, and snapshots
Changes added
updated snapshots
2018-08-09 10:26:00 -03:00
Belén Curcio
639fa4f721
Merge branch 'next' of github.com:coralproject/talk into auth-views
...
* 'next' of github.com:coralproject/talk:
Readd comments not found
Make readonly and add translations
Add localization
Change text
Add SetViewMutation
Get view from query + tests
Styling, refactor + tests
Add UserBox
Add auth target
2018-08-09 10:24:34 -03:00
Belén Curcio
b5d626ad8c
Updated code, and snapshots
2018-08-09 09:45:29 -03:00
Chi Vinh Le
fe7b734b2c
Add UserBox
2018-08-08 01:04:25 +02:00
Belen Curcio
0c9dd07f1f
Adding InputLabel
2018-08-02 20:01:15 -03:00
Belen Curcio
ba01263731
Adding TextField
2018-08-02 19:46:05 -03:00
Belen Curcio
67c8ca9d57
Validation Message
2018-08-02 07:43:12 -03:00
Belén Curcio
e1d534391c
More Changes
2018-07-30 06:50:47 -03:00
Chi Vinh Le
f8e9b5dd50
Harmonize typography
2018-07-20 10:46:48 -03:00
Chi Vinh Le
05605d6d50
Implement new button api
2018-07-19 19:47:01 -03:00
Chi Vinh Le
9c98330ea4
Self host fonts and fix font weights
2018-07-17 19:16:14 -03:00
Chi Vinh Le
c60c4b3ef8
Make design responsive
2018-07-12 18:38:49 -03:00
Chi Vinh Le
ff41fabb37
Support standard css variables, dynamically set spacing-unit
2018-07-12 03:19:14 -03:00
Kiwi and Wyatt Johnson
65c8da0f34
Merge client into next ( #1709 )
...
* Merge client
* Add linting script
* Rename serve to start:development
* Move error harmonization and handling to network layer
* Show Comment Stream
* Added initial test
2018-06-27 22:06:30 +00:00