-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI cleanup #266
UI cleanup #266
Conversation
…idated logJSON quickaction lwc
…on</excludeButtons> and <excludedStandardButtons>OpenListInQuip</excludedStandardButtons> because dealing with standard buttons is the worst In orgs that don't have these features enabled, the package installation fails
…hin a tab, and removed some fields from the page
85f55bb
to
632ea7a
Compare
Codecov Report
@@ Coverage Diff @@
## main #266 +/- ##
=======================================
Coverage 95.80% 95.80%
=======================================
Files 30 30
Lines 3172 3173 +1
Branches 64 63 -1
=======================================
+ Hits 3039 3040 +1
Misses 132 132
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
45b1617
to
d88dd86
Compare
a70e616
to
535b02d
Compare
… occur on smaller resolutions
…essimone created for apex-rollup to auto-promote any prod package versions that are listed in README files
* Replaced old logJSONViewer aura cmp & logViewer lwc with a new consolidated logJSON quickaction lwc * Updated layouts & objects to remove XML nodes <excludeButtons>IsotopeSubscription</excludeButtons> and <excludedStandardButtons>OpenListInQuip</excludedStandardButtons> because dealing with standard buttons is the worst. In orgs that don't have these features enabled, the package installation fails * Optimized the LogEntry__c flexipage by moving limits fields to be within a tab, and removed some fields from the page * Added Chatter Feed component to app utility bar * Fixed an issue in README's markdown accidentally removing the install button image * Switched to using separate environment names in GitHub Actions * Renamed deploy.yml to build.yml, added the amazing pwsh function @jamessimone created for apex-rollup to auto-promote any prod package versions that are listed in README files
logJSONViewer
aura cmp &logViewer
lwc with a new consolidatedlogJSON
quickaction lwc - Nebula Logger is now officially aura-free.... aura can't hurt us anymore 😭Log__c
has been replaced with a new 'View Log JSON' quickaction, which shows the newlogJSON
lwc<excludeButtons>IsotopeSubscription</excludeButtons>
and<excludedStandardButtons>OpenListInQuip</excludedStandardButtons>
because dealing with standard buttons is the worst. In orgs that don't have these features enabled, the package installation fails - thanks to systemsfixer on SFXD for reporting this!LogEntry__c
flexipage by moving limits fields to be within a tab, and removed some fields from the pagemain
branch