This website requires JavaScript.
Explore
Help
Sign In
Archives
/
gristlabs_grist-core
Watch
1
Star
0
Fork
0
You've already forked gristlabs_grist-core
mirror of
https://github.com/gristlabs/grist-core.git
synced
2024-10-27 20:44:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f504cfdde3
gristlabs_grist-core
/
stubs
/
app
/
client
/
components
/
Banners.ts
3 lines
93 B
TypeScript
Raw
Normal View
History
Unescape
Escape
(core) Makes EE frontend behave as core if EE isn't activated Summary: - Makes EE decide which ActivationPage to use - Makes ProductUpgrades use core implementation if not activated - Changes banners to proxy to core implementation if EE not activated - [Fix] Enables new site creation in EE as in Core: - Core enables people to freely create new team sites. - Enterprise currently redirects to the pricing page. - This enables enterprise to also create team sites, instead of redirecting. Test Plan: Manually test in EE, unit tests in Jenkins Reviewers: paulfitz, jordigh Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D4264
2024-06-13 18:36:05 +00:00
export
{
buildHomeBanners
,
buildDocumentBanners
}
from
'app/client/components/CoreBanners'
;
(core) Use new Banner component for activation messages Summary: Use new Banner component for activation messages. Test Plan: Existing tests. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3483
2022-06-13 02:48:23 +00:00
Reference in New Issue
Copy Permalink