Commit Graph
157 Commits
Author SHA1 Message Date
KiwiandWyatt Johnson bc5db7b599 [next] Admin auth + design (#2056)
* feat: extract jwt information

* feat: login status dependent auto redirect

* feat: Sign Out button

* feat: add a 404 page

* feat: improve loading state and use auth token info

* feat: redirect to previous destination

* feat: implement new design

* fix: change asset to story

* feat: add translations

* feat: more compact design

* test: add unit tests

* chore: refactor NavigationLink

* test: add integration tests

* chore: refactor replaceHistoryLocation

* fix: typo

* fix: property name typo
2018-10-31 23:11:32 +00:00
Wyatt JohnsonandGitHub 8184c3932e [next] Install (#1957)
* Wip

* Adding Wizard and initial step <3

* Wip

* Adding more steps to the Install Wizard

* Mantaining state across steps

* Adding Steps

* Step Component

* wip

* feat: improved logging

* feat: added tenant install route

* Progress

* Refactor

* Adding rest install mutation

* Wip

* Done

* Addding snapshots

* URL validators

* Adding validation for url, and final step

* Header component and main variants

* fix: resolved router

* fix: corrected spec for prop

* fix: updated test snapshot

* Translations

* Translations

* Adding extra validation

* prefixing events with On - onSaveData

* prefixing events with On - onSaveData

* Adding translations, and colors from the palette

* Centering steps

* Ready

* feat: added production redirects

* fix: fixes during production

* fix: removed dead code

* Placeholder translations

* removing submit from cancel

* Adding a description for the URL field

* typo

* Refactor and renaming

* Using white as var

* Refactor and renaming

* feat: use new palette colors

* fix: extracted styles

* Adding await to avoid race condition with setState :)

* lint

* feat: added urls

* fix: wizard leaking styles

* fix: simplify icon style

* fix: adjust global body css to remove padding to allow seamless integration

* fix: types and small refactors

* fix: correctly filter wizard children

* refactor: simplify step containers

* fix: better typecheck

* test: remove obsolete snapshots

* fix: don't export FormProps
2018-10-11 22:13:02 +00:00
Chi Vinh Le b69313a01e fix: Readd and fix App unittest 2018-10-08 20:53:02 +02:00
Belén Curcio 51b7f5470e Refactor 2018-10-08 14:58:10 -03:00
Belén Curcio bd7903fc53 Snapshots updated 2018-10-04 20:27:03 -03:00
Belén Curcio aa105061c9 Adding comment count 2018-10-04 18:31:16 -03:00
Belén Curcio 66cc0752a4 Merge branch 'next-profile' of github.com:coralproject/talk into next-profile
* 'next-profile' of github.com:coralproject/talk: (21 commits)
  test: fix snapshots
  feat: hide profile tab when not logged in
  fix: translations, typings, cleanup and fix view conversation
  fix: apply suggestions
  fix: improve typings
  feat: cleanup of router
  feat: simplified view
  deleting old snap
  No need for local state for now
  Routing, Navigation, Styles
  using found withRouter
  Mapping /admin as /admin.html in devMode
  Adding found
  Adding Found Relay to the Admin side
  Add tests
  Adapt snapshots
  Add tests
  Implement Show Conversation Link
  First iteration of admin
  wip
  ...
2018-10-04 10:37:52 -03:00
Belén Curcio 84234f9ac6 Added translations 2018-10-04 10:33:50 -03:00
Chi Vinh Le fabe52a0a6 feat: hide profile tab when not logged in 2018-10-03 15:49:49 +02:00
Chi Vinh Le bfeab31c37 fix: translations, typings, cleanup and fix view conversation 2018-10-03 01:46:39 +02:00
Chi Vinh Le 45b39c9a0f fix: improve typings 2018-10-03 00:41:51 +02:00
Belén Curcio 0a17fc7e64 Presentational components, events, tabs and more 2018-10-01 17:04:16 -03:00
Belén Curcio 52b35c53ab Updated Snapshots 2018-10-01 15:52:14 -03:00
Belén Curcio 45e942a345 Adding styling 2018-09-25 14:13:54 -03:00
Belén Curcio 3edaa6bf2d Changes 2018-09-25 13:37:22 -03:00
Belén Curcio 72bdf5d40b Changes 2018-09-25 11:08:31 -03:00
Belén Curcio 661f392281 Adding the difss 2018-09-24 10:58:40 -03:00
Belén Curcio 2502dfedd2 Show profile tab if user is signed in 2018-09-24 10:54:45 -03:00
Belén Curcio 601436cf99 Updated snapshots 2018-09-14 17:56:32 -03:00
Belén Curcio 60d61d40b6 Comment History 2018-09-14 11:35:01 -03:00
Belén Curcio 935c2ff629 WIP 2018-09-14 10:43:40 -03:00
Belén Curcio 1009045c4c Working tabs 2018-09-14 10:13:42 -03:00
Belén Curcio 05296d4802 Adding tabs to the stream <3 2018-09-14 10:03:25 -03:00
Chi Vinh Le a3526ab241 Change translation strings 2018-09-13 21:45:49 +02:00
Chi Vinh Le ecc9eadc67 Add activeTab to local state 2018-09-13 18:29:22 +02:00
Chi Vinh Le db483849dd Move files into tab structure 2018-09-13 18:29:22 +02:00
Chi Vinh Le c8cd68c6b7 Use Message Component 2018-09-12 22:01:43 +02:00
Chi Vinh Le b1e7c6d2d4 Add edited marker 2018-09-12 17:05:31 +02:00
Chi Vinh Le cf070ddb0f Merge branch 'next' into next-edit 2018-09-11 21:40:47 +02:00
Chi Vinh Le 8a25e68266 Add integration tests 2018-09-11 21:16:22 +02:00
Chi Vinh Le 7b221c40a0 Add integration test 2018-09-11 18:03:54 +02:00
Chi Vinh Le 170fb47dae More unit tests 2018-09-11 17:32:46 +02:00
Chi Vinh Le 4e63858c66 Fix lint and test 2018-09-11 17:25:40 +02:00
Chi Vinh Le a36d944e4a Implement edit 2018-09-11 00:15:27 +02:00
Chi Vinh Le 5010e342df Pending comment blur 2018-09-07 18:18:39 +02:00
Chi Vinh Le a7e4af46d2 Disable RTE when submitting 2018-09-07 17:29:38 +02:00
Chi Vinh Le a33a1c47ab Disable submit button when empty 2018-09-07 16:29:46 +02:00
Chi Vinh Le 942bcba5a1 Update snapshots 2018-09-06 00:07:14 +02:00
Chi Vinh Le 2bf9b5f2c1 Fix types 2018-09-06 00:07:14 +02:00
Chi Vinh Le 46ff3dea89 Reply opens auth popup when not logged in 2018-09-06 00:07:14 +02:00
Chi Vinh Le 444c86cb3c Focus RTE when opening reply 2018-09-06 00:06:58 +02:00
Chi Vinh Le 110becb075 Implement reply 2018-09-06 00:06:58 +02:00
Chi Vinh Le ee30003390 Indent comment only 2018-09-06 00:06:58 +02:00
Chi Vinh Le c96112fc8c Fix tests 2018-09-06 00:06:58 +02:00
Chi Vinh Le 31bc5fa913 WIP 2018-09-06 00:06:28 +02:00
Chi Vinh Le aa2b70fd8c Save comment draft + test 2018-09-03 12:16:01 +02:00
Chi Vinh Le 25e8cb517b Add integration test 2018-08-31 17:15:40 +02:00
Chi Vinh Le 942ce366b8 Finish porting to relay-1.7 including types 2018-08-30 23:49:38 +02:00
Chi Vinh Le 7ab70b8484 Update relay-runtime types 2018-08-30 15:41:08 +02:00
Chi Vinh Le 13c196983f Implement RTE and HTMLContent 2018-08-29 16:03:04 +02:00