Logo
Explore Help
Register Sign In
Mirrors/plane
1
0
Fork 0
You've already forked plane
mirror of https://github.com/makeplane/plane.git synced 2026-07-12 21:40:18 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
refactor/editor-code-split
plane/space/ee/helpers/issue.helper.ts

6 lines
330 B
TypeScript
Raw Permalink Normal View History

Chore intake emails forms (#1558) * chore: intake email and forms ui * chore: intake forms * chore: api integrations for settings * fix: intake tooltip * fix: type added * fix: intake form space * fix: forms * fix: space app form for intake * fix: lint issue * fix: theme based image handling * fix: type fixed * chore: intake settings modal * fix: handled html text area * chore: payload changes for intake settings * fix: changed api endpoint * fix: build issues * chore: issue creation for intake forms * chore: in-app intake toggle * fix: added feature flagging * chore: changed the default response * fix: changed flag * fix: handled placeholders * fix: removed unwnated classes * chore: removed the extra migration --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com>
2024-11-05 20:15:58 +05:30
export const getDescriptionPlaceholder = (isFocused: boolean, description: string | undefined): string => {
const isDescriptionEmpty = !description || description === "<p></p>" || description.trim() === "";
if (!isDescriptionEmpty || isFocused) return "Press '/' for commands...";
else return "Click to add description";
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 61ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API