Display tasks as kanban
This commit is contained in:
parent
9714fe2790
commit
f7aefdfa6e
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
*/build/
|
||||
|
||||
**/node_modules/
|
||||
**/build/
|
||||
.DS_Store
|
||||
.env
|
||||
File diff suppressed because one or more lines are too long
@ -115,7 +115,7 @@ const TasksData = [
|
||||
{
|
||||
title: 'Test Gamma features',
|
||||
|
||||
status: 'ToDo',
|
||||
status: 'Done',
|
||||
|
||||
// type code here for "relation_one" field
|
||||
|
||||
@ -131,7 +131,7 @@ const TasksData = [
|
||||
{
|
||||
title: 'Launch Delta campaign',
|
||||
|
||||
status: 'Done',
|
||||
status: 'ToDo',
|
||||
|
||||
// type code here for "relation_one" field
|
||||
|
||||
|
||||
1
frontend/json/runtimeError.json
Normal file
1
frontend/json/runtimeError.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
@ -20,7 +20,7 @@ export default function WebSiteFooter({
|
||||
|
||||
const style = FooterStyle.WITH_PROJECT_NAME;
|
||||
|
||||
const design = FooterDesigns.DEFAULT_DESIGN;
|
||||
const design = FooterDesigns.DESIGN_DIVERSITY;
|
||||
|
||||
return (
|
||||
<div
|
||||
|
||||
@ -103,7 +103,7 @@ export default function WebSite() {
|
||||
<FeaturesSection
|
||||
projectName={'Project Management Tool'}
|
||||
image={['Dashboard showcasing project overview']}
|
||||
withBg={0}
|
||||
withBg={1}
|
||||
features={features_points}
|
||||
mainText={`Explore ${projectName} Features`}
|
||||
subTitle={`Discover how ${projectName} enhances productivity and collaboration for software startups with its powerful features.`}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user