Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
nextcloud
/
tables
Public
Notifications
You must be signed in to change notification settings
Fork
51
Star
215
Code
Issues
323
Pull requests
35
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Conditional formatting
- #2538
#2538
Draft
AndyScherzinger
wants to merge 23 commits into
main
nextcloud/tables:main
from
feat/360/conditional-formatting
nextcloud/tables:feat/360/conditional-formatting
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Draft
Conditional formatting
#2538
AndyScherzinger
wants to merge 23 commits into
main
nextcloud/tables:main
from
feat/360/conditional-formatting
nextcloud/tables:feat/360/conditional-formatting
Copy head branch name to clipboard
Commits
Commits on May 3, 2026
feat(formatting): add DB migration for formatting column and junction table
Show description for 436da9c
AndyScherzinger
committed
436da9c
View commit details
Copy full SHA for 436da9c
Browse repository at this point
feat(formatting): add FormattingRuleColMapper for junction index table
Show description for 665a13b
AndyScherzinger
committed
665a13b
View commit details
Copy full SHA for 665a13b
Browse repository at this point
feat(formatting): add FormattingService with CRUD, validation and deletion hooks
Show description for 74adcea
AndyScherzinger
committed
74adcea
View commit details
Copy full SHA for 74adcea
Browse repository at this point
feat(formatting): add formatting to view serialization and psalm response types
Show description for 378c83d
AndyScherzinger
committed
378c83d
View commit details
Copy full SHA for 378c83d
Browse repository at this point
feat(formatting): wire column deletion, type-change and view deletion hooks
Show description for cb3227a
AndyScherzinger
committed
cb3227a
View commit details
Copy full SHA for cb3227a
Browse repository at this point
feat(formatting): add formatting export/import with column and selection option ID remapping
Show description for afb5f04
AndyScherzinger
committed
afb5f04
View commit details
Copy full SHA for afb5f04
Browse repository at this point
feat(formatting): add OCS REST controller, input value objects and 7 mutation routes for formatting API
Show description for 9a6647f
AndyScherzinger
committed
9a6647f
View commit details
Copy full SHA for 9a6647f
Browse repository at this point
chore(formatting): regenerate openapi spec and TypeScript types
Show description for d805fee
AndyScherzinger
committed
d805fee
View commit details
Copy full SHA for d805fee
Browse repository at this point
feat(formatting): add Pinia store with debounced evaluation engine
Show description for 91a0ead
AndyScherzinger
committed
91a0ead
View commit details
Copy full SHA for 91a0ead
Browse repository at this point
feat(formatting): add formatting manager modal and rule set list components
Show description for 21f487c
AndyScherzinger
committed
21f487c
View commit details
Copy full SHA for 21f487c
Browse repository at this point
feat(formatting): add rule set editor and condition group builder components
Show description for fca0f02
AndyScherzinger
committed
fca0f02
View commit details
Copy full SHA for fca0f02
Browse repository at this point
feat(formatting): add format style picker with WCAG AA contrast enforcement
Show description for 8100e42
AndyScherzinger
committed
8100e42
View commit details
Copy full SHA for 8100e42
Browse repository at this point
feat(formatting): add synthetic preview component for rule set styling
Show description for c758d8d
AndyScherzinger
committed
c758d8d
View commit details
Copy full SHA for c758d8d
Browse repository at this point
feat(formatting): add column header formatting indicator popover
Show description for 33feca0
AndyScherzinger
committed
33feca0
View commit details
Copy full SHA for 33feca0
Browse repository at this point
feat(formatting): wire formatting store and components into table view
Show description for e9584c2
AndyScherzinger
committed
e9584c2
View commit details
Copy full SHA for e9584c2
Browse repository at this point
test(formatting): add PHP unit tests for FormattingService and FormattingRuleColMapper
Show description for f339053
AndyScherzinger
committed
f339053
View commit details
Copy full SHA for f339053
Browse repository at this point
test(formatting): add Playwright e2e smoke tests for conditional formatting UI
Show description for e633cd2
AndyScherzinger
committed
e633cd2
View commit details
Copy full SHA for e633cd2
Browse repository at this point
fix(test): correct mock types and table ID in formatting unit tests
Show description for 0c04aec
AndyScherzinger
committed
0c04aec
View commit details
Copy full SHA for 0c04aec
Browse repository at this point
fix(lint): resolve all ESLint and Vue template lint errors
Show description for 441f401
AndyScherzinger
committed
441f401
View commit details
Copy full SHA for 441f401
Browse repository at this point
fix(psalm): resolve type errors in formatting types and controller defaults
Show description for 9d0b72c
AndyScherzinger
committed
9d0b72c
View commit details
Copy full SHA for 9d0b72c
Browse repository at this point
fix(formatting): rename 'format' param to 'style' to avoid Nextcloud Request::getFormat() conflict
Show description for d4607ab
AndyScherzinger
committed
d4607ab
View commit details
Copy full SHA for d4607ab
Browse repository at this point
fix(formatting): strip incomplete conditions before rule save
Show description for 9df6a09
AndyScherzinger
committed
9df6a09
View commit details
Copy full SHA for 9df6a09
Browse repository at this point
fix(formatting): deep-watch mutableGroups to propagate FilterEntry direct mutations
Show description for 0d4a078
AndyScherzinger
committed
0d4a078
View commit details
Copy full SHA for 0d4a078
Browse repository at this point
You can’t perform that action at this time.