Hooks API wrapper around `react-beautiful-dnd`
Rearrange array elements by index array
MermaidJS parser
Drag & drop, touch enabled, reorderable / sortable list, React component
ESLint plugin for CSS properties reordering
This is a simple React component that will enable you to reorder HTML elements. You can drag any component and change their position.
Smooth list reordering in vanilla JS
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
A Stimulus controller to reorder lists with drag-and-drop.
The gulp plugin `gulp-order` allows you to reorder a stream of files using the same syntax as of `gulp.src`.
A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person.
Empower Your Data with the best React Data Grid there is
This package brings together every error message across all Wallet Standard JavaScript modules.
## Install
Open Source Subscription Medusa Plugin.
Flattens React children and fragments to an array with predictable and stable keys
Command-line interface for dypt task management
React tags is a fantastically simple tagging component for your React projects
Fractional index library with jittering and generator
Tabby terminal keyword highlight plugin, support text, regexp, javascript
Table plugin for the @atlaskit/editor
No description provided.
React components for Voyant notifications: reminder sequence editor (stages + channels), notification settings, and preview.
Lightweight AngularJS drag and drop functionality to reorder lists without any dependencies other than Angular.
Allow your models to order and reorder elements using lexoranking sorting.
This "acts_as" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a "position" column defined as an integer on the mapped database table. (Custom edition. Please use original gem)
Makes use of the shellac gem to purge caches on varnish servers of your refinerycms pages on create, update, destroy and reorder
Easy to use list behavior for ActiveRecord models, includes grouping of items by column content, order, reorder and helpers for ActionView
provides functionality similar to acts_as_list. However, by managing position using a fractional indexing system, it allows database record updates during reordering to be completed with only a single update (N = 1)!
This is a port of classic Rails' acts_as_list to Mongo Mapper. This Mongo Mapper plugin provides the capabilities for sorting and reordering a number of objects in a list. If you do not specify custom position column in the options, a key named position will be added and used by default.
This gem provides an acts_as_list compatible capability for sorting and reordering a number of objects in a list. The class that has this specified needs to have a +position+ column defined as an integer on the mapped database table. This gem requires ActiveRecord 3.0 as it has been refactored to use the scope methods and query interface introduced with Ruby on Rails 3.0
CSS Waxer refactors CSS files bringing the focus on properties, rather than on selectors. Typically, CSS files are written by groups of selectors, you first specify all the properties of <body>, then those of <h1>, #header, and so on. This makes it hard to catch a glimpse of the overall style of a site, such as the entire list of colors used, the fonts, or the dimensions. CSS Waxer reorders the lines of a CSS files so that properties are grouped together by family. In this way, you can rapidly check together all the fonts used, the colors, backgrounds, layouts and so on for the whole site.
A responsive 1, 2 or 3 column theme for wide, medium and narrow with drop(down) menu. The three columns are reordered as necessary to match the display width. Includes a menu bar generator, a category page generator, a default cookie warning for European sites and much more. The three columns consist of 1 primary column, a secondary column and a tertiary column. The secondary column can be placed either to the right or left of the primary column. The tertiary column is on the other side. The secondary and tertiary columns can be disabled. This theme uses normalize.css.
A responsive 1, 2 or 3 column theme for wide, medium and narrow with drop(down) menu. The three columns are reordered as necessary to match the display width. Includes a menu bar generator, a category page generator, a comment system, a default cookie warning for European sites and much more. The three columns consist of 1 primary column, a secondary column and a tertiary column. The secondary column can be placed either to the right or left of the primary column. The tertiary column is on the other side. The secondary and tertiary columns can be disabled. This theme uses normalize.css.
# Rebase Migrations Rebase Migrations is a library and command line tool to rebase Rails migrations to have the latest timestamp. ## Installation ```console $ bundle add rails-rebase-migrations --group=development,test ``` ## Scenario Two team members, Alice and Bob, are working on the same Rails project and both are adding new database migrations. Alice realizes her migration depends on Bob's, but the migration timestamps are out of order. The `rebase-migration` command line tool can be used to reorder Alice's new migrations to have the latest timestamp in the sequence. ## Usage To rebase all new migrations with respect to the `main` git branch: ```console $ bundle exec rebase-migrations ``` To rebase all new migrations with respect to a different branch: ```console $ bundle exec rebase-migrations my-branch ``` The command has a `--check` argument that is useful for CI. To check that all new migrations are the latest in the sequence: ```console $ bundle exec rebase-migrations --check ``` It will exit with status code 1 if the check fails. The `--check` form also accepts a branch argument. ### Skipping Migrations To skip a specific migration files from the `--check` include `_skip_rebase` in its filename.
Implement orderable trees in ActiveRecord using the nested set model, with multiple roots and scoping, and most importantly user-defined ordering of subtrees. Fetches preordered trees in one go, updates are write-heavy. This is a substantially butchered-up version/offspring of acts_as_threaded. The main additional perk is the ability to reorder nodes, which are always fetched ordered. Example: root = Folder.create! :name => "Main folder" subfolder_1 = Folder.create! :name => "Subfolder", :parent_id => root.id subfolder_2 = Folder.create! :name => "Another subfolder", :parent_id => root.id subfolder_2.move_to_top # just like acts_as_list but nestedly awesome root.all_children # => [subfolder_2, subfolder_1] See the rdocs for examples the method names. It also inherits the awesome properties of acts_as_threaded, namely materialized depth, root_id and parent_id values on each object which are updated when nodes get moved. Thanks to the authors of acts_as_threaded, awesome_nested_set, better_nested_set and all the others for inspiration.
No description provided.
No description provided.
No description provided.