mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
Changelog frontend update & fork button border (#4024)
* Changelog frontend update & fork button border * Removed duplicate and added new
This commit is contained in:
@@ -5,11 +5,46 @@ export type Changelog = {
|
||||
}
|
||||
|
||||
const changelogs: Changelog[] = [
|
||||
{
|
||||
label: 'OneOf Inputs',
|
||||
href: 'https://www.windmill.dev/changelog/oneof-inputs',
|
||||
date: '2024-06-17'
|
||||
},
|
||||
{
|
||||
label: 'Tracking relative imports to avoid dependency hell',
|
||||
href: 'https://www.windmill.dev/changelog/track-relative-imports',
|
||||
date: '2024-06-10'
|
||||
},
|
||||
{
|
||||
label: 'Windmill Customer Portal',
|
||||
href: 'https://www.windmill.dev/changelog/customer-portal',
|
||||
date: '2024-06-04'
|
||||
},
|
||||
{
|
||||
label: 'Secondary Storage',
|
||||
href: 'https://www.windmill.dev/changelog/secondary-storage',
|
||||
date: '2024-05-31'
|
||||
},
|
||||
{
|
||||
label: 'Allow User Resources in Apps with a toggle',
|
||||
href: 'https://www.windmill.dev/changelog/user-resources-in-apps',
|
||||
date: '2024-05-27'
|
||||
},
|
||||
{
|
||||
label: 'Windmill AI now supports GPT-4o',
|
||||
href: 'https://www.windmill.dev/changelog/windmill-ai-gpt-4o',
|
||||
date: '2024-05-27'
|
||||
},
|
||||
{
|
||||
label: 'Concurrency Limit Observability',
|
||||
href: 'https://www.windmill.dev/changelog/concurrency-limit-observability',
|
||||
date: '2024-05-15'
|
||||
},
|
||||
{
|
||||
label: 'Full Height Components',
|
||||
href: 'https://www.windmill.dev/changelog/full-height-components',
|
||||
date: '2024-05-15'
|
||||
},
|
||||
{
|
||||
label: 'PHP Support',
|
||||
href: 'https://www.windmill.dev/changelog/php-support',
|
||||
|
||||
@@ -147,7 +147,6 @@
|
||||
label: 'Fork',
|
||||
buttonProps: {
|
||||
href: `/flows/add?template=${flow.path}`,
|
||||
variant: 'border',
|
||||
color: 'light',
|
||||
size: 'xs',
|
||||
startIcon: GitFork
|
||||
|
||||
Reference in New Issue
Block a user