Skip to content

Comments

[NEW] Rewrite admin pages#17388

Merged
ggazzo merged 27 commits intodevelopfrom
admin-refactor
May 5, 2020
Merged

[NEW] Rewrite admin pages#17388
ggazzo merged 27 commits intodevelopfrom
admin-refactor

Conversation

@ggazzo
Copy link
Member

@ggazzo ggazzo commented Apr 22, 2020

No description provided.

dudizilla and others added 2 commits April 22, 2020 12:08
* Remove Flow type annotations

* Fix some references

* Enable TypeScript in Storybook

* Update Storybook
@engelgabriel engelgabriel requested a deployment to rocket-chat-pr-17388 April 22, 2020 22:07 Abandoned
* Update Fuselage and its peer dependencies

* Move and split existing hooks

* Refactor useEndpointData
@ggazzo ggazzo added this to the 4.0.0 milestone Apr 23, 2020
@ggazzo ggazzo added the area: ui Touches the code on client side label Apr 23, 2020
ggazzo and others added 19 commits April 23, 2020 11:33
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
…oms (#17281)

* init

Initial commit

lint

* Added route, changes in directoryTable

* Users and Rooms working partially

* lint

* Added permissions, tabs now clickable

* Avatar provider

* Page Content

* fix multiple call rest api directory

* VerticalBar

* deep navigation

* rename tab component

* anchor table

* refactor using props

* admin routes

* Removed imports from '.' and created hooks file

* Fixed array type for query parameters

* Made Table generic, Renamed users and rooms routes

* Lint, Stories

* Removed underscore calls

* removed debounde reference

* Changed folders, fixed discussion icon/type

* fix calling multipe times endpoint

* improve labels

* fix margin

* add new button

* edit room first iteration with all fields

* Removed comments, reset

* saveRoomSettings rest api

* Archivation and saving edits

* Avatar fix

* fixed NotAuthorizedPage import

* Removed unused component import

* Added delete button to editRoom

* UserInfo mockup

* fix review admin room

* caguei

* User info showing data

* Adjust Margins

* userinfo: added missing fields

* Added missing translations

* updated import

* Open direct messages

* Init edit users

* Email verified symbol

* backup

* AddUser, open context by ID

* improve

* preparing avatar upload

* Missing translation

* Fixed roles wrap

* user.create and update bio fields

* Avatar init

* New avatar componentes and SetAvatar

* Changed folder structure

* User Invite done.

* Removed imaginary props, removed console.logs

* small fixes

* upload avatar via rest

* Missing field

* lint

* Add useUpload to ServerContext

* Rename component

* Split UserAvatar and RoomAvatar

* Move useFileInput hook

* Refactor VerticalBar

Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
Co-authored-by: Tasso Evangelista <tasso.evangelista@rocket.chat>
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
Co-authored-by: Gabriel Henriques <gabriel.henriques@rocket.chat>
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
…n-refactor

* 'develop' of github.com:RocketChat/Rocket.Chat:
  Allow to filter omnichannel analytics dashboards per departments. (#17463)
  [FIX] Uncessary updates on Settings, Roles and Permissions on startup (#17160)
  [NEW] Add the ability to send Livechat offline messages to a channel (#17442)
  [FIX] Federation attachment URL for audio and video files (#16430)
  [NEW] Add Livechat website URL to the offline message e-mail (#17429)
@lgtm-com
Copy link

lgtm-com bot commented May 5, 2020

This pull request fixes 1 alert when merging 48c43c6 into aaf9083 - view on LGTM.com

fixed alerts:

  • 1 for Missing variable declaration

ggazzo and others added 2 commits May 5, 2020 17:29
* fix all paddings and mixed content between screens

* useEndpointUpload created

* Fix emoji Pagination, Reposition upload button

* Fixed save avatar from URL

* Fix text input on safari

Co-authored-by: Gabriel Henriques <gabriel.henriques@rocket.chat>
@lgtm-com
Copy link

lgtm-com bot commented May 5, 2020

This pull request fixes 1 alert when merging e009ec8 into eef240e - view on LGTM.com

fixed alerts:

  • 1 for Missing variable declaration

@lgtm-com
Copy link

lgtm-com bot commented May 5, 2020

This pull request fixes 1 alert when merging d8a89cd into 0b1b0c2 - view on LGTM.com

fixed alerts:

  • 1 for Missing variable declaration

@lgtm-com
Copy link

lgtm-com bot commented May 5, 2020

This pull request fixes 1 alert when merging 255901a into 0b1b0c2 - view on LGTM.com

fixed alerts:

  • 1 for Missing variable declaration

@ggazzo ggazzo modified the milestones: 4.0.0, 3.3.0 May 5, 2020
@ggazzo ggazzo merged commit ca665fa into develop May 5, 2020
ggazzo added a commit that referenced this pull request May 6, 2020
…/new-threads

* 'develop' of github.com:RocketChat/Rocket.Chat: (42 commits)
  [FIX] Invalid CSS syntax (#17541)
  [NEW] Rewrite admin pages (#17388)
  [FIX] Replace postcss Meteor package (#15929)
  [FIX] Increasing highlight time in 3 seconds (#17540)
  [IMPROVE] Add new webhooks to the Omnichannel integration feature (#17503)
  [BREAK] Remove deprecated Omnichannel Knowledge Base feature (#17387)
  [FIX] Reactions may present empty names of who reacted when using Real Names (#17536)
  Allow to filter omnichannel analytics dashboards per departments. (#17463)
  [FIX] Uncessary updates on Settings, Roles and Permissions on startup (#17160)
  [NEW] Add the ability to send Livechat offline messages to a channel (#17442)
  [FIX] Federation attachment URL for audio and video files (#16430)
  [NEW] Add Livechat website URL to the offline message e-mail (#17429)
  LingoHub based on develop (#17520)
  RegExp improvements suggested by LGTM (#17500)
  [FIX] Replace obsolete X-FRAME-OPTIONS header on Livechat route (#17419)
  [FIX] LDAP login error on Enterprise version (#17497)
  [IMPROVE] [Apps-Engine] App user as the default notifier (#17050)
  [NEW] [Apps-Engine] New Livechat event handlers (#17033)
  [FIX] Change email verification label (#17450)
  Priority system messages were always created (#17479)
  ...
ggazzo added a commit that referenced this pull request May 7, 2020
* 'develop' of github.com:RocketChat/Rocket.Chat:
  Regression: Fix Avatar Url Provider when CDN_PREFIX_ALL is false (#17542)
  [FIX] Invalid CSS syntax (#17541)
  [NEW] Rewrite admin pages (#17388)
  [FIX] Replace postcss Meteor package (#15929)
  [FIX] Increasing highlight time in 3 seconds (#17540)
  [IMPROVE] Add new webhooks to the Omnichannel integration feature (#17503)
  [BREAK] Remove deprecated Omnichannel Knowledge Base feature (#17387)
  [FIX] Reactions may present empty names of who reacted when using Real Names (#17536)
  Allow to filter omnichannel analytics dashboards per departments. (#17463)
  [FIX] Uncessary updates on Settings, Roles and Permissions on startup (#17160)
  [NEW] Add the ability to send Livechat offline messages to a channel (#17442)
  [FIX] Federation attachment URL for audio and video files (#16430)
  [NEW] Add Livechat website URL to the offline message e-mail (#17429)
  LingoHub based on develop (#17520)
  RegExp improvements suggested by LGTM (#17500)
  [FIX] Replace obsolete X-FRAME-OPTIONS header on Livechat route (#17419)
  [FIX] LDAP login error on Enterprise version (#17497)
This was referenced May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ui Touches the code on client side

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants